|
vdr
2.2.0
|
Go to the source code of this file.
Classes | |
| struct | tComponent |
| class | cComponents |
| class | cEvent |
| class | cSchedule |
| class | cSchedulesLock |
| class | cSchedules |
| class | cEpgDataReader |
| class | cEpgHandler |
| class | cEpgHandlers |
Macros | |
| #define | MAXEPGBUGFIXLEVEL 3 |
Typedefs | |
| typedef u_int32_t | tEventID |
Enumerations | |
| enum | { MaxEventContents = 4 } |
| enum | eEventContentGroup { ecgMovieDrama = 0x10, ecgNewsCurrentAffairs = 0x20, ecgShow = 0x30, ecgSports = 0x40, ecgChildrenYouth = 0x50, ecgMusicBalletDance = 0x60, ecgArtsCulture = 0x70, ecgSocialPoliticalEconomics = 0x80, ecgEducationalScience = 0x90, ecgLeisureHobbies = 0xA0, ecgSpecial = 0xB0, ecgUserDefined = 0xF0 } |
| enum | eDumpMode { dmAll, dmPresent, dmFollowing, dmAtTime } |
Functions | |
| void | ReportEpgBugFixStats (bool Force=false) |
Variables | |
| cEpgHandlers | EpgHandlers |
| #define MAXEPGBUGFIXLEVEL 3 |
Definition at line 21 of file epg.h.
Referenced by cMenuSetupEPG::Setup().
| enum eEventContentGroup |
| void ReportEpgBugFixStats | ( | bool | Force = false | ) |
Definition at line 585 of file epg.c.
References tEpgBugFixStats::channelIDs, Channels, dsyslog, cSetup::EPGBugfixLevel, cChannels::GetByChannelID(), tEpgBugFixStats::hits, MAXEPGBUGFIXSTATS, tEpgBugFixStats::n, cChannel::Name(), and Setup.
Referenced by main().
| cEpgHandlers EpgHandlers |
Definition at line 1381 of file epg.c.
Referenced by cEIT::cEIT(), cEpgHandler::cEpgHandler(), main(), and cEpgHandler::~cEpgHandler().
1.8.11