10 #ifndef DtAcknowledgeEncoder_H_
11 #define DtAcknowledgeEncoder_H_
19 #define DtDECLARE_ACK_PARAM_ENCODER(paramName) \
20 DtDECLARE_PARAM_ENCODER(DtAcknowledgeInteraction, paramName)
22 #define DtDEFINE_SIMPLE_ACK_PARAM_ENCODER(paramName, netType, inspector) \
23 DtDEFINE_SIMPLE_PARAM_ENCODER(DtAcknowledgeEncoder, \
24 DtAcknowledgeInteraction, paramName, netType, inspector)
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
DtInteractionEncoder is used to provide encoding of an interaction into an RTI::ParameterHandleValueP...
Definition: interactionEncoder.h:36
#define DtDECLARE_ACK_PARAM_ENCODER(paramName)
Definition: acknowledgeEncoder.h:19
Instances of DtAcknowledgeInteraction are used to represent Acknowledge Interactions in the RPR ROM...
Definition: acknowledgeInteractionHLA.h:34
DtAcknowledgeEncoder is a DtInteractionEncoder that registers parameter encoders for all of the ACK i...
Definition: acknowledgeEncoder.h:29
DtInteractionEncoder & operator=(const DtInteractionEncoder &orig)
assignment operator