vdr
2.2.0
|
Public Member Functions | |
cEpgDataWriter (void) | |
void | SetDump (bool Dump) |
void | Perform (void) |
![]() | |
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) |
![]() | |
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 tThreadId | ThreadId (void) |
static tThreadId | IsMainThread (void) |
static void | SetMainThreadId (void) |
|
protectedvirtual |
void cEpgDataWriter::Perform | ( | void | ) |
Definition at line 1163 of file epg.c.
References cSchedules::Dump(), dump, cList< T >::First(), mutex, cList< T >::Next(), and cSchedules::Schedules().
Referenced by Action(), and cSchedules::Cleanup().
|
inline |
Definition at line 1148 of file epg.c.
Referenced by cSchedules::SetEpgDataFileName().
|
private |
Definition at line 1143 of file epg.c.
Referenced by cEpgDataWriter(), and Perform().
|
private |