23 #define DtDECLARE_TEST_PARAM_DECODER(paramName) \
24 DtDECLARE_PARAM_DECODER(TestInteraction, paramName)
33 #define DtDEFINE_SIMPLE_TEST_PARAM_DECODER(paramName, netType, mutator) \
34 DtDEFINE_SIMPLE_PARAM_DECODER(TestDecoder, TestInteraction, \
35 paramName, netType, mutator)
42 #define DtDEFINE_SIMPLE_TEST_PARAM_DECODER_WITH_CAST( \
43 paramName, netType, mutator, castExpr) \
44 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
45 TestDecoder, TestInteraction, \
46 paramName, netType, mutator, castExpr)
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
This file contains the declaration of DtInteractionDecoder.
The TestInteraction class is used to represent interactions of the FOM class "Test".
Definition: testInter.h:29
TestDecoder(DtExerciseConn *exConn, DtInterClassDesc *classDesc)
Constructor.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
DtDECLARE_TEST_PARAM_DECODER(Number)
Individual parameter decoding functions - one for each parameter.
This class decodes the Test interaction into the TestInteraction class.
Definition: testInter/testDec.h:51
virtual ~TestDecoder()
Destructor.