MythTV  master
Macros
recorderbase.cpp File Reference
#include <algorithm>
#include <cstdint>
#include "libmythbase/mythdate.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/programinfo.h"
#include "firewirerecorder.h"
#include "recordingprofile.h"
#include "firewirechannel.h"
#include "importrecorder.h"
#include "cetonrecorder.h"
#include "dummychannel.h"
#include "hdhrrecorder.h"
#include "iptvrecorder.h"
#include "mpegrecorder.h"
#include "recorderbase.h"
#include "cetonchannel.h"
#include "asirecorder.h"
#include "dvbrecorder.h"
#include "ExternalRecorder.h"
#include "hdhrchannel.h"
#include "iptvchannel.h"
#include "mythsystemevent.h"
#include "asichannel.h"
#include "dtvchannel.h"
#include "dvbchannel.h"
#include "satipchannel.h"
#include "satiprecorder.h"
#include "ExternalChannel.h"
#include "io/mythmediabuffer.h"
#include "cardutil.h"
#include "tv_rec.h"
Include dependency graph for recorderbase.cpp:

Go to the source code of this file.

Macros

#define TVREC_CARDNUM   ((m_tvrec != nullptr) ? QString::number(m_tvrec->GetInputId()) : "NULL")
 
#define LOC
 

Macro Definition Documentation

◆ TVREC_CARDNUM

#define TVREC_CARDNUM   ((m_tvrec != nullptr) ? QString::number(m_tvrec->GetInputId()) : "NULL")

Definition at line 42 of file recorderbase.cpp.

◆ LOC

#define LOC
Value:
QString("RecBase[%1](%2): ") \
.arg(TVREC_CARDNUM, m_videodevice)

Definition at line 45 of file recorderbase.cpp.

TVREC_CARDNUM
#define TVREC_CARDNUM
Definition: recorderbase.cpp:42