|
MythTV master
|
Functions | |
| QString | getFirstText (QDomElement &element) |
| QString | getStrValue (const QDomElement &element, const QString &name, int index=0) |
| int | getIntValue (const QDomElement &element, const QString &name, int index=0) |
| bool | sendQuery (const QString &query, QDomDocument *xmlDoc) |
| hdhr_chan_map_t * | getChannels (const QString &ip) |
| QString | HDHRIPv4Address (const QString &device) |
| DTVModulationSystem | HDHRMod2Modsys (const QString &hdhrmod) |
| signed char | HDHRMod2Bandwidth (const QString &hdhrmod) |
| uint | HDHRMod2SymbolRate (const QString &hdhrmod) |
| QString | HDHRMod2Modulation (const QString &hdhrmod) |
| void | HDHRMajorMinorChannel (QString channum, uint &atsc_major_channel, uint &atsc_minor_channel) |
Variables | |
| constexpr const char * | QUERY_CHANNELS { "http://{IP}/lineup.xml?tuning" } |
| hdhr_chan_map_t * anonymous_namespace{hdhrchannelfetcher.cpp}::getChannels | ( | const QString & | ip | ) |
Definition at line 125 of file hdhrchannelfetcher.cpp.
Referenced by HDHRChannelFetcher::run().
| QString anonymous_namespace{hdhrchannelfetcher.cpp}::getFirstText | ( | QDomElement & | element | ) |
Definition at line 35 of file hdhrchannelfetcher.cpp.
Referenced by getStrValue().
| int anonymous_namespace{hdhrchannelfetcher.cpp}::getIntValue | ( | const QDomElement & | element, |
| const QString & | name, | ||
| int | index = 0 |
||
| ) |
Definition at line 60 of file hdhrchannelfetcher.cpp.
Referenced by sendQuery().
| QString anonymous_namespace{hdhrchannelfetcher.cpp}::getStrValue | ( | const QDomElement & | element, |
| const QString & | name, | ||
| int | index = 0 |
||
| ) |
Definition at line 47 of file hdhrchannelfetcher.cpp.
Referenced by getChannels(), getIntValue(), and sendQuery().
| QString anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRIPv4Address | ( | const QString & | device | ) |
Definition at line 173 of file hdhrchannelfetcher.cpp.
Referenced by HDHRChannelFetcher::run().
| void anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMajorMinorChannel | ( | QString | channum, |
| uint & | atsc_major_channel, | ||
| uint & | atsc_minor_channel | ||
| ) |
Definition at line 249 of file hdhrchannelfetcher.cpp.
Referenced by HDHRChannelFetcher::run().
| signed char anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMod2Bandwidth | ( | const QString & | hdhrmod | ) |
Definition at line 209 of file hdhrchannelfetcher.cpp.
Referenced by HDHRChannelFetcher::run().
| DTVModulationSystem anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMod2Modsys | ( | const QString & | hdhrmod | ) |
Definition at line 194 of file hdhrchannelfetcher.cpp.
Referenced by HDHRChannelFetcher::run().
| QString anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMod2Modulation | ( | const QString & | hdhrmod | ) |
Definition at line 232 of file hdhrchannelfetcher.cpp.
Referenced by HDHRChannelFetcher::run().
| uint anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMod2SymbolRate | ( | const QString & | hdhrmod | ) |
Definition at line 220 of file hdhrchannelfetcher.cpp.
Referenced by HDHRChannelFetcher::run().
| bool anonymous_namespace{hdhrchannelfetcher.cpp}::sendQuery | ( | const QString & | query, |
| QDomDocument * | xmlDoc | ||
| ) |
Definition at line 66 of file hdhrchannelfetcher.cpp.
Referenced by getChannels().
|
constexpr |
Definition at line 32 of file hdhrchannelfetcher.cpp.