#include <dtvconfparserhelpers.h>

Definition at line 70 of file dtvconfparserhelpers.h.
Public Types | |
| enum | { kTunerTypeQPSK = 0, kTunerTypeQAM = 1, kTunerTypeOFDM = 2, kTunerTypeATSC = 3, kTunerTypeDVB_S = (1 << 2), kTunerTypeDVB_C = (1 << 3), kTunerTypeDVB_T = (1 << 4), kTunerTypeDVB_S2 = (1 << 5), kTunerTypeUnknown = (1 << 31) } |
Public Member Functions | |
| DTVTunerType (int _default=kTunerTypeUnknown) | |
| bool | Parse (const QString &_value) |
| bool | IsFECVariable (void) const |
| bool | IsModulationVariable (void) const |
| QString | toString () const |
Static Public Member Functions | |
| static void | initStr (void) |
| static QString | toString (int _value) |
Static Private Attributes | |
| static const DTVParamHelperStruct | parseTable [] |
| anonymous enum |
| kTunerTypeQPSK | |
| kTunerTypeQAM | |
| kTunerTypeOFDM | |
| kTunerTypeATSC | |
| kTunerTypeDVB_S | |
| kTunerTypeDVB_C | |
| kTunerTypeDVB_T | |
| kTunerTypeDVB_S2 | |
| kTunerTypeUnknown |
Definition at line 75 of file dtvconfparserhelpers.h.
| DTVTunerType::DTVTunerType | ( | int | _default = kTunerTypeUnknown |
) | [inline] |
Definition at line 88 of file dtvconfparserhelpers.h.
| bool DTVTunerType::Parse | ( | const QString & | _value | ) | [inline] |
Definition at line 91 of file dtvconfparserhelpers.h.
Referenced by SIScan::ScanForChannels(), and SIScan::ScanTransportsStartingOn().
| bool DTVTunerType::IsFECVariable | ( | void | ) | const [inline] |
| bool DTVTunerType::IsModulationVariable | ( | void | ) | const [inline] |
| QString DTVTunerType::toString | ( | void | ) | const [inline] |
Definition at line 110 of file dtvconfparserhelpers.h.
Referenced by CardUtil::ProbeDVBType(), DTVPolarity::toChar(), DTVHierarchy::toChar(), DTVTransmitMode::toChar(), DTVBandwidth::toChar(), DTVInversion::toChar(), DTVPolarity::toString(), DTVHierarchy::toString(), DTVGuardInterval::toString(), DTVTransmitMode::toString(), DTVModulation::toString(), DTVCodeRate::toString(), DTVBandwidth::toString(), and DTVInversion::toString().
| void DTVTunerType::initStr | ( | void | ) | [static] |
| QString DTVTunerType::toString | ( | int | _value | ) | [static] |
Definition at line 57 of file dtvconfparserhelpers.cpp.
const DTVParamHelperStruct DTVTunerType::parseTable [static, private] |
Initial value:
{
{ "QPSK", kTunerTypeQPSK },
{ "QAM", kTunerTypeQAM },
{ "OFDM", kTunerTypeOFDM },
{ "ATSC", kTunerTypeATSC },
{ "DVB_S", kTunerTypeDVB_S },
{ "DVB_C", kTunerTypeDVB_C },
{ "DVB_T", kTunerTypeDVB_T },
{ "DVB_S2", kTunerTypeDVB_S2 },
{ "UNKNOWN", kTunerTypeUnknown },
{ NULL, kTunerTypeUnknown },
}
Definition at line 72 of file dtvconfparserhelpers.h.
Referenced by DTVPolarity::Parse(), DTVHierarchy::Parse(), DTVGuardInterval::Parse(), DTVTransmitMode::Parse(), DTVModulation::Parse(), DTVCodeRate::Parse(), DTVBandwidth::Parse(), DTVInversion::Parse(), Parse(), DTVPolarity::ParseConf(), and DTVPolarity::ParseVDR().
1.5.5