15 #include "vlutil/vlString.h"
63 typedef std::map<DtSimCommandMessageType, DtSimCommandExecutorCreatorFcn>
DtCreatorMap;
Abstract base class for all simCommand executors. Every DtSimCommand should have a corresponding DtSi...
Definition: simCommandExecutor.h:30
std::map< DtSimCommandMessageType, DtSimCommandExecutorCreatorFcn > DtCreatorMap
Definition: simCommandExecutorFactory.h:63
DtSimCommandExecutorCreatorFcn myDefaultCreator
Definition: simCommandExecutorFactory.h:66
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Define constants for types of tasks, sets, admin messages, reports, and sim commands (all sent via ra...
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
Factory for creating DtSimCommandExecutor instances.
Definition: simCommandExecutorFactory.h:24
DtCreatorMap myCreatorMap
Definition: simCommandExecutorFactory.h:64
DtSimCommandExecutor *(* DtSimCommandExecutorCreatorFcn)(DtSimulationServices *)
Definition: simCommandExecutorFactory.h:21