24 #ifndef __DEMO_TASKS_H__
25 #define __DEMO_TASKS_H__
TaskHandle_t DemoSendTask
Definition: demo_tasks.c:44
TaskHandle_t DemoTask2
Definition: demo_tasks.c:43
void vStateTwoExit(void)
Exit function for state two of the state machine.
Definition: demo_tasks.c:134
struct __attribute__((__packed__)) common_struct
Structure to be send via UDP, important is that that the structure is packed using attribute((packed)...
Definition: demo_tasks.h:36
void vDeleteDemoTasks(void)
Deletes the demo tasks found in demo_tasks.c.
Definition: demo_tasks.c:284
void vStateTwoInit(void)
Init function for state two of the state machine.
Definition: demo_tasks.c:116
void vStateOneEnter(void)
Enter function for state one of the state machine.
Definition: demo_tasks.c:51
void vStateTwoEnter(void)
Enter function for state two of the state machine.
Definition: demo_tasks.c:128
TaskHandle_t DemoTask1
Definition: demo_tasks.c:42
void vStateOneExit(void)
Exit function for state one of the state machine.
Definition: demo_tasks.c:56
int xCreateDemoTasks(void)
Creates the demo tasks found in demo_tasks.c.
Definition: demo_tasks.c:251