vdr
1.7.27
|
#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) |
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) |
Private Attributes | |
int | devices |
int | channel |
uint | userBand |
int | pin |
bool | used |
cScr::cScr | ( | void | ) |
cScr::cScr | ( | void | ) |
int cScr::Channel | ( | void | ) | const [inline] |
Definition at line 27 of file diseqc.h.
References channel.
Referenced by cDiseqc::SetScrFrequency().
int cScr::Channel | ( | void | ) | const [inline] |
Definition at line 27 of file include/vdr/diseqc.h.
References channel.
int cScr::Devices | ( | void | ) | const [inline] |
Definition at line 26 of file include/vdr/diseqc.h.
References devices.
int cScr::Devices | ( | void | ) | const [inline] |
bool cScr::Parse | ( | const char * | s | ) |
bool cScr::Parse | ( | const char * | s | ) |
int cScr::Pin | ( | void | ) | const [inline] |
int cScr::Pin | ( | void | ) | const [inline] |
Definition at line 29 of file include/vdr/diseqc.h.
References pin.
void cScr::SetUsed | ( | bool | Used | ) | [inline] |
Definition at line 31 of file include/vdr/diseqc.h.
void cScr::SetUsed | ( | bool | Used | ) | [inline] |
bool cScr::Used | ( | void | ) | const [inline] |
Definition at line 30 of file include/vdr/diseqc.h.
References used.
bool cScr::Used | ( | void | ) | const [inline] |
uint cScr::UserBand | ( | void | ) | const [inline] |
Definition at line 28 of file diseqc.h.
References userBand.
Referenced by cDiseqc::SetScrFrequency().
uint cScr::UserBand | ( | void | ) | const [inline] |
Definition at line 28 of file include/vdr/diseqc.h.
References userBand.
int cScr::channel [private] |
int cScr::devices [private] |
int cScr::pin [private] |
bool cScr::used [private] |
uint cScr::userBand [private] |
Definition at line 20 of file diseqc.h.
Referenced by cScr(), Parse(), and UserBand().