MythTV  master
Macros | Variables
jobqueue.cpp File Reference
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <iostream>
#include <cstdlib>
#include <fcntl.h>
#include <pthread.h>
#include <QDateTime>
#include <QFileInfo>
#include <QEvent>
#include <QCoreApplication>
#include "libmythbase/compat.h"
#include "libmythbase/exitcodes.h"
#include "libmythbase/mthread.h"
#include "libmythbase/mythconfig.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdate.h"
#include "libmythbase/mythdb.h"
#include "libmythbase/mythdirs.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythmiscutil.h"
#include "libmythbase/mythsystemlegacy.h"
#include "libmythbase/programinfo.h"
#include "jobqueue.h"
#include "previewgenerator.h"
#include "recordinginfo.h"
#include "recordingprofile.h"
Include dependency graph for jobqueue.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("JobQueue: ")
 
#define JOBSTATUS_STATUSTEXT(A, B, C)   case A: return C;
 

Variables

static constexpr int64_t kRecentInterval {4LL * 60 * 60}
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("JobQueue: ")

Definition at line 33 of file jobqueue.cpp.

◆ JOBSTATUS_STATUSTEXT

#define JOBSTATUS_STATUSTEXT (   A,
  B,
 
)    case A: return C;

Definition at line 1124 of file jobqueue.cpp.

Variable Documentation

◆ kRecentInterval

constexpr int64_t kRecentInterval {4LL * 60 * 60}
staticconstexpr

Definition at line 36 of file jobqueue.cpp.

Referenced by JobQueue::GetJobsInQueue().