7 #ifndef DtCreateEntityEncoder_H_
8 #define DtCreateEntityEncoder_H_
20 #define DtDECLARE_CREATENT_PARAM_ENCODER(paramName) \
21 DtDECLARE_PARAM_ENCODER(DtCreateEntityInteraction, paramName)
23 #define DtDEFINE_SIMPLE_CREATENT_PARAM_ENCODER(paramName, netType, inspector) \
24 DtDEFINE_SIMPLE_PARAM_ENCODER(DtCreateEntityEncoder, \
25 DtCreateEntityInteraction, paramName, netType, inspector)
31 class DT_DLL_VL DtCreateEntityEncoder :
public DtInteractionEncoder
36 DtInterClassDesc* classDesc);
39 virtual ~DtCreateEntityEncoder();
42 DtCreateEntityEncoder(
const DtCreateEntityEncoder& orig);
45 DtCreateEntityEncoder& operator=(
const DtCreateEntityEncoder& orig);
51 DtDECLARE_CREATENT_PARAM_ENCODER(OriginatingEntity);
52 DtDECLARE_CREATENT_PARAM_ENCODER(ReceivingEntity);
54 DtDECLARE_CREATENT_PARAM_ENCODER(RequestID);
56 DtDECLARE_CREATENT_PARAM_ENCODER(RequestIdentifier);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtCreateEntityPdu are used to send/receive create entity PDUs.
Definition: createEntityPdu.h:29