MythTV  master
Macros | Functions | Variables
channelimporter.cpp File Reference
#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"
Include dependency graph for channelimporter.cpp:

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"
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("ChanImport: ")

Definition at line 28 of file channelimporter.cpp.

Function Documentation

◆ map_str()

static QString map_str ( QString  str)
static

◆ channum_not_empty()

static void channum_not_empty ( ChannelInsertInfo chan)
static

◆ getLcnOffset()

static uint getLcnOffset ( int  sourceid)
static

Definition at line 50 of file channelimporter.cpp.

Referenced by ChannelImporter::Process().

Variable Documentation

◆ kATSCChannelFormat

const QString kATSCChannelFormat = "%1_%2"
static

Definition at line 30 of file channelimporter.cpp.

Referenced by ChannelImporter::SimpleFormatChannel().