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 |
( |
| ) |
|
| DtRtiexecCmdProc::~DtRtiexecCmdProc |
( |
| ) |
|
|
virtual |
Copy constructor unimplemented.
Member Function Documentation
| bool DtRtiexecCmdProc::executeCommand |
( |
| ) |
|
|
protectedvirtual |
Assignment unimplemented.
| void DtRtiexecCmdProc::postCommand |
( |
std::auto_ptr< DtRtiExecCmd > |
cmd | ) |
|
|
virtual |
Post a functor command to be executed by the rtiexec back-end.
References myCommands.
| void DtRtiexecCmdProc::setExec |
( |
DtBoost::shared_ptr< DtRtiExec > |
exec | ) |
|
|
virtual |
Sets the exec to accept the commands.
References myExec, and tick().
| void DtRtiexecCmdProc::tick |
( |
void * |
usr | ) |
|
|
static |
Tick callback function.
References tick().
| void DtRtiexecCmdProc::tick |
( |
| ) |
|
|
virtual |
Member Data Documentation
| DtBoost::shared_ptr<DtRtiExec> DtRtiexecCmdProc::myExec |
|
protected |
The documentation for this class was generated from the following files: