MythTV master
Functions | Variables
anonymous_namespace{hdhrchannelfetcher.cpp} Namespace Reference

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_tgetChannels (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" }
 

Function Documentation

◆ getChannels()

hdhr_chan_map_t * anonymous_namespace{hdhrchannelfetcher.cpp}::getChannels ( const QString &  ip)

Definition at line 125 of file hdhrchannelfetcher.cpp.

Referenced by HDHRChannelFetcher::run().

◆ getFirstText()

QString anonymous_namespace{hdhrchannelfetcher.cpp}::getFirstText ( QDomElement &  element)

Definition at line 35 of file hdhrchannelfetcher.cpp.

Referenced by getStrValue().

◆ getIntValue()

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().

◆ getStrValue()

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().

◆ HDHRIPv4Address()

QString anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRIPv4Address ( const QString &  device)

Definition at line 173 of file hdhrchannelfetcher.cpp.

Referenced by HDHRChannelFetcher::run().

◆ HDHRMajorMinorChannel()

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().

◆ HDHRMod2Bandwidth()

signed char anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMod2Bandwidth ( const QString &  hdhrmod)

Definition at line 209 of file hdhrchannelfetcher.cpp.

Referenced by HDHRChannelFetcher::run().

◆ HDHRMod2Modsys()

DTVModulationSystem anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMod2Modsys ( const QString &  hdhrmod)

Definition at line 194 of file hdhrchannelfetcher.cpp.

Referenced by HDHRChannelFetcher::run().

◆ HDHRMod2Modulation()

QString anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMod2Modulation ( const QString &  hdhrmod)

Definition at line 232 of file hdhrchannelfetcher.cpp.

Referenced by HDHRChannelFetcher::run().

◆ HDHRMod2SymbolRate()

uint anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMod2SymbolRate ( const QString &  hdhrmod)

Definition at line 220 of file hdhrchannelfetcher.cpp.

Referenced by HDHRChannelFetcher::run().

◆ sendQuery()

bool anonymous_namespace{hdhrchannelfetcher.cpp}::sendQuery ( const QString &  query,
QDomDocument *  xmlDoc 
)

Definition at line 66 of file hdhrchannelfetcher.cpp.

Referenced by getChannels().

Variable Documentation

◆ QUERY_CHANNELS

constexpr const char* anonymous_namespace{hdhrchannelfetcher.cpp}::QUERY_CHANNELS { "http://{IP}/lineup.xml?tuning" }
constexpr

Definition at line 32 of file hdhrchannelfetcher.cpp.