24 #define DtDECLARE_TEST_PARAM_ENCODER(paramName) \
25 DtDECLARE_PARAM_ENCODER(TestInteraction, paramName)
37 #define DtDEFINE_SIMPLE_TEST_PARAM_ENCODER(paramName, netType, inspector) \
38 DtDEFINE_SIMPLE_PARAM_ENCODER(TestEncoder, TestInteraction, \
39 paramName, netType, inspector)
DtDECLARE_TEST_PARAM_ENCODER(Number)
Individual parameter encoding functions - one for each parameter.
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
This class encodes a Test interaction from a TestInteraction object.
Definition: testInter/testEnc.h:43
DtInteractionEncoder is used to provide encoding of an interaction into an RTI::ParameterHandleValueP...
Definition: interactionEncoder.h:36
TestEncoder(DtExerciseConn *exConn, DtInterClassDesc *classDesc)
Constructor.
The TestInteraction class is used to represent interactions of the FOM class "Test".
Definition: testInter.h:29
virtual ~TestEncoder()
Destructor.