9 #ifndef lgrFullInterface_H_
10 #define lgrFullInterface_H_
35 virtual bool update();
The class responsible for interfacing with the simulation in a protocol independent manner...
Definition: lgrSimInterface.h:34
Contains MAKLogger::DtLgrSimInterface subclass of MAKLogger::DtCommandInterface.
Contains MAKLogger::DtLgrEditorInterface subclass of MAKLogger::DtLgrSystemInterface.
Contains MAKLogger::DtLgrRecordInterface subclass of MAKLogger::DtLgrTimeInterface.
DtLgrPlaybackInterface * myPlaybackInterface
Definition: lgrFullInterface.h:69
bool myProcessingUpdate
Definition: lgrFullInterface.h:73
#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
The class responsible for interfacing with the logger playback functionality.
Definition: lgrPlaybackInterface.h:35
Contains MAKLogger::DtLgrPlaybackInterface class.
The class which interfaces with the logger editor functionality.
Definition: lgrEditorInterface.h:31
Utility class which provides access to multiple interfaces.
Definition: lgrFullInterface.h:25
DtLgrSystemInterface * mySystemInterface
Definition: lgrFullInterface.h:68
DtLgrRecordInterface * myRecordInterface
Definition: lgrFullInterface.h:70
#define DT_DLL_LGRCORE
Definition: lgrCore.h:19
The class responsible for interfacing with the low level logger system functions. ...
Definition: lgrSystemInterface.h:31
DtLogger provides the core system structure and controls the execution model for the underlying objec...
Definition: logger.h:35
The class responsible for interfacing with the logger recording functionality.
Definition: lgrRecordInterface.h:28
DtLgrEditorInterface * myEditorInterface
Definition: lgrFullInterface.h:71
DtLgrSimInterface * mySimulationInterface
Definition: lgrFullInterface.h:72
Contains lgrCore library definitions.