14 #ifndef DtRtiexecCmdProc_H_
15 #define DtRtiexecCmdProc_H_
19 #include <vlutil/vlSmartPointers.h>
40 virtual void setExec( DtBoost::shared_ptr<DtRtiExec> exec );
43 virtual void postCommand( std::auto_ptr<DtRtiExecCmd> cmd );
46 static void tick(
void* usr );
54 virtual bool executeCommand();
69 DtBoost::shared_ptr<DtRtiExec>
myExec;
The DtRtiexecCmdProc accepts commands to be given to the exec and is responsible for processing them...
Definition: execCmdProc.h:28
DtExecThreadEventList myCommands
List of commands to be executed.
Definition: execCmdProc.h:72
std::list< DtRtiExecCmd * > DtExecThreadEventList
Definition: execCmdProc.h:66
DtBoost::shared_ptr< DtRtiExec > myExec
The rtiexec which is to be given commands.
Definition: execCmdProc.h:69
#define DT_DLL_EXEC
Definition: rtiMsConfig.h:123