10 #ifndef DtActionRequestDecoder_H_
11 #define DtActionRequestDecoder_H_
24 #define DtDECLARE_ACTREQ_PARAM_DECODER(paramName) \
25 DtDECLARE_PARAM_DECODER(DtActionRequestInteraction, paramName)
27 #define DtDEFINE_SIMPLE_ACTREQ_PARAM_DECODER( \
28 paramName, netType, mutator) \
29 DtDEFINE_SIMPLE_PARAM_DECODER( \
30 DtActionRequestDecoder, DtActionRequestInteraction, \
31 paramName, netType, mutator)
33 #define DtDEFINE_SIMPLE_ACTREQ_PARAM_DECODER_WITH_CAST( \
34 paramName, netType, mutator, castExpr) \
35 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
36 DtActionRequestDecoder, DtActionRequestInteraction, \
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 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
class DtInteractionWithDataDecoder:
Definition: interactionWithDataDecoder.h:29
Instances of DtActionRequestDecoder are used to decode ActionRequest Interactions from the network...
Definition: actionRequestDecoder.h:43
This file provides a declaration of the class DtInteractionWithDataDecoder.
#define DtDECLARE_ACTREQ_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: actionRequestDecoder.h:24
DtInteractionWithDataDecoder & operator=(const DtInteractionWithDataDecoder &orig)
assignment operator