14 #include <vlutil/vlString.h>
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
DtSimManager * mySimManager
Definition: simCommandExecutor.h:103
Abstract base class for all simCommand executors.
Definition: simCommandExecutor.h:30
DtSimCommandDistributionExecutor(DtSimManager *simManager)
Definition: simCommandExecutor.h:113
#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...
DtSimCommand is an abstract base class from which commands can derive.
Definition: simCommand.h:32
virtual bool execute(const DtSimCommand *command, DtSimCommandContextPtr &context, const DtPlan *plan=0)
Perform the actual execution of the DtSimCommand.
Definition: simCommandExecutor.h:121
class DtPlan:
Definition: plan.h:91
Factory for creating DtSimCommandExecutor instances.
Definition: simCommandExecutorFactory.h:24
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
virtual ~DtSimCommandDistributionExecutor()
Definition: simCommandExecutor.h:115
DtBoost::shared_ptr< DtSimCommandContext > DtSimCommandContextPtr
Definition: simCommandStmt.h:28