8 #ifndef DtDataQueryEncoder_H_
9 #define DtDataQueryEncoder_H_
21 #define DtDECLARE_DATAQ_PARAM_ENCODER(paramName) \
22 DtDECLARE_PARAM_ENCODER(DtDataQueryInteraction, paramName)
24 #define DtDEFINE_SIMPLE_DATAQ_PARAM_ENCODER(paramName, netType, inspector) \
25 DtDEFINE_SIMPLE_PARAM_ENCODER(DtDataQueryEncoder, \
26 DtDataQueryInteraction, paramName, netType, inspector)
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
DtInteractionEncoder is used to provide encoding of an interaction into an RTI::ParameterHandleValueP...
Definition: interactionEncoder.h:36
class DtDataQueryEncoder:
Definition: dataQueryEncoder.h:33
DtInteractionEncoder & operator=(const DtInteractionEncoder &orig)
assignment operator
class DtDataQueryInteraction:
Definition: dataQueryInteractionHLA.h:36
#define DtDECLARE_DATAQ_PARAM_ENCODER(paramName)
Definition: dataQueryEncoder.h:21