|
vdr 2.7.9
|
Go to the source code of this file.
Classes | |
| struct | tEpgBugFixStats |
| class | cEpgDataWriter |
Macros | |
| #define | RUNNINGSTATUSTIMEOUT 30 |
| #define | EPGDATAWRITEDELTA 600 |
| #define | MAXEPGBUGFIXSTATS 13 |
| #define | MAXEPGBUGFIXCHANS 100 |
| #define | MAX_USEFUL_EPISODE_LENGTH 40 |
Functions | |
| static void | EpgBugFixStat (int Number, tChannelID ChannelID) |
| void | ReportEpgBugFixStats (bool Force) |
| static void | StripControlCharacters (char *s) |
Variables | |
| tEpgBugFixStats | EpgBugFixStats [MAXEPGBUGFIXSTATS] |
| static cEpgDataWriter | EpgDataWriter |
| static cMutex | Mutex |
| cEpgHandlers | EpgHandlers |
| #define EPGDATAWRITEDELTA 600 |
Definition at line 20 of file epg.c.
Referenced by cSchedules::Cleanup().
| #define MAX_USEFUL_EPISODE_LENGTH 40 |
Referenced by cEvent::FixEpgBugs().
| #define MAXEPGBUGFIXCHANS 100 |
Definition at line 604 of file epg.c.
Referenced by EpgBugFixStat().
| #define MAXEPGBUGFIXSTATS 13 |
Definition at line 603 of file epg.c.
Referenced by EpgBugFixStat(), and ReportEpgBugFixStats().
| #define RUNNINGSTATUSTIMEOUT 30 |
Definition at line 19 of file epg.c.
Referenced by cSchedule::GetPresentEvent().
|
static |
Definition at line 614 of file epg.c.
References tEpgBugFixStats::channelIDs, EpgBugFixStats, tEpgBugFixStats::hits, MAXEPGBUGFIXCHANS, MAXEPGBUGFIXSTATS, and tEpgBugFixStats::n.
Referenced by cEvent::FixEpgBugs().
| void ReportEpgBugFixStats | ( | bool | Force | ) |
Definition at line 629 of file epg.c.
References tEpgBugFixStats::channelIDs, dsyslog, EpgBugFixStats, tEpgBugFixStats::hits, LOCK_CHANNELS_READ, MAXEPGBUGFIXSTATS, tEpgBugFixStats::n, and Setup.
Referenced by main().
|
static |
| tEpgBugFixStats EpgBugFixStats[MAXEPGBUGFIXSTATS] |
Definition at line 612 of file epg.c.
Referenced by EpgBugFixStat(), and ReportEpgBugFixStats().
|
static |
Definition at line 1278 of file epg.c.
Referenced by cSchedules::Cleanup(), and cSchedules::SetEpgDataFileName().
| cEpgHandlers EpgHandlers |
Definition at line 1457 of file epg.c.
Referenced by cEIT::cEIT(), cEpgHandler::cEpgHandler(), main(), and cEpgHandler::~cEpgHandler().
|
static |
Definition at line 1439 of file epg.c.
Referenced by AssertFreeDiskSpace(), cEpgHandler::cEpgHandler(), cMutexLock::cMutexLock(), cStatus::cStatus(), cDvbTuner::ExecuteDiseqc(), cMutexLock::Lock(), cCondVar::TimedWait(), cCondVar::Wait(), cEpgHandler::~cEpgHandler(), and cStatus::~cStatus().