FireBirdLib - Topfield TMS PVR TAP Programming Library
cronGetEvent.c File Reference
#include "FBLib_time.h"

Go to the source code of this file.

Functions

bool cronGetEvent (int Index, int *frequency, dword *nextExecution)
 

Variables

TYPE_CRONTAB cronTable [MAX_CRON_EVENTS]
 
bool cronInit
 

Function Documentation

◆ cronGetEvent()

bool cronGetEvent ( int  Index,
int *  frequency,
dword *  nextExecution 
)

Variable Documentation

◆ cronInit

bool cronInit
extern

Definition at line 5 of file cronEventHandler.c.

Referenced by cronGetEvent().

◆ cronTable

TYPE_CRONTAB cronTable[MAX_CRON_EVENTS]
extern

Definition at line 4 of file cronEventHandler.c.

Referenced by cronGetEvent().