14 #ifndef consoleMessageCommandExecutor_h
15 #define consoleMessageCommandExecutor_h
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
virtual bool execute(const DtSimCommand *command, DtSimCommandContextPtr &context, const DtPlan *plan=0)=0
Perform the actual execution of the DtSimCommand.
Abstract base class for all simCommand executors.
Definition: simCommandExecutor.h:30
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
DtSimCommandExecutor & operator=(const DtSimCommandExecutor &orig)
Not implemented.
DtSimCommand is an abstract base class from which commands can derive.
Definition: simCommand.h:32
DtConsoleMessageCommandExecutor.
Definition: consoleMessageCommandExecutor.h:25
class DtPlan:
Definition: plan.h:90
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:102
DtBoost::shared_ptr< DtSimCommandContext > DtSimCommandContextPtr
Definition: simCommandStmt.h:28