FireBirdLib - Topfield TMS PVR TAP Programming Library
TYPE_CRONTAB Struct Reference

#include <FBLib_time.h>

Data Fields

bool active
 
dword nextExecution
 
void * function
 
int frequency
 

Detailed Description

Definition at line 17 of file FBLib_time.h.

Field Documentation

◆ active

bool TYPE_CRONTAB::active

Definition at line 19 of file FBLib_time.h.

Referenced by cronEventHandler(), cronRegisterEvent(), and cronUnregisterEvent().

◆ frequency

int TYPE_CRONTAB::frequency

Definition at line 22 of file FBLib_time.h.

Referenced by cronEventHandler(), cronGetEvent(), cronModifyEvent(), and cronRegisterEvent().

◆ function

void* TYPE_CRONTAB::function

Definition at line 21 of file FBLib_time.h.

Referenced by cronEventHandler(), and cronRegisterEvent().

◆ nextExecution

dword TYPE_CRONTAB::nextExecution

Definition at line 20 of file FBLib_time.h.

Referenced by cronEventHandler(), cronGetEvent(), cronModifyEvent(), and cronRegisterEvent().


The documentation for this struct was generated from the following file: