7 #ifndef DtSetRecordDec_H_
8 #define DtSetRecordDec_H_
20 #define DtDECLARE_SETRECORD_PARAM_DECODER(paramName) \
21 DtDECLARE_PARAM_DECODER(DtSetRecordInteraction, paramName)
23 #define DtDEFINE_SIMPLE_SETRECORD_PARAM_DECODER(paramName, netType, mutator) \
24 DtDEFINE_SIMPLE_PARAM_DECODER( \
25 DtSetRecordDecoder, DtSetRecordInteraction, \
26 paramName, netType, mutator)
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
This file contains the declaration of DtInteractionDecoder.
#define DtDECLARE_SETRECORD_PARAM_DECODER(paramName)
Definition: setRecordDecoder.h:20
Definition: setRecordInteractionHLA.h:24
DtInteractionDecoder & operator=(const DtInteractionDecoder &orig)
assignment operator - not implemented.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
class DtSetRecordDecoder:
Definition: setRecordDecoder.h:33