15 #include "vlutil/vlString.h"
63 typedef std::map<DtSimCommandMessageType, DtSimCommandExecutorCreatorFcn>
DtCreatorMap;
Abstract base class for all simCommand executors.
Definition: simCommandExecutor.h:30
std::map< DtSimCommandMessageType, DtSimCommandExecutorCreatorFcn > DtCreatorMap
Definition: simCommandExecutorFactory.h:63
DtSimCommandExecutorCreatorFcn myDefaultCreator
Definition: simCommandExecutorFactory.h:66
DtSimCommandExecutor *(* DtSimCommandExecutorCreatorFcn)(DtSimManager *)
Definition: simCommandExecutorFactory.h:21
#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...
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:102
DtCreatorMap myCreatorMap
Definition: simCommandExecutorFactory.h:64