#include "FBLib_time.h"
Go to the source code of this file.
Functions | |
void | cronEventHandler (void) |
Variables | |
int | cronItemCount = 0 |
TYPE_CRONTAB | cronTable [MAX_CRON_EVENTS] |
bool | cronInit = FALSE |
void cronEventHandler | ( | void | ) |
Definition at line 7 of file cronEventHandler.c.
References TYPE_CRONTAB::active, cronInit, cronItemCount, cronTable, cronUnregisterAllEvents(), TYPE_CRONTAB::frequency, TYPE_CRONTAB::function, MAX_CRON_EVENTS, TYPE_CRONTAB::nextExecution, TRACEENTER, and TRACEEXIT.
bool cronInit = FALSE |
Definition at line 5 of file cronEventHandler.c.
Referenced by cronEventHandler(), cronGetEvent(), cronModifyEvent(), cronRegisterEvent(), cronUnregisterAllEvents(), and cronUnregisterEvent().
int cronItemCount = 0 |
Definition at line 3 of file cronEventHandler.c.
Referenced by cronEventHandler(), cronRegisterEvent(), cronUnregisterAllEvents(), and cronUnregisterEvent().
TYPE_CRONTAB cronTable[MAX_CRON_EVENTS] |
Definition at line 4 of file cronEventHandler.c.
Referenced by cronEventHandler(), cronGetEvent(), cronModifyEvent(), cronRegisterEvent(), cronUnregisterAllEvents(), and cronUnregisterEvent().