vdr
2.0.4
|
#include "config.h"
#include <ctype.h>
#include <stdlib.h>
#include "device.h"
#include "i18n.h"
#include "interface.h"
#include "menu.h"
#include "plugin.h"
#include "recording.h"
Go to the source code of this file.
Macros | |
#define | ChkDoublePlausibility(Variable, Default) { if (Variable < 0.00001) Variable = Default; } |
Variables | |
cNestedItemList | Folders |
cNestedItemList | Commands |
cNestedItemList | RecordingCommands |
cNestedItemList | TimerCommands |
cSVDRPhosts | SVDRPhosts |
cSetup | Setup |
#define ChkDoublePlausibility | ( | Variable, | |
Default | |||
) | { if (Variable < 0.00001) Variable = Default; } |
Definition at line 24 of file config.c.
Referenced by cSetup::Parse().
cNestedItemList Commands |
Definition at line 275 of file config.c.
Referenced by cMenuCommands::cMenuCommands(), cMenuMain::cMenuMain(), main(), cMenuMain::ProcessKey(), and cMenuMain::Set().
cNestedItemList Folders |
Definition at line 274 of file config.c.
Referenced by main(), cMenuEditTimer::ProcessKey(), and cMenuEditRecording::ProcessKey().
cNestedItemList RecordingCommands |
Definition at line 276 of file config.c.
Referenced by cMenuRecordings::Commands(), main(), cMenuRecordings::ProcessKey(), and cMenuRecordings::SetHelpKeys().
cSetup Setup |
Definition at line 373 of file config.c.
Referenced by cLircRemote::Action(), cKbdRemote::Action(), cTrueColorDemo::Action(), cCuttingThread::Action(), cCamSlot::AddChannel(), cDvbSubtitleConverter::AssertOsd(), cSkinDisplay::AvgCharWidth(), cDvbPlayer::Backward(), cShutdownHandler::CallShutdownCommand(), cCamSlot::CanDecrypt(), cCuttingThread::cCuttingThread(), cDevice::cDevice(), cDisplayChannel::cDisplayChannel(), cEIT::cEIT(), cHdffOsd::cHdffOsd(), cShutdownHandler::CheckManualStart(), cSchedule::Cleanup(), cMenuRecordings::cMenuRecordings(), cMenuSetupBase::cMenuSetupBase(), cMenuSetupOSD::cMenuSetupOSD(), cShutdownHandler::ConfirmShutdown(), cRcuRemote::cRcuRemote(), CreateTinyFont(), cRecorder::cRecorder(), cRecording::cRecording(), cReplayControl::cReplayControl(), cResumeFile::cResumeFile(), cSkinClassicDisplayChannel::cSkinClassicDisplayChannel(), cSkinClassicDisplayMenu::cSkinClassicDisplayMenu(), cSkinClassicDisplayMessage::cSkinClassicDisplayMessage(), cSkinClassicDisplayReplay::cSkinClassicDisplayReplay(), cSkinClassicDisplayTracks::cSkinClassicDisplayTracks(), cSkinClassicDisplayVolume::cSkinClassicDisplayVolume(), cSkinCursesDisplayChannel::cSkinCursesDisplayChannel(), cSkinLCARSDisplayChannel::cSkinLCARSDisplayChannel(), cSkinLCARSDisplayMenu::cSkinLCARSDisplayMenu(), cSkinSTTNGDisplayChannel::cSkinSTTNGDisplayChannel(), cSkinSTTNGDisplayMenu::cSkinSTTNGDisplayMenu(), cSkinSTTNGDisplayMessage::cSkinSTTNGDisplayMessage(), cSkinSTTNGDisplayReplay::cSkinSTTNGDisplayReplay(), cSkinSTTNGDisplayTracks::cSkinSTTNGDisplayTracks(), cSkinSTTNGDisplayVolume::cSkinSTTNGDisplayVolume(), cTimer::cTimer(), cOsdMenu::CursorDown(), cOsdMenu::CursorUp(), cDevice::Detach(), cPictureControl::DisplayCaption(), cShutdownHandler::DoShutdown(), cSkinLCARSDisplayMenu::DrawMenuFrame(), cFreetypeFont::DrawText(), cEvent::Dump(), cDevice::EnsureAudioTrack(), cDevice::EnsureSubtitleTrack(), cDvbSubtitleConverter::ExtractSegment(), cEvent::FixEpgBugs(), cDvbPlayer::Forward(), cDvbTuner::GetBondingParams(), cFont::GetFont(), cDvbSdFfDevice::GetOsdSize(), cDvbPlayer::GetReplayMode(), main(), cReplayControl::MarkToggle(), cChannel::Name(), cDisplayChannel::NextAvailableChannel(), cRecorder::NextFile(), cOsd::OsdHeight(), cOsd::OsdLeft(), cOsd::OsdTop(), cOsd::OsdWidth(), cOsdMenu::PageDown(), cOsdMenu::PageUp(), cPatPmtParser::ParsePmt(), cDevice::PlayPesPacket(), cMenuSchedule::PrepareScheduleAllAll(), cMenuSchedule::PrepareScheduleAllThis(), cMenuSchedule::PrepareScheduleThisAll(), cMenuSchedule::PrepareScheduleThisThis(), cEitFilter::Process(), cSdtFilter::Process(), cPatFilter::Process(), cNitFilter::Process(), cEITScanner::Process(), cSVDRP::Process(), cMenuMain::ProcessKey(), cMenuEditStrItem::ProcessKey(), cDisplayChannel::ProcessKey(), cDisplayTracks::ProcessKey(), cReplayControl::ProcessKey(), cMenuSetupOSD::ProcessKey(), cDvbDevice::ProvidesTransponder(), ReportEpgBugFixStats(), cShutdownHandler::RequestEmergencyExit(), cMenuTimerItem::Set(), cSkinClassicDisplayMenu::SetButtons(), cSkinSTTNGDisplayMenu::SetButtons(), cSkinLCARSDisplayMenu::SetButtons(), cDevice::SetChannel(), cDvbTuner::SetFrontend(), cSkinClassicDisplayReplay::SetMode(), cSkinCursesDisplayReplay::SetMode(), cReceiver::SetPids(), cDvbSdFfDevice::SetPlayMode(), cDevice::SetPrimaryDevice(), cDvbSpuDecoder::SetSpuScaling(), cPlugin::SetupStore(), cShutdownHandler::SetUserInactiveTimeout(), cDvbSdFfDevice::SetVideoDisplayFormat(), cDevice::SetVideoDisplayFormat(), cDvbSdFfDevice::SetVideoFormat(), cChannel::ShortName(), cReplayControl::ShowMode(), cReplayControl::ShowProgress(), cRecording::SortName(), cRecordControls::Start(), cReplayControl::Stop(), cMenuSetupBase::Store(), cMenuSetupReplay::Store(), cMenuMain::Update(), cOsdProvider::UpdateOsdSize(), cSubtitleRegion::UpdateTextData(), cInterface::Wait(), and cFreetypeFont::Width().
cSVDRPhosts SVDRPhosts |
Definition at line 281 of file config.c.
Referenced by cSocket::Accept(), main(), and cSocket::Open().
cNestedItemList TimerCommands |
Definition at line 277 of file config.c.
Referenced by cMenuTimers::Commands(), main(), and cMenuTimers::ProcessKey().