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)
29 class DT_DLL_VL DtStartResumeEncoder :
public DtInteractionEncoder
34 DtInterClassDesc* classDesc);
37 virtual ~DtStartResumeEncoder();
40 DtStartResumeEncoder(
const DtStartResumeEncoder& orig);
43 DtStartResumeEncoder& operator=(
const DtStartResumeEncoder& orig);
49 DtDECLARE_START_PARAM_ENCODER(OriginatingEntity);
50 DtDECLARE_START_PARAM_ENCODER(ReceivingEntity);
51 DtDECLARE_START_PARAM_ENCODER(RequestIdentifier);
52 DtDECLARE_START_PARAM_ENCODER(RealWorldTime);
53 DtDECLARE_START_PARAM_ENCODER(SimulationTime);
55 DtDECLARE_START_PARAM_ENCODER(RequestID);
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 DtStartResumePdu are used to send/receive start/resume PDUs.
Definition: startResumePdu.h:28