vdr  2.2.0
Classes | Enumerations | Variables
timers.h File Reference
#include "channels.h"
#include "config.h"
#include "epg.h"
#include "tools.h"
Include dependency graph for timers.h:
This graph shows which files directly or indirectly include this file:

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

◆ eTimerFlags

Enumerator
tfNone 
tfActive 
tfInstant 
tfVps 
tfRecording 
tfAll 

Definition at line 18 of file timers.h.

◆ eTimerMatch

Enumerator
tmNone 
tmPartial 
tmFull 

Definition at line 25 of file timers.h.

Variable Documentation

◆ Timers

cTimers Timers