vdr
2.2.0
|
#include <dvbsdffdevice.h>
Public Member Functions | |
cDvbSdFfDeviceProbe (void) | |
void | SetOutputOnly (bool On) |
virtual bool | Probe (int Adapter, int Frontend) |
![]() | |
cDvbDeviceProbe (void) | |
virtual | ~cDvbDeviceProbe () |
![]() | |
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 |
Private Attributes | |
bool | outputOnly |
Additional Inherited Members | |
![]() | |
static uint32_t | GetSubsystemId (int Adapter, int Frontend) |
Definition at line 106 of file dvbsdffdevice.h.
cDvbSdFfDeviceProbe::cDvbSdFfDeviceProbe | ( | void | ) |
Definition at line 754 of file dvbsdffdevice.c.
References cDvbSdFfDevice::outputOnly.
|
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.
Implements cDvbDeviceProbe.
Definition at line 759 of file dvbsdffdevice.c.
References cDvbSdFfDevice::cDvbSdFfDevice(), dsyslog, and cDvbSdFfDevice::outputOnly.
|
inline |
Definition at line 111 of file dvbsdffdevice.h.
References cDvbDevice::Adapter(), cDvbDevice::Frontend(), and cDvbDevice::Probe().
Referenced by cPluginDvbsddevice::ProcessArgs().
|
private |
Definition at line 108 of file dvbsdffdevice.h.