![]() |
VR-Forces 4.0.4 Class Documentation
|
DtIssuePlanCommandExecutor. More...

Public Member Functions | |
| DtIssuePlanCommandExecutor (DtSimManager *simManager) | |
| virtual | ~DtIssuePlanCommandExecutor () |
| virtual bool | execute (const DtSimCommand *command) |
| issues the plan. | |
Static Public Member Functions | |
| static DtSimCommandExecutor * | create (DtSimManager *simManager) |
Private Member Functions | |
| DtIssuePlanCommandExecutor () | |
| Not implemented. | |
| DtIssuePlanCommandExecutor (const DtIssuePlanCommandExecutor &orig) | |
| Not implemented. | |
| DtIssuePlanCommandExecutor & | operator= (const DtIssuePlanCommandExecutor &orig) |
| Not implemented. | |
Executor for the DtissuePlanCommand DtSimCommand. issues the plan of the object in question by sending the DtIfissuePlan message to it.
| DtIssuePlanCommandExecutor::DtIssuePlanCommandExecutor | ( | DtSimManager * | simManager | ) |
| virtual DtIssuePlanCommandExecutor::~DtIssuePlanCommandExecutor | ( | ) | [virtual] |
| DtIssuePlanCommandExecutor::DtIssuePlanCommandExecutor | ( | ) | [private] |
Not implemented.
| DtIssuePlanCommandExecutor::DtIssuePlanCommandExecutor | ( | const DtIssuePlanCommandExecutor & | orig | ) | [private] |
Not implemented.
| virtual bool DtIssuePlanCommandExecutor::execute | ( | const DtSimCommand * | command | ) | [virtual] |
issues the plan.
| command | must be DtissuePlanCommand. Sends the plan to the assigned entity via a DtIfPlanMessage. This accounts for if the entity that the plan is to be assigned to is on a different back end than the issuing plan. |
Implements DtSimCommandExecutor.
| static DtSimCommandExecutor* DtIssuePlanCommandExecutor::create | ( | DtSimManager * | simManager | ) | [static] |
| DtIssuePlanCommandExecutor& DtIssuePlanCommandExecutor::operator= | ( | const DtIssuePlanCommandExecutor & | orig | ) | [private] |
Not implemented.