#include "config.h"
#include "conf/conf_scheduler.h"
#include "scheduler.h"
Go to the source code of this file.
Defines | |
| #define | _SCHEDULER_C_ |
| _____ I N C L U D E S ____________________________________________________ | |
Functions | |
| void | scheduler_init (void) |
| _____ D E C L A R A T I O N ______________________________________________ | |
| 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. | |
Please read file license.txt for copyright notice.
Configuration:
Definition in file scheduler.c.
|
|
_____ I N C L U D E S ____________________________________________________
Definition at line 18 of file scheduler.c. |
|
|
_____ D E C L A R A T I O N ______________________________________________ Task_x_init() and Task_x_fct() are defined in config.h
Definition at line 49 of file scheduler.c. References Scheduler_call_next_init, Scheduler_task_1_init, Scheduler_task_2_init, and Scheduler_time_init(). Referenced by scheduler().
|
|
|
Task execution scheduler.
Definition at line 110 of file scheduler.c. Referenced by scheduler().
|
|
|
Init & run the scheduler.
Definition at line 171 of file scheduler.c.
|
|
|
Do nothing Avoid uncalled segment warning if the empty function is not used.
Definition at line 185 of file scheduler.c. Referenced by scheduler_tasks().
|
1.3.7