vdr
2.2.0
|
#include <dvbdevice.h>
Public Member Functions | |
cDvbDeviceProbe (void) | |
virtual | ~cDvbDeviceProbe () |
virtual bool | Probe (int Adapter, int Frontend)=0 |
![]() | |
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 |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Static Public Member Functions | |
static uint32_t | GetSubsystemId (int Adapter, int Frontend) |
Definition at line 303 of file dvbdevice.h.
cDvbDeviceProbe::cDvbDeviceProbe | ( | void | ) |
Definition at line 1721 of file dvbdevice.c.
References cListBase::Add().
|
virtual |
Definition at line 1726 of file dvbdevice.c.
References cListBase::Del().
|
static |
Definition at line 1731 of file dvbdevice.c.
References cReadDir::Next(), cReadDir::Ok(), cReadLine::Read(), and cString::sprintf().
Referenced by cDvbTuner::cDvbTuner().
|
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.