#include <cmath>
#include <unistd.h>
#include <utility>
#include <QFile>
#include <QTextStream>
#include "libmyth/mythcontext.h"
#include "libmythbase/mythdownloadmanager.h"
#include "libmythbase/mythlogging.h"
#include "cardutil.h"
#include "channelutil.h"
#include "iptvchannelfetcher.h"
#include "scanmonitor.h"
Go to the source code of this file.
|
#define | LOC QString("IPTVChanFetch: ") |
|
◆ LOC
#define LOC QString("IPTVChanFetch: ") |
◆ parse_chan_info()
static bool parse_chan_info |
( |
const QString & |
rawdata, |
|
|
IPTVChannelInfo & |
info, |
|
|
QString & |
channum, |
|
|
int & |
nextChanNum, |
|
|
uint & |
lineNum |
|
) |
| |
|
static |
◆ parse_extinf()
static bool parse_extinf |
( |
const QString & |
line, |
|
|
QString & |
channum, |
|
|
QString & |
name, |
|
|
int & |
nextChanNum |
|
) |
| |
|
static |
◆ estimate_number_of_channels()
static uint estimate_number_of_channels |
( |
const QString & |
rawdata | ) |
|
|
static |