MythTV  master
Macros | Functions
hdhrchannel.cpp File Reference
#include <unistd.h>
#include <sys/types.h>
#include <sys/time.h>
#include <fcntl.h>
#include <algorithm>
#include <utility>
#include "libmythbase/mythdbcon.h"
#include "libmythbase/mythlogging.h"
#include "hdhrchannel.h"
#include "videosource.h"
#include "channelutil.h"
#include "hdhrstreamhandler.h"
Include dependency graph for hdhrchannel.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("HDHRChan[%1](%2): ").arg(m_inputId).arg(HDHRChannel::GetDevice())
 HDHRChannel Copyright (c) 2006-2009 by Silicondust Engineering Ltd. More...
 

Functions

static QString format_modulation (const DTVMultiplex &tuning)
 
static QString format_dvbt (const DTVMultiplex &tuning)
 
static QString format_dvbc (const DTVMultiplex &tuning, const QString &mod)
 
static QString get_tune_spec (const DTVTunerType tunerType, const DTVMultiplex &tuning)
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("HDHRChan[%1](%2): ").arg(m_inputId).arg(HDHRChannel::GetDevice())

HDHRChannel Copyright (c) 2006-2009 by Silicondust Engineering Ltd.

Distributed as part of MythTV under GPL v2 and later.

Definition at line 31 of file hdhrchannel.cpp.

Function Documentation

◆ format_modulation()

static QString format_modulation ( const DTVMultiplex tuning)
static

Definition at line 104 of file hdhrchannel.cpp.

Referenced by get_tune_spec().

◆ format_dvbt()

static QString format_dvbt ( const DTVMultiplex tuning)
static

Definition at line 122 of file hdhrchannel.cpp.

Referenced by get_tune_spec().

◆ format_dvbc()

static QString format_dvbc ( const DTVMultiplex tuning,
const QString &  mod 
)
static

Definition at line 132 of file hdhrchannel.cpp.

Referenced by get_tune_spec().

◆ get_tune_spec()

static QString get_tune_spec ( const DTVTunerType  tunerType,
const DTVMultiplex tuning 
)
static

Definition at line 148 of file hdhrchannel.cpp.

Referenced by HDHRChannel::Tune().