vdr
1.7.31
|
#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 |
#define APIVERSION "1.7.31" |
Definition at line 30 of file config.h.
Referenced by cPluginManager::AddPlugin(), and main().
#define DEFINSTRECTIME 180 |
Definition at line 47 of file config.h.
Referenced by cSetup::cSetup(), and cTimer::cTimer().
#define IDLEPRIORITY (MINPRIORITY - 1) |
Definition at line 45 of file config.h.
Referenced by cDvbTuner::BondingOk(), cDevice::GetDevice(), cCamSlot::Priority(), cDevice::Priority(), and cDvbDevice::ProvidesChannel().
#define LIVEPRIORITY 0 |
Definition at line 43 of file config.h.
Referenced by main(), cDisplayChannel::NextAvailableChannel(), cDevice::SetChannel(), and cDevice::SwitchChannel().
#define MaxFileName 256 |
Definition at line 58 of file config.h.
Referenced by cSetup::Parse().
#define MAXLIFETIME 99 |
Definition at line 46 of file config.h.
Referenced by AssertFreeDiskSpace(), cMenuEditTimer::cMenuEditTimer(), cMenuSetupRecord::cMenuSetupRecord(), cRecording::cRecording(), cRecordingInfo::cRecordingInfo(), and cSetup::cSetup().
#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 |
Definition at line 41 of file config.h.
Referenced by cMenuEditTimer::cMenuEditTimer(), cMenuSetupRecord::cMenuSetupRecord(), cReceiver::cReceiver(), cRecording::cRecording(), cRecordingInfo::cRecordingInfo(), and cDevice::GetDevice().
#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" |
Definition at line 25 of file config.h.
Referenced by cSVDRP::CmdHELP(), cSkinLCARSDisplayMenu::DrawMainFrameLower(), main(), cSVDRP::Process(), and cMenuSetup::Set().
cNestedItemList Commands |
cNestedItemList Folders |
cNestedItemList RecordingCommands |
cSVDRPhosts SVDRPhosts |
cNestedItemList TimerCommands |