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

Go to the source code of this file.

Functions

bool cronModifyEvent (int Index, int frequency, dword nextExecution)
 

Variables

TYPE_CRONTAB cronTable [MAX_CRON_EVENTS]
 
bool cronInit
 

Function Documentation

◆ cronModifyEvent()

bool cronModifyEvent ( int  Index,
int  frequency,
dword  nextExecution 
)

Variable Documentation

◆ cronInit

bool cronInit
extern

Definition at line 5 of file cronEventHandler.c.

Referenced by cronModifyEvent().

◆ cronTable

TYPE_CRONTAB cronTable[MAX_CRON_EVENTS]
extern

Definition at line 4 of file cronEventHandler.c.

Referenced by cronModifyEvent().