![]() |
VR-Forces 4.3 Class Documentation
|
Concrete implementation of the DtPlanExecutor which interfaces with the VRF simulation engine for global plans. More...

Public Member Functions | |
| DtGlobalPlanExecutor (DtSimManager *simManager) | |
| virtual | ~DtGlobalPlanExecutor () |
| virtual bool | executeSetDataRequest (const DtPlan &plan, const DtSetDataRequest &sdr) |
| Prints a warning indicating that Set Data Requests are not handled by global plans. | |
| virtual bool | executeTask (const DtPlan &plan, const DtSimTask &task) |
| Prints a warning indicating that Tasks are not handled by global plans. | |
| virtual bool | executeSimCommand (const DtPlan &plan, const DtSimCommand &command) |
| Executes the command. | |
| virtual bool | evaluateConditional (const DtPlan &plan, const DtSimCondExpr *conditional) |
| Calls the evaluate method on the conditional's evaluator. | |
| virtual bool | taskActive (int taskId) const |
| virtual bool | stopTask (int taskId) |
Public Member Functions inherited from DtPlanExecutor | |
| DtPlanExecutor () | |
| virtual | ~DtPlanExecutor () |
Protected Attributes | |
| DtSimManager * | mySimManager |
Private Member Functions | |
| DtGlobalPlanExecutor (const DtGlobalPlanExecutor &orig) | |
| Not implemented. | |
| DtGlobalPlanExecutor & | operator= (const DtGlobalPlanExecutor &orig) |
| Not implemented. | |
Concrete implementation of the DtPlanExecutor which interfaces with the VRF simulation engine for global plans.
Tasks and Set Data Requests are not handled by global plans, so these methods print a warning.
|
private |
Not implemented.
| DtGlobalPlanExecutor::DtGlobalPlanExecutor | ( | DtSimManager * | simManager | ) |
|
virtual |
|
private |
Not implemented.
|
virtual |
Prints a warning indicating that Set Data Requests are not handled by global plans.
Implements DtPlanExecutor.
|
virtual |
Prints a warning indicating that Tasks are not handled by global plans.
Implements DtPlanExecutor.
|
virtual |
Executes the command.
Calls processStealthCommand() for stealth subclasses of command.
Implements DtPlanExecutor.
|
virtual |
Calls the evaluate method on the conditional's evaluator.
Implements DtPlanExecutor.
Implements DtPlanExecutor.
Implements DtPlanExecutor.
|
protected |