virtual ~DtRecordInterfacePrinter()
Destructor.
virtual void newFileOpened(const DtString &fileName)
The specified file was opened by all connected loggers Called after all connected loggers have respon...
virtual void fileClosed()
The record file was closed by all connected loggers.
Primary interface to remote loggers.
Definition: remoteControlInterface.h:73
virtual void newFileFailed(const DtEntityIdentifier &source, const DtString &reason)
The specified file failed to create by the logger with the specified source ID This response short ci...
virtual void pauseOnRecordAsChanged(bool enable)
The pause on record state has changed for all connected loggers Called after all connected loggers ha...
virtual void recordingPausedChanged(bool paused)
The paused state has changed for all connected loggers Called after all connected loggers have respon...
DtRecordInterfacePrinter & operator=(const DtRecordInterfacePrinter &)
Not Implemented.
virtual void fileEmptyChanged()
The empty file status has changed for all connected loggers.
Prints message for received record responses.
Definition: recordInterfacePrinter.h:16
virtual void recordingChanged(bool currentlyRecording)
The recording state has changed for all connected loggers Called after all connected loggers have res...
static MAKLogger::DtRemoteControlRecordInterface * create(MAKLogger::DtRemoteControlInterface *rci)
DtRecordInterfacePrinter(MAKLogger::DtRemoteControlInterface *rci)
Constructor.
Contains MAKLogger::DtRemoteControlRecordInterface for handling record remote control messages...
Responsible for invoking record commands and processing record responses.
Definition: remoteControlRecordInterface.h:26