MythTV  master
Macros | Functions
importrecorder.cpp File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <chrono>
#include <thread>
#include <QDir>
#include "libmythbase/mythdate.h"
#include "libmythbase/mythdirs.h"
#include "importrecorder.h"
#include "mythcommflagplayer.h"
#include "tv_rec.h"
Include dependency graph for importrecorder.cpp:

Go to the source code of this file.

Macros

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

Functions

void UpdateFS (int pc, void *ir)
 

Macro Definition Documentation

◆ TVREC_CARDNUM

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

Definition at line 43 of file importrecorder.cpp.

◆ LOC

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

Definition at line 46 of file importrecorder.cpp.

Function Documentation

◆ UpdateFS()

void UpdateFS ( int  pc,
void *  ir 
)

Definition at line 70 of file importrecorder.cpp.

Referenced by ImportRecorder::run().

TVREC_CARDNUM
#define TVREC_CARDNUM
Definition: importrecorder.cpp:43