vdr  1.7.31
Classes | Macros | Typedefs | Variables
config.h File Reference
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "i18n.h"
#include "font.h"
#include "tools.h"

Go to the source code of this file.

Classes

class  cSVDRPhost
class  cSatCableNumbers
class  cConfig< T >
class  cNestedItem
class  cNestedItemList
class  cSVDRPhosts
class  cSetupLine
class  cSetup

Macros

#define VDRVERSION   "1.7.31"
#define VDRVERSNUM   10731
#define APIVERSION   "1.7.31"
#define APIVERSNUM   10731
#define JUMPPLAYVERSNUM   100
#define MAXPRIORITY   99
#define MINPRIORITY   (-MAXPRIORITY)
#define LIVEPRIORITY   0
#define TRANSFERPRIORITY   (LIVEPRIORITY - 1)
#define IDLEPRIORITY   (MINPRIORITY - 1)
#define MAXLIFETIME   99
#define DEFINSTRECTIME   180
#define MINOSDWIDTH   480
#define MAXOSDWIDTH   1920
#define MINOSDHEIGHT   324
#define MAXOSDHEIGHT   1200
#define MAINMENUHOOKSVERSION   "1.0.1"
#define MAINMENUHOOKSVERSNUM   10001
#define MaxFileName   256
#define MaxSkinName   16
#define MaxThemeName   16
#define STANDARD_DVB   0
#define STANDARD_ANSISCTE   1

Typedefs

typedef uint32_t in_addr_t

Variables

cNestedItemList Folders
cNestedItemList Commands
cNestedItemList RecordingCommands
cNestedItemList TimerCommands
cSVDRPhosts SVDRPhosts
cSetup Setup

Macro Definition Documentation

#define APIVERSION   "1.7.31"

Definition at line 30 of file config.h.

Referenced by cPluginManager::AddPlugin(), and main().

#define APIVERSNUM   10731

Definition at line 31 of file config.h.

#define DEFINSTRECTIME   180

Definition at line 47 of file config.h.

Referenced by cSetup::cSetup(), and cTimer::cTimer().

#define IDLEPRIORITY   (MINPRIORITY - 1)
#define JUMPPLAYVERSNUM   100

Definition at line 33 of file config.h.

#define LIVEPRIORITY   0
#define MAINMENUHOOKSVERSION   "1.0.1"

Definition at line 55 of file config.h.

#define MAINMENUHOOKSVERSNUM   10001

Definition at line 56 of file config.h.

#define MaxFileName   256

Definition at line 58 of file config.h.

Referenced by cSetup::Parse().

#define MAXLIFETIME   99
#define MAXOSDHEIGHT   1200

Definition at line 52 of file config.h.

Referenced by cOsd::SetOsdPosition().

#define MAXOSDWIDTH   1920

Definition at line 50 of file config.h.

Referenced by cOsd::SetOsdPosition().

#define MAXPRIORITY   99
#define MaxSkinName   16

Definition at line 59 of file config.h.

Referenced by cSetup::Parse().

#define MaxThemeName   16

Definition at line 60 of file config.h.

Referenced by cSetup::Parse().

#define MINOSDHEIGHT   324

Definition at line 51 of file config.h.

Referenced by cOsd::SetOsdPosition().

#define MINOSDWIDTH   480

Definition at line 49 of file config.h.

Referenced by cOsd::SetOsdPosition().

#define MINPRIORITY   (-MAXPRIORITY)

Definition at line 42 of file config.h.

Referenced by cReceiver::cReceiver(), and main().

#define STANDARD_ANSISCTE   1

Definition at line 70 of file config.h.

Referenced by cPatFilter::Process().

#define STANDARD_DVB   0

Definition at line 69 of file config.h.

Referenced by cSetup::cSetup().

#define TRANSFERPRIORITY   (LIVEPRIORITY - 1)

Definition at line 44 of file config.h.

Referenced by cDevice::Priority().

#define VDRVERSION   "1.7.31"
#define VDRVERSNUM   10731

Definition at line 26 of file config.h.

Typedef Documentation

typedef uint32_t in_addr_t

Definition at line 72 of file config.h.

Variable Documentation

cNestedItemList Commands

Definition at line 274 of file config.c.

cNestedItemList Folders

Definition at line 273 of file config.c.

cNestedItemList RecordingCommands

Definition at line 275 of file config.c.

cSetup Setup

Definition at line 372 of file config.c.

cSVDRPhosts SVDRPhosts

Definition at line 280 of file config.c.

cNestedItemList TimerCommands

Definition at line 276 of file config.c.