MythTV master
Namespaces | Macros | Functions | Variables
hdhrchannelfetcher.cpp File Reference
#include "libmythbase/mythconfig.h"
#include <cmath>
#include <unistd.h>
#include <utility>
#include <QFile>
#include <QRegularExpression>
#include <QTextStream>
#include <QString>
#include <QStringList>
#include <QDomDocument>
#include "libmythbase/mythdownloadmanager.h"
#include "libmythbase/mythlogging.h"
#include "cardutil.h"
#include "channelutil.h"
#include "scanmonitor.h"
#include "hdhrchannelfetcher.h"
Include dependency graph for hdhrchannelfetcher.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{hdhrchannelfetcher.cpp}
 

Macros

#define LOC   QString("HDHRChanFetch: ")
 

Functions

QString anonymous_namespace{hdhrchannelfetcher.cpp}::getFirstText (QDomElement &element)
 
QString anonymous_namespace{hdhrchannelfetcher.cpp}::getStrValue (const QDomElement &element, const QString &name, int index=0)
 
int anonymous_namespace{hdhrchannelfetcher.cpp}::getIntValue (const QDomElement &element, const QString &name, int index=0)
 
bool anonymous_namespace{hdhrchannelfetcher.cpp}::sendQuery (const QString &query, QDomDocument *xmlDoc)
 
hdhr_chan_map_tanonymous_namespace{hdhrchannelfetcher.cpp}::getChannels (const QString &ip)
 
QString anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRIPv4Address (const QString &device)
 
DTVModulationSystem anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMod2Modsys (const QString &hdhrmod)
 
signed char anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMod2Bandwidth (const QString &hdhrmod)
 
uint anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMod2SymbolRate (const QString &hdhrmod)
 
QString anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMod2Modulation (const QString &hdhrmod)
 
void anonymous_namespace{hdhrchannelfetcher.cpp}::HDHRMajorMinorChannel (QString channum, uint &atsc_major_channel, uint &atsc_minor_channel)
 

Variables

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

Macro Definition Documentation

◆ LOC

#define LOC   QString("HDHRChanFetch: ")

Definition at line 28 of file hdhrchannelfetcher.cpp.