9 #ifndef stateObController_H_
10 #define stateObController_H_
19 class DtCommandInterface;
20 class DtCommandDefinition;
21 class DtStateObserverModel;
22 class DtStateObserverView;
51 void deactivateView();
52 void connectToLogger();
53 void disconnectFromLogger();
The logger command which contains the command type and its parameters.
Definition: lgrCommand.h:109
The command type structure.
Definition: lgrCommand.h:29
bool myWaitingFlag
Definition: stateObController.h:73
The implementation of the system logic of the State Observer.
Definition: stateObModel.h:30
The base class for command interface which allows an interface to send and receive commands...
Definition: lgrInterface.h:33
MAKLogger::DtCommandInterface * myCommandInterface
Definition: stateObController.h:77
The DtStateObserverView represents the view for the state observer which is part of a standard Model-...
Definition: stateObView.h:31
DtBoost::shared_ptr< const DtCommand > DtResponse
Definition: lgrCommand.h:174
The implementation of the control logic for the state observer.
Definition: stateObController.h:26
The definition of a command and it's parameters.
Definition: lgrRuntimeCommandFactory.h:40
DtStateObserverView * myView
Definition: stateObController.h:75
Contains MAKLogger::DtLgrCommandType and MAKLogger::DtCommand classes.
static MAKLogger::DtLgrCommandType theCommandType
Definition: stateObController.h:30
bool myConnectedToLogger
Definition: stateObController.h:74
#define DT_DLL_STATEOBSERVER
Definition: stateObserver.h:19
Contains the IMPORT/EXPORT macros.
Contains MAKLogger::DtCommandDispatcher class.
DtStateObserverModel * myModel
Definition: stateObController.h:76