vdr  1.7.31
Public Member Functions | Static Public Member Functions | List of all members
cDvbDeviceProbe Class Reference

#include <dvbdevice.h>

Public Member Functions

 cDvbDeviceProbe (void)
virtual ~cDvbDeviceProbe ()
virtual bool Probe (int Adapter, int Frontend)=0
 cDvbDeviceProbe (void)
virtual ~cDvbDeviceProbe ()
virtual bool Probe (int Adapter, int Frontend)=0
- Public Member Functions inherited from cListObject
 cListObject (void)
virtual ~cListObject ()
virtual int Compare (const cListObject &ListObject) const
void Append (cListObject *Object)
void Insert (cListObject *Object)
void Unlink (void)
int Index (void) const
cListObjectPrev (void) const
cListObjectNext (void) const
 cListObject (void)
virtual ~cListObject ()
virtual int Compare (const cListObject &ListObject) const
void Append (cListObject *Object)
void Insert (cListObject *Object)
void Unlink (void)
int Index (void) const
cListObjectPrev (void) const
cListObjectNext (void) const

Static Public Member Functions

static uint32_t GetSubsystemId (int Adapter, int Frontend)
static uint32_t GetSubsystemId (int Adapter, int Frontend)

Detailed Description

Definition at line 242 of file dvbdevice.h.

Constructor & Destructor Documentation

cDvbDeviceProbe::cDvbDeviceProbe ( void  )

Definition at line 1581 of file dvbdevice.c.

References cListBase::Add().

cDvbDeviceProbe::~cDvbDeviceProbe ( )
virtual

Definition at line 1586 of file dvbdevice.c.

References cListBase::Del().

cDvbDeviceProbe::cDvbDeviceProbe ( void  )
virtual cDvbDeviceProbe::~cDvbDeviceProbe ( )
virtual

Member Function Documentation

uint32_t cDvbDeviceProbe::GetSubsystemId ( int  Adapter,
int  Frontend 
)
static

Definition at line 1591 of file dvbdevice.c.

References cReadDir::Next(), cReadDir::Ok(), cReadLine::Read(), and cString::sprintf().

Referenced by cDvbTuner::cDvbTuner().

static uint32_t cDvbDeviceProbe::GetSubsystemId ( int  Adapter,
int  Frontend 
)
static
virtual bool cDvbDeviceProbe::Probe ( int  Adapter,
int  Frontend 
)
pure virtual

Probes for a DVB device at the given Adapter and creates the appropriate object derived from cDvbDevice if applicable.

Returns true if a device has been created.

Implemented in cDvbHdFfDeviceProbe, and cDvbSdFfDeviceProbe.

virtual bool cDvbDeviceProbe::Probe ( int  Adapter,
int  Frontend 
)
pure virtual

Probes for a DVB device at the given Adapter and creates the appropriate object derived from cDvbDevice if applicable.

Returns true if a device has been created.

Implemented in cDvbHdFfDeviceProbe, and cDvbSdFfDeviceProbe.


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