vdr 2.7.4
|
#include <diseqc.h>
Public Member Functions | |
cScr (void) | |
bool | Parse (const char *s) |
int | Devices (void) const |
int | Channel (void) const |
uint | UserBand (void) const |
int | Pin (void) const |
bool | Used (void) const |
void | SetUsed (bool Used) |
![]() | |
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 | |
int | devices |
int | channel |
uint | userBand |
int | pin |
bool | used |
cScr::cScr | ( | void | ) |
|
inline |
Definition at line 45 of file diseqc.h.
References channel.
Referenced by cDiseqc::SetScrFrequency().
bool cScr::Parse | ( | const char * | s | ) |
Definition at line 159 of file diseqc.c.
References channel, CurrentDevices, devices, esyslog, IsDeviceNumbers(), ParseDeviceNumbers(), pin, and userBand.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 46 of file diseqc.h.
References userBand.
Referenced by cDiseqc::SetScrFrequency().
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 38 of file diseqc.h.
Referenced by cScr(), Parse(), and UserBand().