MythTV
master
|
#include "backendcontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythcorecontext.h"
Go to the source code of this file.
Variables | |
QMap< int, EncoderLink * > | gTVList |
AutoExpire * | gExpirer = nullptr |
JobQueue * | gJobQueue = nullptr |
HouseKeeper * | gHousekeeping = nullptr |
MediaServer * | g_pUPnp = nullptr |
BackendContext * | gBackendContext = nullptr |
QString | gPidFile |
MythSystemEventHandler * | gSysEventHandler = nullptr |
QMap<int, EncoderLink *> gTVList |
Definition at line 7 of file backendcontext.cpp.
Referenced by FillEncoderList(), Dvr::GetEncoderList(), handle_command(), run_backend(), setupTVs(), and V2Status::V2Status().
AutoExpire* gExpirer = nullptr |
Definition at line 8 of file backendcontext.cpp.
Referenced by cleanup(), Dvr::GetExpiringList(), V2Dvr::GetExpiringList(), handle_command(), MainServer::MainServer(), run_backend(), and AutoExpire::Update().
JobQueue* gJobQueue = nullptr |
Definition at line 9 of file backendcontext.cpp.
Referenced by cleanup(), and run_backend().
HouseKeeper* gHousekeeping = nullptr |
Definition at line 10 of file backendcontext.cpp.
Referenced by cleanup(), and run_backend().
MediaServer* g_pUPnp = nullptr |
Definition at line 11 of file backendcontext.cpp.
Referenced by cleanup(), and run_backend().
BackendContext* gBackendContext = nullptr |
Definition at line 12 of file backendcontext.cpp.
Referenced by cleanup(), MainServer::connectionClosed(), FillFrontendList(), Myth::GetFrontends(), MainServer::HandleAnnounce(), and run_backend().
QString gPidFile |
Definition at line 13 of file backendcontext.cpp.
MythSystemEventHandler* gSysEventHandler = nullptr |
Definition at line 14 of file backendcontext.cpp.
Referenced by cleanup(), and run_backend().