|
vdr
1.7.27
|
#include "epg.h"#include <ctype.h>#include <limits.h>#include <time.h>#include "libsi/si.h"#include "timers.h"Go to the source code of this file.
Classes | |
| struct | tEpgBugFixStats |
Defines | |
| #define | RUNNINGSTATUSTIMEOUT 30 |
| #define | MAXEPGBUGFIXSTATS 13 |
| #define | MAXEPGBUGFIXCHANS 100 |
| #define | MAX_USEFUL_EPISODE_LENGTH 40 |
Functions | |
| static void | EpgBugFixStat (int Number, tChannelID ChannelID) |
| void | ReportEpgBugFixStats (bool Reset) |
Variables | |
| tEpgBugFixStats | EpgBugFixStats [MAXEPGBUGFIXSTATS] |
| cEpgHandlers | EpgHandlers |
| #define MAX_USEFUL_EPISODE_LENGTH 40 |
Referenced by cEvent::FixEpgBugs().
| #define MAXEPGBUGFIXCHANS 100 |
Definition at line 559 of file epg.c.
Referenced by EpgBugFixStat().
| #define MAXEPGBUGFIXSTATS 13 |
Definition at line 558 of file epg.c.
Referenced by EpgBugFixStat(), and ReportEpgBugFixStats().
| #define RUNNINGSTATUSTIMEOUT 30 |
Definition at line 20 of file epg.c.
Referenced by cSchedule::GetPresentEvent().
| static void EpgBugFixStat | ( | int | Number, |
| tChannelID | ChannelID | ||
| ) | [static] |
Definition at line 569 of file epg.c.
References tEpgBugFixStats::channelIDs, tEpgBugFixStats::hits, MAXEPGBUGFIXCHANS, MAXEPGBUGFIXSTATS, and tEpgBugFixStats::n.
Referenced by cEvent::FixEpgBugs().
| void ReportEpgBugFixStats | ( | bool | Reset | ) |
Definition at line 584 of file epg.c.
References tEpgBugFixStats::channelIDs, Channels, dsyslog, cSetup::EPGBugfixLevel, cChannels::GetByChannelID(), tEpgBugFixStats::hits, MAXEPGBUGFIXSTATS, tEpgBugFixStats::n, cChannel::Name(), and Setup.
Referenced by cSchedules::Cleanup(), and main().
Definition at line 1314 of file epg.c.
Referenced by cEIT::cEIT(), cEpgHandler::cEpgHandler(), main(), and cEpgHandler::~cEpgHandler().
1.8.0