MythTV
master
|
#include <iostream>
#include <utility>
#include <algorithm>
#include <QTextStream>
#include <QElapsedTimer>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdb.h"
#include "libmythbase/mythlogging.h"
#include "libmythui/mythdialogbox.h"
#include "channelimporter.h"
#include "channelutil.h"
#include "mpeg/mpegstreamdata.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("ChanImport: ") |
Functions | |
static QString | map_str (QString str) |
static void | channum_not_empty (ChannelInsertInfo &chan) |
static uint | getLcnOffset (int sourceid) |
Variables | |
static const QString | kATSCChannelFormat = "%1_%2" |
#define LOC QString("ChanImport: ") |
Definition at line 28 of file channelimporter.cpp.
|
static |
Definition at line 32 of file channelimporter.cpp.
Referenced by ChannelImporter::CollectStats(), ChannelImporter::CollectUniquenessStats(), ChannelImporter::FormatChannel(), and ChannelImporter::IsType().
|
static |
Definition at line 42 of file channelimporter.cpp.
Referenced by ChannelImporter::InsertChannels(), and ChannelImporter::UpdateChannels().
|
static |
Definition at line 50 of file channelimporter.cpp.
Referenced by ChannelImporter::Process().
|
static |
Definition at line 30 of file channelimporter.cpp.
Referenced by ChannelImporter::SimpleFormatChannel().