vdr  2.2.0
Classes | Enumerations | Variables
timers.h File Reference
#include "channels.h"
#include "config.h"
#include "epg.h"
#include "tools.h"

Go to the source code of this file.

Classes

class  cTimer
 
class  cTimers
 
class  cSortedTimers
 

Enumerations

enum  eTimerFlags {
  tfNone = 0x0000, tfActive = 0x0001, tfInstant = 0x0002, tfVps = 0x0004,
  tfRecording = 0x0008, tfAll = 0xFFFF
}
 
enum  eTimerMatch { tmNone, tmPartial, tmFull }
 

Variables

cTimers Timers
 

Enumeration Type Documentation

Enumerator
tfNone 
tfActive 
tfInstant 
tfVps 
tfRecording 
tfAll 

Definition at line 18 of file timers.h.

Enumerator
tmNone 
tmPartial 
tmFull 

Definition at line 25 of file timers.h.

Variable Documentation

cTimers Timers