Prints message for received system responses.
Definition: systemInterfacePrinter.h:14
virtual void receivedTotalState()
Total state info Called after all connected loggers have responded individually.
DtSystemInterfacePrinter(MAKLogger::DtRemoteControlInterface *rci)
Constructor.
virtual ~DtSystemInterfacePrinter()
Destructor.
virtual void fileDeleted(const DtString &fileName)
The specified file was deleted from all loggers.
Primary interface to remote loggers.
Definition: remoteControlInterface.h:73
virtual void fileDeletionResult(const DtEntityIdentifier &source, const DtString &fileName, int deleteResult)
The deletion of the specified file was not successful.
static MAKLogger::DtRemoteControlSystemInterface * create(MAKLogger::DtRemoteControlInterface *rci)
DtSystemInterfacePrinter & operator=(const DtSystemInterfacePrinter &)
Not Implemented.
Contains MAKLogger::DtRemoteControlSystemInterface for handling system remote control messages...
Responsible for invoking system commands and processing system responses.
Definition: remoteControlSystemInterface.h:21