UUID is a unique ID wrapper class.
Definition: uuid.h:59
MySimCommandExecutor & operator=(const MySimCommandExecutor &orig)
std::shared_ptr< DtSimCommandContext > DtSimCommandContextPtr
Definition: simCommandStmt.h:28
Abstract base class for all simCommand executors. Every DtSimCommand should have a corresponding DtSi...
Definition: simCommandExecutor.h:30
static DtSimCommandExecutor * create(DtSimulationServices *simManager)
virtual ~MySimCommandExecutor() override
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
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:96
virtual bool execute(const DtSimCommand *command, DtSimCommandContextPtr &, const DtPlan *=0) override
This DtSimCommandContextPtr is now used to indicate there is some context that the executor needs to ...