The DtRtiexecCmdProc accepts commands to be given to the exec and is responsible for processing them.
More...
Static Public Member Functions |
| static void | tick (void *usr) |
| | Tick callback function.
|
Protected Member Functions |
| virtual bool | executeCommand () |
| | Execute a single posted command.
|
Detailed Description
The DtRtiexecCmdProc accepts commands to be given to the exec and is responsible for processing them.
Member Typedef Documentation
Constructor & Destructor Documentation
| DtRtiexecCmdProc::DtRtiexecCmdProc |
( |
| ) |
|
| virtual DtRtiexecCmdProc::~DtRtiexecCmdProc |
( |
| ) |
|
|
virtual |
Copy constructor unimplemented.
Member Function Documentation
| virtual bool DtRtiexecCmdProc::executeCommand |
( |
| ) |
|
|
protectedvirtual |
Execute a single posted command.
Assignment unimplemented.
| virtual void DtRtiexecCmdProc::postCommand |
( |
std::auto_ptr< DtRtiExecCmd > |
cmd | ) |
|
|
virtual |
Post a functor command to be executed by the rtiexec back-end.
| virtual void DtRtiexecCmdProc::setExec |
( |
DtBoost::shared_ptr< DtRtiExec > |
exec | ) |
|
|
virtual |
Sets the exec to accept the commands.
| static void DtRtiexecCmdProc::tick |
( |
void * |
usr | ) |
|
|
static |
| virtual void DtRtiexecCmdProc::tick |
( |
| ) |
|
|
virtual |
Performs tick processing.
Member Data Documentation
List of commands to be executed.
| DtBoost::shared_ptr<DtRtiExec> DtRtiexecCmdProc::myExec |
|
protected |
The rtiexec which is to be given commands.
The documentation for this class was generated from the following file: