|
vdr
1.7.27
|
#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 |
Static Public Member Functions | |
| static uint32_t | GetSubsystemId (int Adapter, int Frontend) |
| static uint32_t | GetSubsystemId (int Adapter, int Frontend) |
Definition at line 241 of file dvbdevice.h.
| cDvbDeviceProbe::cDvbDeviceProbe | ( | void | ) |
Definition at line 1585 of file dvbdevice.c.
References cListBase::Add().
| cDvbDeviceProbe::~cDvbDeviceProbe | ( | ) | [virtual] |
Definition at line 1590 of file dvbdevice.c.
References cListBase::Del().
| cDvbDeviceProbe::cDvbDeviceProbe | ( | void | ) |
| virtual cDvbDeviceProbe::~cDvbDeviceProbe | ( | ) | [virtual] |
| uint32_t cDvbDeviceProbe::GetSubsystemId | ( | int | Adapter, |
| int | Frontend | ||
| ) | [static] |
Definition at line 1595 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.
1.8.0