![]() |
VR-Forces 4.0.4 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. | |
Static Public Member Functions | |
| static DtSimCommandExecutor * | create (DtSimManager *simManager) |
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. | |
Executor for the DtTaskCommand DtSimCommand. Issues the enclosed task to the entity specified in the command.
| DtTaskCommandExecutor::DtTaskCommandExecutor | ( | DtSimManager * | simManager | ) |
| virtual DtTaskCommandExecutor::~DtTaskCommandExecutor | ( | ) | [virtual] |
| DtTaskCommandExecutor::DtTaskCommandExecutor | ( | ) | [private] |
Not implemented.
| DtTaskCommandExecutor::DtTaskCommandExecutor | ( | const DtTaskCommandExecutor & | orig | ) | [private] |
Not implemented.
| virtual bool DtTaskCommandExecutor::execute | ( | const DtSimCommand * | command | ) | [virtual] |
Calls executeCommand() with null senderName.
Implements DtSimCommandExecutor.
| virtual bool DtTaskCommandExecutor::execute | ( | const DtSimCommand * | command, |
| const DtString & | objectName | ||
| ) | [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 DtSimCommandExecutor* DtTaskCommandExecutor::create | ( | DtSimManager * | simManager | ) | [static] |
| virtual bool DtTaskCommandExecutor::executeCommand | ( | const DtSimCommand * | command, |
| const DtString & | senderName | ||
| ) | [protected, virtual] |
Executes the command by sending out a task radio message.
| command | must be DtTaskCommand. |
| DtTaskCommandExecutor& DtTaskCommandExecutor::operator= | ( | const DtTaskCommandExecutor & | orig | ) | [private] |
Not implemented.