Go to the source code of this file.
Functions | |
| void | killCronTab () |
| Kills the scheduler, just for reloads otherwise useless (OS frees memory automatically). | |
| void | initCronTab () |
| Inits the scheduler, must be called right before the main loop. | |
| void | checkCronTab () |
| checks for ready schedules, should be called at the beginning of the main loop | |
|
|
checks for ready schedules, should be called at the beginning of the main loop Function to be called every now and then... check to tasks ready to be scheduled
|
|
|
Inits the scheduler, must be called right before the main loop. Function called to init the Crontab management code
|
|
|
Kills the scheduler, just for reloads otherwise useless (OS frees memory automatically). Frees the memory and kills the scheduler [maybe for a reload, not needed for termination] not really deeply debugged (ok neither the rest is really deeply debugged! eheh ;) )
|