10 #ifndef DtTransCtlDec_H_
11 #define DtTransCtlDec_H_
19 #define DtDECLARE_TRANSCTRL_PARAM_DECODER(paramName) \
20 DtDECLARE_PARAM_DECODER(DtTransferControlInteraction, paramName)
22 #define DtDEFINE_SIMPLE_TRANSCTRL_PARAM_DECODER(paramName, netType, mutator) \
23 DtDEFINE_SIMPLE_PARAM_DECODER( \
24 DtTransferControlDecoder, DtTransferControlInteraction, \
25 paramName, netType, mutator)
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.
class DtTransferControlDecoder:
Definition: transferControlDecoder.h:33
DtInteractionDecoder & operator=(const DtInteractionDecoder &orig)
assignment operator - not implemented.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
#define DtDECLARE_TRANSCTRL_PARAM_DECODER(paramName)
Definition: transferControlDecoder.h:19
class DtTransferControlInteraction:
Definition: transferControlInteractionHLA.h:31