#include <sources.h>
Public Types |
enum | eSourceType {
stNone = 0x00000000,
stAtsc = ('A' << 24),
stCable = ('C' << 24),
stSat = ('S' << 24),
stTerr = ('T' << 24),
st_Mask = 0xFF000000,
st_Pos = 0x0000FFFF,
stNone = 0x00000000,
stAtsc = ('A' << 24),
stCable = ('C' << 24),
stSat = ('S' << 24),
stTerr = ('T' << 24),
st_Mask = 0xFF000000,
st_Pos = 0x0000FFFF
} |
enum | eSourceType {
stNone = 0x00000000,
stAtsc = ('A' << 24),
stCable = ('C' << 24),
stSat = ('S' << 24),
stTerr = ('T' << 24),
st_Mask = 0xFF000000,
st_Pos = 0x0000FFFF,
stNone = 0x00000000,
stAtsc = ('A' << 24),
stCable = ('C' << 24),
stSat = ('S' << 24),
stTerr = ('T' << 24),
st_Mask = 0xFF000000,
st_Pos = 0x0000FFFF
} |
Detailed Description
Definition at line 15 of file include/vdr/sources.h.
Member Enumeration Documentation
- Enumerator:
stNone |
|
stAtsc |
|
stCable |
|
stSat |
|
stTerr |
|
st_Mask |
|
st_Pos |
|
stNone |
|
stAtsc |
|
stCable |
|
stSat |
|
stTerr |
|
st_Mask |
|
st_Pos |
|
Definition at line 17 of file include/vdr/sources.h.
- Enumerator:
stNone |
|
stAtsc |
|
stCable |
|
stSat |
|
stTerr |
|
st_Mask |
|
st_Pos |
|
stNone |
|
stAtsc |
|
stCable |
|
stSat |
|
stTerr |
|
st_Mask |
|
st_Pos |
|
Definition at line 17 of file sources.h.
Constructor & Destructor Documentation
cSource::cSource |
( |
void |
| ) |
|
cSource::cSource |
( |
char |
Source, |
|
|
const char * |
Description |
|
) |
| |
cSource::cSource |
( |
void |
| ) |
|
cSource::cSource |
( |
char |
Source, |
|
|
const char * |
Description |
|
) |
| |
Member Function Documentation
int cSource::Code |
( |
void |
| ) |
const |
|
inline |
int cSource::Code |
( |
void |
| ) |
const |
|
inline |
const char* cSource::Description |
( |
void |
| ) |
const |
|
inline |
const char* cSource::Description |
( |
void |
| ) |
const |
|
inline |
static int cSource::FromData |
( |
eSourceType |
SourceType, |
|
|
int |
Position = 0 , |
|
|
bool |
East = false |
|
) |
| |
|
static |
int cSource::FromData |
( |
eSourceType |
SourceType, |
|
|
int |
Position = 0 , |
|
|
bool |
East = false |
|
) |
| |
|
static |
static int cSource::FromString |
( |
const char * |
s | ) |
|
|
static |
int cSource::FromString |
( |
const char * |
s | ) |
|
|
static |
static bool cSource::IsAtsc |
( |
int |
Code | ) |
|
|
inlinestatic |
static bool cSource::IsAtsc |
( |
int |
Code | ) |
|
|
inlinestatic |
static bool cSource::IsCable |
( |
int |
Code | ) |
|
|
inlinestatic |
static bool cSource::IsCable |
( |
int |
Code | ) |
|
|
inlinestatic |
static bool cSource::IsSat |
( |
int |
Code | ) |
|
|
inlinestatic |
static bool cSource::IsSat |
( |
int |
Code | ) |
|
|
inlinestatic |
static bool cSource::IsTerr |
( |
int |
Code | ) |
|
|
inlinestatic |
static bool cSource::IsTerr |
( |
int |
Code | ) |
|
|
inlinestatic |
static bool cSource::IsType |
( |
int |
Code, |
|
|
char |
Source |
|
) |
| |
|
inlinestatic |
static bool cSource::IsType |
( |
int |
Code, |
|
|
char |
Source |
|
) |
| |
|
inlinestatic |
bool cSource::Parse |
( |
const char * |
s | ) |
|
bool cSource::Parse |
( |
const char * |
s | ) |
|
static char cSource::ToChar |
( |
int |
Code | ) |
|
|
inlinestatic |
static char cSource::ToChar |
( |
int |
Code | ) |
|
|
inlinestatic |
static cString cSource::ToString |
( |
int |
Code | ) |
|
|
static |
cString cSource::ToString |
( |
int |
Code | ) |
|
|
static |
Member Data Documentation
char * cSource::description |
|
private |
The documentation for this class was generated from the following files: