MythTV
master
|
#include <libmythtv/dtvconfparserhelpers.h>
Public Types | |
enum | Types : std::uint8_t { kFECNone, kFEC_1_2, kFEC_2_3, kFEC_3_4, kFEC_4_5, kFEC_5_6, kFEC_6_7, kFEC_7_8, kFEC_8_9, kFECAuto, kFEC_3_5, kFEC_9_10 } |
Public Member Functions | |
DTVCodeRate (Types _default=kFECAuto) | |
DTVCodeRate & | operator= (const Types _value) |
DTVCodeRate & | operator= (const fe_code_rate_t rate) |
bool | IsCompatible (const DTVCodeRate other) const |
bool | ParseConf (const QString &_value) |
bool | ParseVDR (const QString &_value) |
bool | Parse (const QString &_value) |
QString | toString () const |
Public Member Functions inherited from DTVParamHelper | |
DTVParamHelper (int _value) | |
DTVParamHelper & | operator= (int _value) |
operator int () const | |
bool | operator== (const int v) const |
bool | operator!= (const int v) const |
Static Public Member Functions | |
static QString | toString (int _value) |
Static Protected Attributes | |
static const DTVParamHelperVec | kConfTable |
static const DTVParamHelperVec | kVdrTable |
static const DTVParamHelperVec | kParseTable |
static const DTVParamStringVec | kParseStrings |
kFECNone More... | |
Additional Inherited Members | |
Static Protected Member Functions inherited from DTVParamHelper | |
static bool | ParseParam (const QString &symbol, int &value, const DTVParamHelperVec &table) |
static QString | toString (const DTVParamStringVec &strings, int index) |
Protected Attributes inherited from DTVParamHelper | |
int | m_value |
Definition at line 280 of file dtvconfparserhelpers.h.
enum DTVCodeRate::Types : std::uint8_t |
Enumerator | |
---|---|
kFECNone | |
kFEC_1_2 | |
kFEC_2_3 | |
kFEC_3_4 | |
kFEC_4_5 | |
kFEC_5_6 | |
kFEC_6_7 | |
kFEC_7_8 | |
kFEC_8_9 | |
kFECAuto | |
kFEC_3_5 | |
kFEC_9_10 |
Definition at line 289 of file dtvconfparserhelpers.h.
Definition at line 320 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 322 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 325 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 329 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::IsEqual().
|
inline |
Definition at line 334 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 336 of file dtvconfparserhelpers.h.
Referenced by DTVConfParser::ParseVDR().
|
inline |
Definition at line 338 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::ParseDVB_S_and_C(), and DTVMultiplex::ParseDVB_T().
|
inline |
Definition at line 341 of file dtvconfparserhelpers.h.
Referenced by ChannelUtil::CreateMultiplex(), ScanDTVTransport::SaveScan(), ScanOptionalConfig::SetTuningPaneValues(), DTVMultiplex::toString(), TransportScanItem::toString(), toString(), and TransportScanItem::TransportScanItem().
|
inlinestatic |
Definition at line 343 of file dtvconfparserhelpers.h.
|
staticprotected |
Definition at line 283 of file dtvconfparserhelpers.h.
Referenced by ParseConf().
|
staticprotected |
Definition at line 284 of file dtvconfparserhelpers.h.
Referenced by ParseVDR().
|
staticprotected |
Definition at line 285 of file dtvconfparserhelpers.h.
Referenced by Parse().
|
staticprotected |
kFECNone
kFEC_1_2 kFEC_2_3 kFEC_3_4 kFEC_4_5 kFEC_5_6 kFEC_6_7 kFEC_7_8 kFEC_8_9 kFECAuto kFEC_3_5 kFEC_9_10
Definition at line 286 of file dtvconfparserhelpers.h.
Referenced by toString().