vdr
2.2.0
|
#include "timers.h"
#include <ctype.h>
#include "channels.h"
#include "device.h"
#include "i18n.h"
#include "libsi/si.h"
#include "recording.h"
#include "remote.h"
#include "status.h"
Go to the source code of this file.
Macros | |
#define | DAYBUFFERSIZE 64 |
#define | EITPRESENTFOLLOWINGRATE 10 |
#define | FULLMATCH 1000 |
#define | EXPIRELATENCY 60 |
#define | EPGLIMITBEFORE (1 * 3600) |
#define | EPGLIMITAFTER (1 * 3600) |
Functions | |
static int | CompareTimers (const void *a, const void *b) |
Variables | |
cTimers | Timers |
#define DAYBUFFERSIZE 64 |
Referenced by cTimer::PrintDay().
#define EITPRESENTFOLLOWINGRATE 10 |
Definition at line 398 of file timers.c.
Referenced by cTimer::Matches().
#define EPGLIMITAFTER (1 * 3600) |
Definition at line 512 of file timers.c.
Referenced by cTimer::SetEventFromSchedule().
#define EPGLIMITBEFORE (1 * 3600) |
Definition at line 511 of file timers.c.
Referenced by cTimer::SetEventFromSchedule().
#define EXPIRELATENCY 60 |
Definition at line 490 of file timers.c.
Referenced by cTimer::Expired().
#define FULLMATCH 1000 |
Definition at line 457 of file timers.c.
Referenced by cTimer::Matches(), and cTimer::SetEventFromSchedule().
|
static |
Definition at line 836 of file timers.c.
Referenced by cSortedTimers::cSortedTimers().
cTimers Timers |
Definition at line 694 of file timers.c.
Referenced by cSchedules::ClearAll(), cSVDRP::CmdCLRE(), cSVDRP::CmdDELC(), cSVDRP::CmdDELT(), cSVDRP::CmdLSTT(), cSVDRP::CmdMODT(), cSVDRP::CmdMOVC(), cSVDRP::CmdNEWT(), cSVDRP::CmdNEXT(), cSVDRP::CmdUPDT(), cMenuEditTimer::cMenuEditTimer(), cMenuEvent::cMenuEvent(), cMenuSchedule::cMenuSchedule(), cMenuTimers::cMenuTimers(), cMenuWhatsOn::cMenuWhatsOn(), cMenuTimers::Commands(), cShutdownHandler::ConfirmRestart(), cShutdownHandler::ConfirmShutdown(), cRecordControl::cRecordControl(), cRecording::cRecording(), cTimers::DecBeingEdited(), cMenuRecordings::Delete(), cMenuTimers::Delete(), cShutdownHandler::DoShutdown(), cSkinLCARSDisplayMenu::DrawTimers(), cEvent::HasTimer(), cChannel::HasTimer(), main(), cMenuTimers::OnOff(), cMenuEditTimer::ProcessKey(), cMenuTimers::ProcessKey(), cMenuWhatsOn::Record(), cMenuSchedule::Record(), cRecordControl::Stop(), cRecordControls::Stop(), cReplayControl::Stop(), cMenuScheduleItem::Update(), cMenuWhatsOn::Update(), cMenuSchedule::Update(), cMenuEditTimer::~cMenuEditTimer(), and cMenuTimers::~cMenuTimers().