![]() |
VR-Forces 4.0.4 Class Documentation
|
Executor for the DtSetDataCommand DtSimCommand. More...

Public Member Functions | |
| DtSetDataCommandExecutor (DtSimManager *simManager) | |
| virtual | ~DtSetDataCommandExecutor () |
| 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 set data request 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 set data request radio message. | |
Private Member Functions | |
| DtSetDataCommandExecutor () | |
| Not implemented. | |
| DtSetDataCommandExecutor (const DtSetDataCommandExecutor &orig) | |
| Not implemented. | |
| DtSetDataCommandExecutor & | operator= (const DtSetDataCommandExecutor &orig) |
| Not implemented. | |
Executor for the DtSetDataCommand DtSimCommand.
Issues the enclosed set data request to the entity specified in the command.
| DtSetDataCommandExecutor::DtSetDataCommandExecutor | ( | DtSimManager * | simManager | ) |
| virtual DtSetDataCommandExecutor::~DtSetDataCommandExecutor | ( | ) | [virtual] |
| DtSetDataCommandExecutor::DtSetDataCommandExecutor | ( | ) | [private] |
Not implemented.
| DtSetDataCommandExecutor::DtSetDataCommandExecutor | ( | const DtSetDataCommandExecutor & | orig | ) | [private] |
Not implemented.
| virtual bool DtSetDataCommandExecutor::execute | ( | const DtSimCommand * | command | ) | [virtual] |
Calls executeCommand() with null senderName.
Implements DtSimCommandExecutor.
| virtual bool DtSetDataCommandExecutor::execute | ( | const DtSimCommand * | command, |
| const DtString & | objectName | ||
| ) | [virtual] |
Overridden to include the name of the entity sending the task in the set data request radio message.
Calls executeCommand with the supplied objectName as the senderName.
Reimplemented from DtSimCommandExecutor.
| static DtSimCommandExecutor* DtSetDataCommandExecutor::create | ( | DtSimManager * | simManager | ) | [static] |
| virtual bool DtSetDataCommandExecutor::executeCommand | ( | const DtSimCommand * | command, |
| const DtString & | senderName | ||
| ) | [protected, virtual] |
Executes the command by sending out a set data request radio message.
| command | must be DtSetDataCommand. |
| DtSetDataCommandExecutor& DtSetDataCommandExecutor::operator= | ( | const DtSetDataCommandExecutor & | orig | ) | [private] |
Not implemented.