Functions | |
| Simple Scheduler OVERVIEW This module is a simple scheduler CONFIGURATION< PRE > In config none constrainst it is possible to define another scheduler type | Scheduler_task_x_init (optional, except Scheduler_task_1_init) x from 1 to 11 |
| Simple Scheduler OVERVIEW This module is a simple scheduler CONFIGURATION< PRE > In config none constrainst it is possible to define another scheduler type defines the init | functions (init of task or general purpose init) 3/Scheduler_task_x(optional |
| Simple Scheduler OVERVIEW This module is a simple scheduler CONFIGURATION< PRE > In config none constrainst it is possible to define another scheduler type defines the init except Scheduler_task_1 x from defines the task functions | Scheduler_time_init (optional) defines the function that will be called to initialize time events |
| void | scheduler_tasks (void) |
| Task execution scheduler. | |
| void | scheduler (void) |
| Init & run the scheduler. | |
| void | scheduler_empty_fct (void) |
| Do nothing Avoid uncalled segment warning if the empty function is not used. | |
Variables | |
| Simple Scheduler OVERVIEW This module is a simple scheduler CONFIGURATION< PRE > In config | h |
| Simple Scheduler OVERVIEW This module is a simple scheduler CONFIGURATION< PRE > In config none constrainst | SCHEDULER_TIMED |
| Simple Scheduler OVERVIEW This module is a simple scheduler CONFIGURATION< PRE > In config none constrainst it is possible to define another scheduler type defines the init except Scheduler_task_1 x from | to |
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 26 of file scheduler.txt. Referenced by scheduler_init().
|
|
|
Task execution scheduler.
Definition at line 72 of file scheduler.txt. References Scheduler_call_next_task, scheduler_empty_fct(), Scheduler_new_schedule, Scheduler_task_1, and Scheduler_task_2.
|
|
|
Init & run the scheduler.
Definition at line 88 of file scheduler.txt. References scheduler_init(), and scheduler_tasks().
|
|
|
Do nothing Avoid uncalled segment warning if the empty function is not used.
Definition at line 95 of file scheduler.txt.
|
|
|
Definition at line 15 of file scheduler.txt. |
|
|
Definition at line 15 of file scheduler.txt. |
|
|
Definition at line 24 of file scheduler.txt. |
1.3.7