|
vdr 2.6.4
|
#include <dvbdevice.h>
Public Member Functions | |
| 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 |
| cListObject * | Prev (void) const |
| cListObject * | Next (void) const |
Static Public Member Functions | |
| static uint32_t | GetSubsystemId (int Adapter, int Frontend) |
Definition at line 297 of file dvbdevice.h.
| cDvbDeviceProbe::cDvbDeviceProbe | ( | void | ) |
Definition at line 2377 of file dvbdevice.c.
References cListBase::Add(), and DvbDeviceProbes.
|
virtual |
Definition at line 2382 of file dvbdevice.c.
References DvbDeviceProbes.
|
static |
Definition at line 2387 of file dvbdevice.c.
References cReadDir::Next(), cReadDir::Ok(), cReadLine::Read(), and cString::sprintf().
Referenced by cDvbFrontend::cDvbFrontend(), and cDvbSdFfDeviceProbe::Probe().
|
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.