vdr  2.2.0
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
cEpgDataWriter Class Reference

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)
 
- 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)
 

Detailed Description

Definition at line 1140 of file epg.c.

Constructor & Destructor Documentation

cEpgDataWriter::cEpgDataWriter ( void  )

Definition at line 1152 of file epg.c.

References dump.

Member Function Documentation

void cEpgDataWriter::Action ( void  )
protectedvirtual

A derived cThread class must implement the code it wants to execute as a separate thread in this function.

If this is a loop, it must check Running() repeatedly to see whether it's time to stop.

Implements cThread.

Definition at line 1158 of file epg.c.

References Perform().

void cEpgDataWriter::Perform ( void  )
void cEpgDataWriter::SetDump ( bool  Dump)
inline

Definition at line 1148 of file epg.c.

Referenced by cSchedules::SetEpgDataFileName().

Member Data Documentation

bool cEpgDataWriter::dump
private

Definition at line 1143 of file epg.c.

Referenced by cEpgDataWriter(), and Perform().

cMutex cEpgDataWriter::mutex
private

Definition at line 1142 of file epg.c.

Referenced by Perform().


The documentation for this class was generated from the following file: