![]() |
VR-Forces Developer's Guide
|
Factory which registers all default VR-Forces Sim Commands.

Public Member Functions | |
| DtDefaultSimCommandFactory () | |
Public Member Functions inherited from DtSimCommandFactory | |
| DtSimCommandFactory () | |
| DtSimCommandFactory (const DtSimCommandFactory &orig) | |
| const DtSimCommandFactory & | operator= (const DtSimCommandFactory &orig) |
| virtual | ~DtSimCommandFactory () |
| virtual void | addCreatorFcn (const DtSimCommandMessageType &type, DtSimCommandCreatorFcn fcn) |
| virtual DtSimCommand * | createSimCommand (const DtSimCommandMessageType &type) |
| virtual bool | isTypeRegistered (const DtSimCommandMessageType &type) |
Static Public Member Functions | |
| static void | registerCreators (DtSimCommandFactory *factory) |
| static DtSimCommandFactory * | create () |
Static Public Member Functions inherited from DtSimCommandFactory | |
| static DtSimCommandFactory * | create () |
Additional Inherited Members | |
Protected Attributes inherited from DtSimCommandFactory | |
| std::map < DtSimCommandMessageType, DtSimCommandFactoryEntry > | myCreatorMap |
| DtDefaultSimCommandFactory::DtDefaultSimCommandFactory | ( | ) |
constructor
|
static |
|
static |