UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
MySimCommandExecutor & operator=(const MySimCommandExecutor &orig)
Abstract base class for all simCommand executors. Every DtSimCommand should have a corresponding DtSi...
Definition: simCommandExecutor.h:30
static DtSimCommandExecutor * create(DtSimulationServices *simManager)
virtual bool execute(const DtSimCommand *command, DtSimCommandContextPtr &, const DtPlan *=0)
This DtSimCommandContextPtr is now used to indicate there is some context that the executor needs to ...
DtSimCommand is an abstract base class from which commands can derive. It manages the read/write capa...
Definition: simCommand.h:32
Definition: mySimCommandExecutor.h:16
virtual ~MySimCommandExecutor()
class DtPlan:
Definition: plan.h:92
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:90
DtBoost::shared_ptr< DtSimCommandContext > DtSimCommandContextPtr
Definition: simCommandStmt.h:28