The DtRtiexecCmdProc accepts commands to be given to the exec and is responsible for processing them.
More...
|
| static void | tick (void *usr) |
| | Tick callback function. More...
|
| |
The DtRtiexecCmdProc accepts commands to be given to the exec and is responsible for processing them.
| DtRtiexecCmdProc::DtRtiexecCmdProc |
( |
| ) |
|
| virtual DtRtiexecCmdProc::~DtRtiexecCmdProc |
( |
| ) |
|
|
virtual |
Copy constructor unimplemented.
| virtual bool DtRtiexecCmdProc::executeCommand |
( |
| ) |
|
|
protectedvirtual |
Execute a single posted command.
Assignment unimplemented.
Post a functor command to be executed by the rtiexec back-end.
| virtual void DtRtiexecCmdProc::setExec |
( |
std::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.
List of commands to be executed.
| std::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: