10 #ifndef DtAcknowledgeDecoder_H_
11 #define DtAcknowledgeDecoder_H_
24 #define DtDECLARE_ACK_PARAM_DECODER(paramName) \
25 DtDECLARE_PARAM_DECODER(DtAcknowledgeInteraction, paramName)
27 #define DtDEFINE_SIMPLE_ACK_PARAM_DECODER( \
28 paramName, netType, mutator) \
29 DtDEFINE_SIMPLE_PARAM_DECODER( \
30 DtAcknowledgeDecoder, DtAcknowledgeInteraction, \
31 paramName, netType, mutator)
33 #define DtDEFINE_SIMPLE_ACK_PARAM_DECODER_WITH_CAST( \
34 paramName, netType, mutator, castExpr) \
35 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
36 DtAcknowledgeDecoder, DtAcknowledgeInteraction, \
37 paramName, netType, mutator, castExpr)
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
This file contains the declaration of DtInteractionDecoder.
Instances of DtAcknowledgeInteraction are used to represent Acknowledge Interactions in the RPR ROM...
Definition: acknowledgeInteractionHLA.h:34
DtInteractionDecoder & operator=(const DtInteractionDecoder &orig)
assignment operator - not implemented.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
Instances of DtAcknowledgeDecoder are used to decode Acknowledge Interactions from the network...
Definition: acknowledgeDecoder.h:42
#define DtDECLARE_ACK_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: acknowledgeDecoder.h:24