FireBirdLib - Topfield TMS PVR TAP Programming Library
cronUnregisterAllEvents.c
Go to the documentation of this file.
1#include "FBLib_time.h"
2
3extern int cronItemCount;
5extern bool cronInit;
6
8{
10
11 memset(cronTable, 0, MAX_CRON_EVENTS * sizeof(TYPE_CRONTAB));
12 cronItemCount = 0;
13 cronInit = TRUE;
14
15 TRACEEXIT();
16}
#define MAX_CRON_EVENTS
Definition: FBLib_time.h:25
TYPE_CRONTAB cronTable[MAX_CRON_EVENTS]
void cronUnregisterAllEvents(void)
bool cronInit
int cronItemCount
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243