MythTV master
Macros
v4lrecorder.cpp File Reference
#include "libmythbase/mythconfig.h"
#include <sys/ioctl.h>
#include <sys/time.h>
#include <unistd.h>
#include <fcntl.h>
#include "libmythbase/mythlogging.h"
#include "captions/vbi608extractor.h"
#include "v4lrecorder.h"
#include "tv_rec.h"
Include dependency graph for v4lrecorder.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

◆ LOC

#define LOC
Value:
QString("V4LRec[%1](%2): ") \
.arg(TVREC_CARDNUM, m_videodevice)
#define TVREC_CARDNUM
Definition: v4lrecorder.cpp:20

Definition at line 23 of file v4lrecorder.cpp.

◆ TVREC_CARDNUM

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

Definition at line 20 of file v4lrecorder.cpp.