10 #ifndef DtActionRequestEncoder_H_
11 #define DtActionRequestEncoder_H_
19 #define DtDECLARE_ACTREQ_PARAM_ENCODER(paramName) \
20 DtDECLARE_PARAM_ENCODER(DtActionRequestInteraction, paramName)
22 #define DtDEFINE_SIMPLE_ACTREQ_PARAM_ENCODER(paramName, netType, inspector) \
23 DtDEFINE_SIMPLE_PARAM_ENCODER(DtActionRequestEncoder, \
24 DtActionRequestInteraction, paramName, netType, inspector)
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 DtActionRequestInteraction are used to represent ActionRequest Interactions in the RPR F...
Definition: actionRequestInteractionHLA.h:35
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
DtActionRequestEncoder is a DtInteractionWithDataEncoder that registers parameter encoders for all of...
Definition: actionRequestEncoder.h:30
This file provides a declaration of the class DtInteractionWithDataEncoder.
#define DtDECLARE_ACTREQ_PARAM_ENCODER(paramName)
Definition: actionRequestEncoder.h:19
class DtInteractionWithDataEncoder:
Definition: interactionWithDataEncoder.h:29
DtInteractionWithDataEncoder & operator=(const DtInteractionWithDataEncoder &orig)
assignment operator