31 #include <linux/reboot.h> 40 #include <sys/epoll.h> 41 #include <sys/reboot.h> 47 #include "CO_Linux_tasks.h" 48 #include "CO_OD_storage.h" 57 #ifndef CO_APPLICATION_H 58 #define CO_APPLICATION_H 60 #define NSEC_PER_SEC (1000000000) 61 #define NSEC_PER_MSEC (1000000) 62 #define TMR_TASK_INTERVAL_NS (1000000) 63 #define TMR_TASK_OVERFLOW_US (5000) 64 #define INCREMENT_1MS(var) (var++) 66 #define CANMESSAGELENGTH (100) void app_programEnd(void)
void app_programAsync(uint16_t timer1msDiff)
void app_programControlLoop(void)
void app_communicationReset(void)
void app_programStart(void)