vdr
1.7.27
|
#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 |
Defines | |
#define | VDRVERSION "1.7.27" |
#define | VDRVERSNUM 10727 |
#define | APIVERSION "1.7.27" |
#define | APIVERSNUM 10727 |
#define | JUMPPLAYVERSNUM 100 |
#define | LIEMIKUUTIO 134 |
#define | MAXPRIORITY 99 |
#define | MINPRIORITY (-MAXPRIORITY) |
#define | LIVEPRIORITY 0 |
#define | TRANSFERPRIORITY (LIVEPRIORITY - 1) |
#define | IDLEPRIORITY (MINPRIORITY - 1) |
#define | MAXLIFETIME 99 |
#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 |
Typedefs | |
typedef uint32_t | in_addr_t |
Variables | |
cNestedItemList | Folders |
cNestedItemList | Commands |
cNestedItemList | RecordingCommands |
cNestedItemList | TimerCommands |
cSVDRPhosts | SVDRPhosts |
cSetup | Setup |
#define APIVERSION "1.7.27" |
Definition at line 30 of file config.h.
Referenced by cPluginManager::AddPlugin(), and main().
#define APIVERSNUM 10727 |
#define IDLEPRIORITY (MINPRIORITY - 1) |
Definition at line 47 of file config.h.
Referenced by cDvbTuner::BondingOk(), cDevice::GetDevice(), cCamSlot::Priority(), cDevice::Priority(), and cDvbDevice::ProvidesChannel().
#define JUMPPLAYVERSNUM 100 |
#define LIEMIKUUTIO 134 |
#define LIVEPRIORITY 0 |
Definition at line 45 of file config.h.
Referenced by main(), cDisplayChannel::NextAvailableChannel(), cDevice::SetChannel(), and cDevice::SwitchChannel().
#define MAINMENUHOOKSVERSION "1.0.1" |
#define MAINMENUHOOKSVERSNUM 10001 |
#define MaxFileName 256 |
Definition at line 59 of file config.h.
Referenced by cSetup::Parse().
#define MAXLIFETIME 99 |
Definition at line 48 of file config.h.
Referenced by AssertFreeDiskSpace(), cMenuEditTimer::cMenuEditTimer(), cMenuSetupRecord::cMenuSetupRecord(), cRecording::cRecording(), cRecordingInfo::cRecordingInfo(), and cSetup::cSetup().
#define MAXOSDHEIGHT 1200 |
Definition at line 53 of file config.h.
Referenced by cOsd::SetOsdPosition().
#define MAXOSDWIDTH 1920 |
Definition at line 51 of file config.h.
Referenced by cOsd::SetOsdPosition().
#define MAXPRIORITY 99 |
Definition at line 43 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 60 of file config.h.
Referenced by cSetup::Parse().
#define MaxThemeName 16 |
Definition at line 61 of file config.h.
Referenced by cSetup::Parse().
#define MINOSDHEIGHT 324 |
Definition at line 52 of file config.h.
Referenced by cOsd::SetOsdPosition().
#define MINOSDWIDTH 480 |
Definition at line 50 of file config.h.
Referenced by cOsd::SetOsdPosition().
#define MINPRIORITY (-MAXPRIORITY) |
Definition at line 44 of file config.h.
Referenced by cReceiver::cReceiver(), and main().
#define TRANSFERPRIORITY (LIVEPRIORITY - 1) |
Definition at line 46 of file config.h.
Referenced by cDevice::Priority().
#define VDRVERSION "1.7.27" |
Definition at line 25 of file config.h.
Referenced by cSVDRP::CmdHELP(), main(), cSVDRP::Process(), and cMenuSetup::Set().
#define VDRVERSNUM 10727 |