vdr  1.7.31
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, tfNone = 0x0000, tfActive = 0x0001,
  tfInstant = 0x0002, tfVps = 0x0004, tfRecording = 0x0008, tfAll = 0xFFFF
}
enum  eTimerMatch {
  tmNone, tmPartial, tmFull, tmNone,
  tmPartial, tmFull
}

Variables

cTimers Timers

Enumeration Type Documentation

Enumerator:
tfNone 
tfActive 
tfInstant 
tfVps 
tfRecording 
tfAll 
tfNone 
tfActive 
tfInstant 
tfVps 
tfRecording 
tfAll 

Definition at line 18 of file timers.h.

Enumerator:
tmNone 
tmPartial 
tmFull 
tmNone 
tmPartial 
tmFull 

Definition at line 25 of file timers.h.

Variable Documentation

cTimers Timers

Definition at line 715 of file timers.c.