6 #ifndef DtEmptyFomMapper_H_
7 #define DtEmptyFomMapper_H_
25 class DT_DLL_VL DtEmptyFomMapper :
public DtFomMapper
34 virtual ~DtEmptyFomMapper();
41 DtStateDecoderFactory* dfltStateDecoderFactory();
44 DtStateEncoderFactory* dfltStateEncoderFactory();
47 DtInteractionDecoderFactory* dfltInteractionDecoderFactory();
50 DtInteractionEncoderFactory* dfltInteractionEncoderFactory();
53 DtHlaObjectFactory* dfltHlaObjectFactory();
56 DtInteractionFactory* dfltInteractionFactory();
62 static DtFomMapper* create(
void* usr = NULL);
67 DtEmptyFomMapper(
const DtEmptyFomMapper& orig);
70 DtEmptyFomMapper& operator=(
const DtEmptyFomMapper& orig);
75 DtStateDecoderFactory* myDfltDecFact;
76 DtStateEncoderFactory* myDfltEncFact;
77 DtInteractionDecoderFactory* myDfltInterDecFact;
78 DtInteractionEncoderFactory* myDfltInterEncFact;
79 DtHlaObjectFactory* myDfltObjFact;
80 DtInteractionFactory* myDfltInterFact;
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file declares DtFomMapper.
Defines DtHashlist and several helper functions.
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.