vdr
2.2.0
|
#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 |
|
inline |
Definition at line 45 of file diseqc.h.
Referenced by cDiseqc::SetScrFrequency().
bool cScr::Parse | ( | const char * | s | ) |
Definition at line 159 of file diseqc.c.
References CurrentDevices, esyslog, IsDeviceNumbers(), and ParseDeviceNumbers().
|
inline |
Definition at line 47 of file diseqc.h.
Referenced by cDiseqc::SetScrPin().
|
inline |
Definition at line 46 of file diseqc.h.
Referenced by cDiseqc::SetScrFrequency().