45 bool Parse(
const char *s);
46 static bool Matches(
int Code1,
int Code2);
59 static bool IsType(
int Code,
char Source) {
return int(Code &
st_Mask) == (int(Source) << 24); }
65 bool ContainsSourceType(
char SourceType);
static cString ToString(int Code)
static char ToChar(int Code)
static bool IsTerr(int Code)
bool Parse(const char *s)
static bool IsAtsc(int Code)
static bool IsSat(int Code)
const char * Description(void) const
static bool IsType(int Code, char Source)
static int FromString(const char *s)
static bool IsCable(int Code)
static bool Matches(int Code1, int Code2)
Returns true if Code2 matches Code1.
int Position(void)
Returns the orbital position of the satellite in case this is a DVB-S source (zero otherwise)...
static int FromData(eSourceType SourceType, int Position=0, bool East=false)