64 virtual void clearReceivedResponseCounts();
69 static const char* commandToString(
int command);
80 virtual void message(
const DtEntityIdentifier& source,
const DtString& message);
83 virtual void consoleMessage(
const DtEntityIdentifier& source,
const DtString& message);
86 virtual void startLongOperation(
const DtEntityIdentifier& source,
87 const DtString& name,
bool interruptable);
90 virtual void finishLongOperation(
const DtEntityIdentifier& source,
bool canceled);
93 virtual void fileDelete(
const DtEntityIdentifier& source,
const DtString& fileName,
int deleteResult);
102 virtual void receivedTotalState();
105 virtual void fileDeleted(
const DtString& fileName);
108 virtual void fileDeletionResult(
const DtEntityIdentifier& source,
const DtString& fileName,
int deleteResult);
int myReceivedTotalState
Definition: remoteControlSystemInterface.h:115
DtString myDeleteFileName
Definition: remoteControlSystemInterface.h:113
Instances of DtLgrTotalStatePdu are used to convey to a remote logger- controller the total current s...
Definition: lcTotalState.h:43
#define DT_VIRTUAL_CTR(CLASS_NAME, ARG_TYPES_LIST)
Declare a Virtual Constructor Create using DT_VIRTUAL_CTR(CLASS_NAME,ARG_TYPES_LIST) Where CLASS_NAME...
Definition: virtualConstructor.h:34
int myReceivedFileDelete
Definition: remoteControlSystemInterface.h:116
#define DT_DLL_LGR_RCI
Definition: lgrRemoteControlInterface.h:18
Contains DT_VIRTUAL_CTR DT_VIRTUAL_CTR_DEFAULTS DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VI...
Primary interface to remote loggers.
Definition: remoteControlInterface.h:73
bool myPendingFileDelete
Definition: remoteControlSystemInterface.h:112
Contains MAKLogger::DtRemoteControlDomainInterface for handling playback remote control messages...
DtLgrCtrlFlagStates
Controlling runtime-settable flags and options of the Logger.
Definition: lcPdu.h:110
DtU32 DtSequenceNumber
Definition: remoteControlInterface.h:48
Base class for handling commands and responses.
Definition: remoteControlDomainInterface.h:27
static const DtEntityIdentifier & wildcardAddress()
The wildcard address.
Instances of DtLgrResponsePdu are to respond to a remote controller with the result of a logger comma...
Definition: lcResponse.h:19
Responsible for invoking system commands and processing system responses.
Definition: remoteControlSystemInterface.h:21