MythTV master
Variables
anonymous_namespace{mythcommflag.cpp} Namespace Reference

Variables

bool progress = true
 
bool force = false
 
MythCommFlagCommandLineParser cmdline
 
bool watchingRecording = false
 
CommDetectorBasecommDetector = nullptr
 
RemoteEncoderrecorder = nullptr
 
ProgramInfoglobal_program_info = nullptr
 
int recorderNum = -1
 
int jobID = -1
 
int lastCmd = -1
 

Variable Documentation

◆ cmdline

MythCommFlagCommandLineParser anonymous_namespace{mythcommflag.cpp}::cmdline

◆ commDetector

CommDetectorBase* anonymous_namespace{mythcommflag.cpp}::commDetector = nullptr

◆ force

bool anonymous_namespace{mythcommflag.cpp}::force = false

◆ global_program_info

ProgramInfo* anonymous_namespace{mythcommflag.cpp}::global_program_info = nullptr

◆ jobID

int anonymous_namespace{mythcommflag.cpp}::jobID = -1

◆ lastCmd

int anonymous_namespace{mythcommflag.cpp}::lastCmd = -1

Definition at line 72 of file mythcommflag.cpp.

Referenced by commDetectorBreathe().

◆ progress

bool anonymous_namespace{mythcommflag.cpp}::progress = true

◆ recorder

RemoteEncoder* anonymous_namespace{mythcommflag.cpp}::recorder = nullptr

◆ recorderNum

int anonymous_namespace{mythcommflag.cpp}::recorderNum = -1

Definition at line 69 of file mythcommflag.cpp.

Referenced by FlagCommercials(), and incomingCustomEvent().

◆ watchingRecording

bool anonymous_namespace{mythcommflag.cpp}::watchingRecording = false

Definition at line 65 of file mythcommflag.cpp.

Referenced by FlagCommercials(), and incomingCustomEvent().