vdr 2.6.3
|
#include <dvbhdffdevice.h>
Public Member Functions | |
cDvbHdFfDeviceProbe (void) | |
virtual bool | Probe (int Adapter, int Frontend) |
void | SetOutputOnly (bool On) |
![]() | |
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 |
Private Attributes | |
bool | outputOnly |
Additional Inherited Members | |
![]() | |
static uint32_t | GetSubsystemId (int Adapter, int Frontend) |
Definition at line 132 of file dvbhdffdevice.h.
cDvbHdFfDeviceProbe::cDvbHdFfDeviceProbe | ( | void | ) |
Definition at line 992 of file dvbhdffdevice.c.
References 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 997 of file dvbhdffdevice.c.
References dsyslog, outputOnly, cReadLine::Read(), and cString::sprintf().
|
inline |
Definition at line 138 of file dvbhdffdevice.h.
References outputOnly.
Referenced by cPluginDvbhddevice::ProcessArgs().
|
private |
Definition at line 134 of file dvbhdffdevice.h.
Referenced by cDvbHdFfDeviceProbe(), Probe(), and SetOutputOnly().