OpenEL  3.0.0
Functions
sample.c File Reference

OpenEL Sample File 3.0.0. More...

#include "openEL.h"
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>

Go to the source code of this file.

Functions

void motor_notify_event (HALCOMPONENT_T *halComponent, int32_t event_id)
 
void motor_notify_error (HALCOMPONENT_T *halComponent, int32_t error_id)
 
void motor_notify_timer (EVENTTIMER_T *eventTimer)
 
int main ()
 

Detailed Description

OpenEL Sample File 3.0.0.

Definition in file sample.c.

Function Documentation

◆ main()

int main ( )

Definition at line 48 of file sample.c.

◆ motor_notify_error()

void motor_notify_error ( HALCOMPONENT_T halComponent,
int32_t  error_id 
)

Definition at line 37 of file sample.c.

◆ motor_notify_event()

void motor_notify_event ( HALCOMPONENT_T halComponent,
int32_t  event_id 
)

Definition at line 31 of file sample.c.

◆ motor_notify_timer()

void motor_notify_timer ( EVENTTIMER_T eventTimer)

Definition at line 43 of file sample.c.