#include <FBLib_time.h>
Data Fields | |
bool | active |
dword | nextExecution |
void * | function |
int | frequency |
Definition at line 17 of file FBLib_time.h.
bool TYPE_CRONTAB::active |
Definition at line 19 of file FBLib_time.h.
Referenced by cronEventHandler(), cronRegisterEvent(), and cronUnregisterEvent().
int TYPE_CRONTAB::frequency |
Definition at line 22 of file FBLib_time.h.
Referenced by cronEventHandler(), cronGetEvent(), cronModifyEvent(), and cronRegisterEvent().
void* TYPE_CRONTAB::function |
Definition at line 21 of file FBLib_time.h.
Referenced by cronEventHandler(), and cronRegisterEvent().
dword TYPE_CRONTAB::nextExecution |
Definition at line 20 of file FBLib_time.h.
Referenced by cronEventHandler(), cronGetEvent(), cronModifyEvent(), and cronRegisterEvent().