VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Private Member Functions
DtDefaultVrfCreator Class Reference

Contains the DtDefaultVrfCreator class declaration. More...

Inheritance diagram for DtDefaultVrfCreator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtDefaultVrfCreator ()
 default constructor
virtual ~DtDefaultVrfCreator ()
 destructor
virtual
DtVrfObjectParameterFactory
createParameterFactory ()
 Overridden to register default creators.
virtual DtSimObjectFactorycreateSimObjectFactory ()
virtual
DtSimObjectStateRepositoryFactory
createSimObjectStateRepositoryFactory ()
virtual
DtSimObjectNetInterfaceFactory
createSimObjectNetInterfaceFactory ()
virtual DtSimResourceFactorycreateResourceFactory ()
virtual DtSimTaskFactorycreateTaskFactory ()
virtual DtInterfaceContentFactorycreateInterfaceContentFactory ()
virtual DtVrfObjectMessageFactorycreateVrfObjectMessageFactory ()
virtual DtSetDataRequestFactorycreateSetDataRequestFactory ()
virtual DtSimReportFactorycreateReportFactory ()
virtual DtAdminContentFactorycreateAdminContentFactory ()
virtual DtSimCommandFactorycreateSimCommandFactory ()
virtual
DtSimCommandExecutorFactory
createSimCommandExecutorFactory ()
virtual DtCondExprFactorycreateCondExprFactory ()
virtual DtStatementFactorycreateStatementFactory ()
virtual DtSimTaskManagerFactorycreateTaskManagerFactory ()
virtual
DtVrfObjectPlanManagerFactory
createVrfObjectPlanManagerFactory ()
virtual
DtSimComponentManagerFactory
createComponentManagerFactory ()
virtual DtSimComponentFactorycreateComponentFactory ()
virtual
DtComponentDescriptorFactory
createComponentDescriptorFactory ()
virtual DtEvaluatorFactorycreateEvaluatorFactory ()
virtual
DtVrfProcessStateRepositoryFactory
createProcessStateRepositoryFactory ()
virtual DtPathMetricFactorycreatePathMetricFactory ()
virtual DtSpatialFilterFactorycreateSpatialFilterFactory ()
virtual
DtSpatialFilterEvaluatorFactory
createSpatialFilterEvaluatorFactory ()
virtual
DtSignatureModifierFactory
createSignatureModifierFactory ()
virtual
DtSignatureModifierEvaluatorFactory
createSignatureModifierEvaluatorFactory ()
virtual
DtSignaturePropagatorFactory
createSignaturePropagatorFactory ()
virtual
DtSignaturePropagatorDescriptorFactory
createSignaturePropagatorDescriptorFactory ()
virtual
DtDetectionLevelDeterminatorFactory
createDetectionLevelDeterminatorFactory ()
virtual
DtVrfRadioDescriptorFactory
createRadioDescriptorFactory ()
virtual DtVrfRadioFactorycreateRadioFactory ()
virtual DtCommModelFactorycreateCommModelFactory ()
virtual
DtCommModelDescriptorFactory
createCommModelDescriptorFactory ()
virtual DtSettingsObjectFactorycreateSettingsObjectFactory ()
virtual DtSubordinateEntryFactorycreateSubordinateEntryFactory ()
virtual void registerDefaultCommModelCreators (DtCommModelFactory *factory)
virtual void registerDefaultCommModelDescriptorCreators (DtCommModelDescriptorFactory *factory)

Static Public Member Functions

static void registerDefaultParameterCreators (DtVrfObjectParameterFactory *factory)
 Registers creator functions for known DtVrfObjectParameters types.
static void registerDefaultSimObjectCreators (DtSimObjectFactory *factory)
 Registers creator functions for known DtSimObject types.
static void registerDefaultSimObjectStateRepositoryCreators (DtSimObjectStateRepositoryFactory *factory)
 Registers creator functions for known DtSimObjectStateRepository types.
static void registerDefaultSimObjectNetInterfaceCreators (DtSimObjectNetInterfaceFactory *factory)
 Registers creator functions for known DtSimObjectNetInterface types.
static void registerDefaultResourceCreators (DtSimResourceFactory *factory)
 Called after the resource factory is created, this registers creator functions for known resource types.
static void registerDefaultTaskCreators (DtSimTaskFactory *factory)
 Called after the task factory is created, this registers creator functions for known task types.
static void registerDefaultInterfaceContentCreators (DtInterfaceContentFactory *factory)
 Called after the interface content factory is created, this registers creator functions for known interface content types.
static void registerDefaultVrfObjectMessageCreators (DtVrfObjectMessageFactory *factory)
 Called after the radio message factory is created, this registers creator functions for known radio message types.
static void registerDefaultSetDataRequestCreators (DtSetDataRequestFactory *factory)
 Called after the setDataRequest factory is created, this registers creator functions for known setDataRequest types.
static void registerDefaultReportCreators (DtSimReportFactory *factory)
 Called after the report factory is created, this registers creator functions for known report types.
static void registerDefaultAdminContentCreators (DtAdminContentFactory *factory)
 Called after the admin content factory is created, this registers creator functions for known admin content types.
static void registerDefaultSimCommandCreators (DtSimCommandFactory *factory)
 Called after the sim command factory is created, this registers creator functions for known command types.
static void registerDefaultSimCommandExecutorCreators (DtSimCommandExecutorFactory *factory)
 Called after the sim command factory is created, this registers creator functions for known command executor types.
static void registerDefaultCondExprCreators (DtCondExprFactory *factory)
 Called after the conditional expression factory is created, this registers creator functions for known conditional expression types.
static void registerDefaultStatementCreators (DtStatementFactory *factory)
 Called after the statement factory is created, this registers creator functions for known statement types.
static void registerDefaultTaskManagerCreators (DtSimTaskManagerFactory *factory)
 Called after the task manager factory is created, this registers creator functions for known DtTaskManager types.
static void registerDefaultVrfObjectPlanManagerCreators (DtVrfObjectPlanManagerFactory *factory)
 Called after the DtVrfObjectPlanManagerFactory is created, this registers creator functions for known DtVrfObjectPlanManager types.
static void registerDefaultComponentManagerCreators (DtSimComponentManagerFactory *factory)
 Called after the component manager is created, this registers creator functions for known DtSimComponentManager types.
static void registerDefaultComponentDescriptorCreators (DtComponentDescriptorFactory *factory)
 Called after the component descriptor factory is created, this registers creator functions for known component descriptor types.
static void registerDefaultComponentCreators (DtSimComponentFactory *factory)
 Called after the component factory is created, this registers creator functions for known component types.
static void registerDefaultEvaluatorCreators (DtEvaluatorFactory *factory)
 Registers creator functions for known DtEvaluator types.
static void registerDefaultProcessStateRepositoryCreators (DtVrfProcessStateRepositoryFactory *factory)
static void registerDefaultPathMetricCreators (DtPathMetricFactory *factory)
 Called after the component factory is created, this registers creator functions for known path metric types.
static void registerDefaultSpatialFilterCreators (DtSpatialFilterFactory *factory)
static void registerDefaultSpatialFilterEvaluatorCreators (DtSpatialFilterEvaluatorFactory *factory)
static void registerDefaultSignatureModifierCreators (DtSignatureModifierFactory *factory)
static void registerDefaultSignaureModifierEvaluatorCreators (DtSignatureModifierEvaluatorFactory *factory)
static void registerDefaultSignaturePropagatorCreators (DtSignaturePropagatorFactory *factory)
static void registerDefaultSignaturePropagatorDescriptorCreators (DtSignaturePropagatorDescriptorFactory *factory)
static void registerDefaultRadioDescriptorCreators (DtVrfRadioDescriptorFactory *factory)
static void registerDefaultDetectLevelDeterminatorCreators (DtDetectionLevelDeterminatorFactory *factory)
static void registerDefaultRadioCreators (DtVrfRadioFactory *factory)
 Called after the radio factory is created, this registers creator functions for known DtRadio types.
static void registerDefaultSettingsObjectCreators (DtSettingsObjectFactory *factory)
static void registerDefaultSubordinateEntryCreators (DtSubordinateEntryFactory *factory)

Private Member Functions

 DtDefaultVrfCreator (const DtDefaultVrfCreator &orig)
 copy constructor; not implemented
const DtDefaultVrfCreatoroperator= (const DtDefaultVrfCreator &orig)
 assignment operator ; not implemented

Detailed Description

Contains the DtDefaultVrfCreator class declaration.

Instances of DtDefaultVrfCreator is a subclass of DtVrfCreator which provides registration of the default creators


Constructor & Destructor Documentation

default constructor

destructor

copy constructor; not implemented


Member Function Documentation

Overridden to register default creators.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Reimplemented from DtVrfCreator.

Registers creator functions for known DtVrfObjectParameters types.

Override and add your own as you see fit, but overriding functions should call this one.

Registers creator functions for known DtSimObject types.

Override and add your own as you see fit, but overriding functions should call this one.

Registers creator functions for known DtSimObjectStateRepository types.

Override and add your own as you see fit, but overriding functions should call this one.

Registers creator functions for known DtSimObjectNetInterface types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the resource factory is created, this registers creator functions for known resource types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the task factory is created, this registers creator functions for known task types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the interface content factory is created, this registers creator functions for known interface content types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the radio message factory is created, this registers creator functions for known radio message types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the setDataRequest factory is created, this registers creator functions for known setDataRequest types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the report factory is created, this registers creator functions for known report types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the admin content factory is created, this registers creator functions for known admin content types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the sim command factory is created, this registers creator functions for known command types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the sim command factory is created, this registers creator functions for known command executor types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the conditional expression factory is created, this registers creator functions for known conditional expression types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the statement factory is created, this registers creator functions for known statement types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the task manager factory is created, this registers creator functions for known DtTaskManager types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the DtVrfObjectPlanManagerFactory is created, this registers creator functions for known DtVrfObjectPlanManager types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the component manager is created, this registers creator functions for known DtSimComponentManager types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the component descriptor factory is created, this registers creator functions for known component descriptor types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the component factory is created, this registers creator functions for known component types.

Override and add your own as you see fit, but overriding functions should call this one.

Registers creator functions for known DtEvaluator types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the component factory is created, this registers creator functions for known path metric types.

Override and add your own as you see fit, but overriding functions should call this one.

Called after the radio factory is created, this registers creator functions for known DtRadio types.

Override and add your own as you see fit, but overriding functions should call this one.

const DtDefaultVrfCreator& DtDefaultVrfCreator::operator= ( const DtDefaultVrfCreator orig) [private]

assignment operator ; not implemented


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)