Rleg  2
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Data Structures | Functions
taskScheduler.h File Reference
#include <time.h>
#include <sys/time.h>
Include dependency graph for taskScheduler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  TASK_S
 Task to schedule definition. More...
 

Functions

void timer_new_task (TASK_S *task, void(*runFunction)(void))
 Create a task. More...
 
void timer_start_task (TASK_S *task, void(*alertFunction)(int), int period_us)
 Start some task. More...
 
void timer_stop_task (TASK_S *task)
 Stop some task. More...