MythTV
master
|
#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"
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) |
#define TVREC_CARDNUM ((m_tvrec != nullptr) ? QString::number(m_tvrec->GetInputId()) : "NULL") |
Definition at line 43 of file importrecorder.cpp.
#define LOC |
Definition at line 46 of file importrecorder.cpp.
void UpdateFS | ( | int | pc, |
void * | ir | ||
) |
Definition at line 70 of file importrecorder.cpp.
Referenced by ImportRecorder::run().