|
vdr 2.8.1
|
Public Member Functions | |
| cEpgDataWriter (void) | |
| void | SetDump (bool Dump) |
| void | Perform (void) |
| Public Member Functions inherited from cThread | |
| cThread (const char *Description=NULL, bool LowPriority=false) | |
| virtual | ~cThread () |
| void | SetDescription (const char *Description,...) __attribute__((format(printf |
| void bool | Start (void) |
| bool | Active (void) |
Protected Member Functions | |
| virtual void | Action (void) override |
| Protected Member Functions inherited from cThread | |
| void | SetPriority (int Priority) |
| void | SetIOPriority (int Priority) |
| void | Lock (void) |
| void | Unlock (void) |
| bool | Running (void) |
| void | Cancel (int WaitSeconds=0) |
Private Attributes | |
| cMutex | mutex |
| bool | dump |
Additional Inherited Members | |
| Static Public Member Functions inherited from cThread | |
| static tThreadId | ThreadId (void) |
| static tThreadId | IsMainThread (void) |
| static void | SetMainThreadId (void) |
| cEpgDataWriter::cEpgDataWriter | ( | void | ) |
Definition at line 1251 of file epg.c.
References cThread::cThread(), and dump.
|
overrideprotectedvirtual |
| void cEpgDataWriter::Perform | ( | void | ) |
Definition at line 1262 of file epg.c.
References cSchedules::Dump(), dump, cSchedules::GetSchedulesWrite(), mutex, cListObject::Next(), and cStateKey::Remove().
Referenced by Action().
|
inline |
|
private |
Definition at line 1242 of file epg.c.
Referenced by cEpgDataWriter(), Perform(), and SetDump().
|
private |