![]() |
VR-Forces 5.0.1 Developer's Guide
|
Default version of DtSimCommandExecutorFactory that registers all the DtSimCommandExecutor instances that ship with VR-Forces.

Public Member Functions | |
| DtDefaultSimCommandExecutorFactory () | |
Public Member Functions inherited from DtSimCommandExecutorFactory | |
| DtSimCommandExecutorFactory () | |
| virtual | ~DtSimCommandExecutorFactory () |
| virtual void | addCreatorFcn (const DtSimCommandMessageType &type, DtSimCommandExecutorCreatorFcn fcn) |
| virtual void | removeCreatorFcn (const DtSimCommandMessageType &type, DtSimCommandExecutorCreatorFcn fcn) |
| virtual void | registerDefaultCreatorFcn (DtSimCommandExecutorCreatorFcn fcn) |
| virtual DtSimCommandExecutor * | createSimCommandExecutor (const DtSimCommandMessageType &type, DtSimulationServices *simManager) const |
Static Public Member Functions | |
| static void | registerCreators (DtSimCommandExecutorFactory *factory) |
| static DtSimCommandExecutorFactory * | create () |
Static Public Member Functions inherited from DtSimCommandExecutorFactory | |
| static DtSimCommandExecutorFactory * | create () |
Additional Inherited Members | |
Protected Types inherited from DtSimCommandExecutorFactory | |
| typedef std::map < DtSimCommandMessageType, DtSimCommandExecutorCreatorFcn > | DtCreatorMap |
Protected Attributes inherited from DtSimCommandExecutorFactory | |
| DtCreatorMap | myCreatorMap |
| DtSimCommandExecutorCreatorFcn | myDefaultCreator |
| DtDefaultSimCommandExecutorFactory::DtDefaultSimCommandExecutorFactory | ( | ) |
|
static |
Registers all the default DtSimCommandExecutor creators for VR-Forces. Non-virtual since it is called from the constructor.
|
static |