vdr 2.6.3
|
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 |
cEpgHandlers | EpgHandlers |
#define MAX_USEFUL_EPISODE_LENGTH 40 |
|
static |
Definition at line 596 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 611 of file epg.c.
References tEpgBugFixStats::channelIDs, dsyslog, cSetup::EPGBugfixLevel, EpgBugFixStats, tEpgBugFixStats::hits, LOCK_CHANNELS_READ, MAXEPGBUGFIXSTATS, tEpgBugFixStats::n, and Setup.
Referenced by main().
|
static |
tEpgBugFixStats EpgBugFixStats[MAXEPGBUGFIXSTATS] |
Definition at line 594 of file epg.c.
Referenced by EpgBugFixStat(), and ReportEpgBugFixStats().
|
static |
Definition at line 1256 of file epg.c.
Referenced by cSchedules::Cleanup(), and cSchedules::SetEpgDataFileName().
cEpgHandlers EpgHandlers |
Definition at line 1429 of file epg.c.
Referenced by cEIT::cEIT(), cEpgHandler::cEpgHandler(), main(), and cEpgHandler::~cEpgHandler().