Go to the source code of this file.
Functions | |
| int | cronRegisterEvent (long frequency, dword firstExecution, void *callback) |
Variables | |
| int | cronItemCount |
| TYPE_CRONTAB | cronTable [MAX_CRON_EVENTS] |
| bool | cronInit |
| int cronRegisterEvent | ( | long | frequency, |
| dword | firstExecution, | ||
| void * | callback | ||
| ) |
Definition at line 8 of file cronRegisterEvent.c.
References TYPE_CRONTAB::active, cronInit, cronItemCount, cronTable, cronUnregisterAllEvents(), TYPE_CRONTAB::frequency, TYPE_CRONTAB::function, MAX_CRON_EVENTS, TYPE_CRONTAB::nextExecution, TRACEENTER, and TRACEEXIT.
|
extern |
Definition at line 5 of file cronEventHandler.c.
Referenced by cronRegisterEvent().
|
extern |
Definition at line 3 of file cronEventHandler.c.
Referenced by cronRegisterEvent().
|
extern |
Definition at line 4 of file cronEventHandler.c.
Referenced by cronRegisterEvent().