14 #include <vlutil/vlString.h>
UUID is a unique ID wrapper class.
Definition: uuid.h:59
Abstract base class for all simCommand executors. Every DtSimCommand should have a corresponding DtSi...
Definition: simCommandExecutor.h:30
Contains the DtUUID class declaration.
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtSimCommandExecutor & operator=(const DtSimCommandExecutor &orig)
Not implemented.
static DtSimCommandExecutorFactory * myFactory
Definition: simCommandExecutor.h:105
An executor for a sim command that has no specific execution, but should still be distributed to any ...
Definition: simCommandExecutor.h:110
Define constants for types of tasks, sets, admin messages, reports, and sim commands (all sent via ra...
DtSimulationServices * mySimulationServices
Definition: simCommandExecutor.h:103
DtSimCommand is an abstract base class from which commands can derive. It manages the read/write capa...
Definition: simCommand.h:32
virtual bool execute(const DtSimCommand *command, DtSimCommandContextPtr &context, const DtPlan *plan=0)
Perform the actual execution of the DtSimCommand. Pure virtual function; must be overloaded by derive...
Definition: simCommandExecutor.h:121
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:95
Factory for creating DtSimCommandExecutor instances.
Definition: simCommandExecutorFactory.h:24
DtSimCommandDistributionExecutor(DtSimulationServices *simManager)
Definition: simCommandExecutor.h:113
virtual ~DtSimCommandDistributionExecutor()
Definition: simCommandExecutor.h:115
DtBoost::shared_ptr< DtSimCommandContext > DtSimCommandContextPtr
Definition: simCommandStmt.h:28