vdr 2.7.5
cEpgDataReader Class Reference

#include <epg.h>

Public Member Functions

 cEpgDataReader (void)
virtual void Action (void) override
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)

Additional Inherited Members

Static Public Member Functions inherited from cThread
static tThreadId ThreadId (void)
static tThreadId IsMainThread (void)
static void SetMainThreadId (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)

Detailed Description

Definition at line 231 of file epg.h.

Constructor & Destructor Documentation

◆ cEpgDataReader()

cEpgDataReader::cEpgDataReader ( void )

Definition at line 1412 of file epg.c.

References cThread::cThread().

Member Function Documentation

◆ Action()

void cEpgDataReader::Action ( void )
overridevirtual

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 1417 of file epg.c.

References cSchedules::Read().


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