![]() |
VR-Forces 4.3 Class Documentation
|
DtTaskCommandExecutor. More...

Public Member Functions | |
| DtTaskCommandExecutor (DtSimManager *simManager) | |
| virtual | ~DtTaskCommandExecutor () |
| virtual bool | execute (const DtSimCommand *command) |
| Calls executeCommand() with null senderName. | |
| virtual bool | execute (const DtSimCommand *command, const DtString &objectName) |
| Overridden to include the name of the entity sending the task in the task radio message. | |
Public Member Functions inherited from DtSimCommandExecutor | |
| DtSimCommandExecutor (DtSimManager *simManager) | |
| virtual | ~DtSimCommandExecutor () |
Static Public Member Functions | |
| static DtSimCommandExecutor * | create (DtSimManager *simManager) |
Static Public Member Functions inherited from DtSimCommandExecutor | |
| static void | setFactory (DtSimCommandExecutorFactory *factory) |
| Sets the static factory member. | |
| static DtSimCommandExecutor * | createSimCommandExecutor (const DtSimCommandMessageType &type, DtSimManager *simManager) |
| Uses the static factory member to create a new executor of the specified type. | |
Protected Member Functions | |
| virtual bool | executeCommand (const DtSimCommand *command, const DtString &senderName) |
| Executes the command by sending out a task radio message. | |
Private Member Functions | |
| DtTaskCommandExecutor () | |
| Not implemented. | |
| DtTaskCommandExecutor (const DtTaskCommandExecutor &orig) | |
| Not implemented. | |
| DtTaskCommandExecutor & | operator= (const DtTaskCommandExecutor &orig) |
| Not implemented. | |
Additional Inherited Members | |
Protected Attributes inherited from DtSimCommandExecutor | |
| DtSimManager * | mySimManager |
Static Protected Attributes inherited from DtSimCommandExecutor | |
| static DtSimCommandExecutorFactory * | myFactory |
Executor for the DtTaskCommand DtSimCommand. Issues the enclosed task to the entity specified in the command.
| DtTaskCommandExecutor::DtTaskCommandExecutor | ( | DtSimManager * | simManager | ) |
|
virtual |
|
private |
Not implemented.
|
private |
Not implemented.
|
virtual |
Calls executeCommand() with null senderName.
Implements DtSimCommandExecutor.
|
virtual |
Overridden to include the name of the entity sending the task in the task radio message.
Calls executeCommand with the supplied objectName as the senderName.
Reimplemented from DtSimCommandExecutor.
|
static |
|
protectedvirtual |
Executes the command by sending out a task radio message.
| command | must be DtTaskCommand. |
|
private |
Not implemented.