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

Go to the source code of this file.

Functions

void cronUnregisterAllEvents (void)
 

Variables

int cronItemCount
 
TYPE_CRONTAB cronTable [MAX_CRON_EVENTS]
 
bool cronInit
 

Function Documentation

◆ cronUnregisterAllEvents()

void cronUnregisterAllEvents ( void  )

Variable Documentation

◆ cronInit

bool cronInit
extern

Definition at line 5 of file cronEventHandler.c.

Referenced by cronUnregisterAllEvents().

◆ cronItemCount

int cronItemCount
extern

Definition at line 3 of file cronEventHandler.c.

Referenced by cronUnregisterAllEvents().

◆ cronTable

TYPE_CRONTAB cronTable[MAX_CRON_EVENTS]
extern

Definition at line 4 of file cronEventHandler.c.

Referenced by cronUnregisterAllEvents().