vdr
1.7.27
|
#include <device.h>
Public Member Functions | |
cDeviceHook (void) | |
virtual bool | DeviceProvidesTransponder (const cDevice *Device, const cChannel *Channel) const |
cDeviceHook (void) | |
virtual bool | DeviceProvidesTransponder (const cDevice *Device, const cChannel *Channel) const |
cDeviceHook::cDeviceHook | ( | void | ) |
Creates a new device hook object.
Do not delete this object - it will be automatically deleted when the program ends.
Definition at line 51 of file device.c.
References cListBase::Add(), and cDevice::deviceHooks.
cDeviceHook::cDeviceHook | ( | void | ) |
Creates a new device hook object.
Do not delete this object - it will be automatically deleted when the program ends.
bool cDeviceHook::DeviceProvidesTransponder | ( | const cDevice * | Device, |
const cChannel * | Channel | ||
) | const [virtual] |
Returns true if the given Device can provide the given Channel's transponder.
Definition at line 56 of file device.c.
Referenced by cDevice::DeviceHooksProvidesTransponder().
virtual bool cDeviceHook::DeviceProvidesTransponder | ( | const cDevice * | Device, |
const cChannel * | Channel | ||
) | const [virtual] |
Returns true if the given Device can provide the given Channel's transponder.