vdr
1.7.27
|
#include <dvbsdffdevice.h>
Public Member Functions | |
cDvbSdFfDeviceProbe (void) | |
void | SetOutputOnly (bool On) |
virtual bool | Probe (int Adapter, int Frontend) |
Private Attributes | |
bool | outputOnly |
Definition at line 106 of file dvbsdffdevice.h.
Definition at line 762 of file dvbsdffdevice.c.
References cDvbSdFfDevice::outputOnly.
bool cDvbSdFfDeviceProbe::Probe | ( | int | Adapter, |
int | Frontend | ||
) | [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 767 of file dvbsdffdevice.c.
References cDvbSdFfDevice::cDvbSdFfDevice(), dsyslog, and cDvbSdFfDevice::outputOnly.
void cDvbSdFfDeviceProbe::SetOutputOnly | ( | bool | On | ) | [inline] |
Definition at line 111 of file dvbsdffdevice.h.
References outputOnly.
Referenced by cPluginDvbsddevice::ProcessArgs().
bool cDvbSdFfDeviceProbe::outputOnly [private] |
Definition at line 108 of file dvbsdffdevice.h.
Referenced by SetOutputOnly().