MythTV  master
Macros | Functions
dtvsignalmonitor.cpp File Reference
#include <algorithm>
#include <unistd.h>
#include "libmythbase/compat.h"
#include "dtvchannel.h"
#include "dtvsignalmonitor.h"
#include "mpeg/atsctables.h"
#include "mpeg/dvbtables.h"
#include "mpeg/mpegtables.h"
#include "mpeg/scanstreamdata.h"
Include dependency graph for dtvsignalmonitor.cpp:

Go to the source code of this file.

Macros

#define DBG_SM(FUNC, MSG)
 
#define LOC   QString("DTVSigMon[%1]: ").arg(m_inputid)
 
#define DEBUG_PMT   0
 

Functions

static bool insert_crc (QList< uint64_t > &seen_crc, const PSIPTable &psip)
 

Macro Definition Documentation

◆ DBG_SM

#define DBG_SM (   FUNC,
  MSG 
)
Value:
LOG(VB_CHANNEL, LOG_INFO, \
QString("DTVSigMon[%1]: %2 %3").arg(m_inputid).arg(FUNC, MSG))

Definition at line 14 of file dtvsignalmonitor.cpp.

◆ LOC

#define LOC   QString("DTVSigMon[%1]: ").arg(m_inputid)

Definition at line 17 of file dtvsignalmonitor.cpp.

◆ DEBUG_PMT

#define DEBUG_PMT   0

Function Documentation

◆ insert_crc()

static bool insert_crc ( QList< uint64_t > &  seen_crc,
const PSIPTable psip 
)
static
LOG
#define LOG(_MASK_, _LEVEL_, _QSTRING_)
Definition: mythlogging.h:39