MythTV  master
Variables
backendcontext.cpp File Reference
#include "backendcontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythcorecontext.h"
Include dependency graph for backendcontext.cpp:

Go to the source code of this file.

Variables

QMap< int, EncoderLink * > gTVList
 
AutoExpiregExpirer = nullptr
 
JobQueuegJobQueue = nullptr
 
HouseKeepergHousekeeping = nullptr
 
MediaServerg_pUPnp = nullptr
 
BackendContextgBackendContext = nullptr
 
QString gPidFile
 
MythSystemEventHandlergSysEventHandler = nullptr
 

Variable Documentation

◆ gTVList

QMap<int, EncoderLink *> gTVList

◆ gExpirer

AutoExpire* gExpirer = nullptr

◆ gJobQueue

JobQueue* gJobQueue = nullptr

Definition at line 9 of file backendcontext.cpp.

Referenced by cleanup(), and run_backend().

◆ gHousekeeping

HouseKeeper* gHousekeeping = nullptr

Definition at line 10 of file backendcontext.cpp.

Referenced by cleanup(), and run_backend().

◆ g_pUPnp

MediaServer* g_pUPnp = nullptr

Definition at line 11 of file backendcontext.cpp.

Referenced by cleanup(), and run_backend().

◆ gBackendContext

BackendContext* gBackendContext = nullptr

◆ gPidFile

QString gPidFile

Definition at line 13 of file backendcontext.cpp.

Referenced by cleanup(), and main().

◆ gSysEventHandler

MythSystemEventHandler* gSysEventHandler = nullptr

Definition at line 14 of file backendcontext.cpp.

Referenced by cleanup(), and run_backend().