![]() |
VR-Forces 5.0.2 Developer's Guide
|
Executor for the DtConsoleMessageCommand DtSimCommand. Prints the text specified in the command to the console. If executed from a global plan, it is printed to the sim engine console. If executed from an entity plan, it is printed to the object console for that object.

Public Member Functions | |
| DtConsoleMessageCommandExecutor (DtSimulationServices *simManager) | |
| virtual | ~DtConsoleMessageCommandExecutor () |
| virtual bool | execute (const DtSimCommand *command, DtSimCommandContextPtr &context, const DtPlan *=0) |
| virtual bool | execute (const DtSimCommand *command, DtSimCommandContextPtr &context, const DtUUID &object, const DtPlan *=0) |
Public Member Functions inherited from DtSimCommandExecutor | |
| DtSimCommandExecutor (DtSimulationServices *simManager) | |
| virtual | ~DtSimCommandExecutor () |
| virtual bool | executeAndDistribute (const DtSimCommand *command, DtSimCommandContextPtr &context, const DtPlan *plan=0) |
| virtual bool | executeAndDistribute (const DtSimCommand *command, DtSimCommandContextPtr &context, const DtUUID &objectName, const DtPlan *plan=0) |
| virtual bool | isSimCommandComplete (const DtSimCommand *command, const DtSimCommandContextPtr &context, const DtPlan *=0) const |
| virtual void | distribute (const DtSimCommand *command, const DtPlan *plan=0) |
| virtual void | distribute (const DtSimCommand *command, const DtUUID &objectName, const DtPlan *plan=0) |
Static Public Member Functions | |
| static DtSimCommandExecutor * | create (DtSimulationServices *simManager) |
Static Public Member Functions inherited from DtSimCommandExecutor | |
| static void | setFactory (DtSimCommandExecutorFactory *factory) |
| static DtSimCommandExecutor * | createSimCommandExecutor (const DtSimCommandMessageType &type, DtSimulationServices *simManager) |
Private Member Functions | |
| DtConsoleMessageCommandExecutor () | |
| DtConsoleMessageCommandExecutor (const DtConsoleMessageCommandExecutor &orig) | |
| DtConsoleMessageCommandExecutor & | operator= (const DtConsoleMessageCommandExecutor &orig) |
Additional Inherited Members | |
Protected Attributes inherited from DtSimCommandExecutor | |
| DtSimulationServices * | mySimulationServices |
Static Protected Attributes inherited from DtSimCommandExecutor | |
| static DtSimCommandExecutorFactory * | myFactory |
| DtConsoleMessageCommandExecutor::DtConsoleMessageCommandExecutor | ( | DtSimulationServices * | simManager | ) |
|
virtual |
|
private |
Not implemented.
|
private |
Not implemented.
|
virtual |
Prints message to the sim engine console.
Implements DtSimCommandExecutor.
|
virtual |
Prints message to the objectConsole for the object.
Reimplemented from DtSimCommandExecutor.
|
static |
|
private |
Not implemented.