7 #ifndef DtStartResumeEncoder_H_
8 #define DtStartResumeEncoder_H_
19 #define DtDECLARE_START_PARAM_ENCODER(paramName) \
20 DtDECLARE_PARAM_ENCODER(DtStartResumeInteraction, paramName)
22 #define DtDEFINE_SIMPLE_START_PARAM_ENCODER(paramName, netType, inspector) \
23 DtDEFINE_SIMPLE_PARAM_ENCODER(DtStartResumeEncoder, \
24 DtStartResumeInteraction, paramName, netType, inspector)
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
class DtStartResumeInteraction:
Definition: startResumeInteractionHLA.h:36
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
DtStartResumeEncoder is a DtInteractionEncoder that registers parameter encoders for all of the START...
Definition: startResumeEncoder.h:29
DtInteractionEncoder & operator=(const DtInteractionEncoder &orig)
assignment operator
#define DtDECLARE_START_PARAM_ENCODER(paramName)
Definition: startResumeEncoder.h:19