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

Go to the source code of this file.

Functions

bool cronUnregisterEvent (int Index)
 

Variables

int cronItemCount
 
TYPE_CRONTAB cronTable [MAX_CRON_EVENTS]
 
bool cronInit
 

Function Documentation

◆ cronUnregisterEvent()

bool cronUnregisterEvent ( int  Index)

Variable Documentation

◆ cronInit

bool cronInit
extern

Definition at line 5 of file cronEventHandler.c.

Referenced by cronUnregisterEvent().

◆ cronItemCount

int cronItemCount
extern

Definition at line 3 of file cronEventHandler.c.

Referenced by cronUnregisterEvent().

◆ cronTable

TYPE_CRONTAB cronTable[MAX_CRON_EVENTS]
extern

Definition at line 4 of file cronEventHandler.c.

Referenced by cronUnregisterEvent().