|
MythTV master
|
#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <chrono>#include <thread>#include <QDir>#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythdate.h"#include "libmythbase/mythdirs.h"#include "libmythbase/mythlogging.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 LOC |
Definition at line 48 of file importrecorder.cpp.
| #define TVREC_CARDNUM ((m_tvrec != nullptr) ? QString::number(m_tvrec->GetInputId()) : "NULL") |
Definition at line 45 of file importrecorder.cpp.
| void UpdateFS | ( | int | pc, |
| void * | ir | ||
| ) |
Definition at line 72 of file importrecorder.cpp.
Referenced by ImportRecorder::run().