7 #ifndef DtStopFreezeEncoder_H_
8 #define DtStopFreezeEncoder_H_
20 #define DtDECLARE_STOP_PARAM_ENCODER(paramName) \
21 DtDECLARE_PARAM_ENCODER(DtStopFreezeInteraction, paramName)
23 #define DtDEFINE_SIMPLE_STOP_PARAM_ENCODER(paramName, netType, inspector) \
24 DtDEFINE_SIMPLE_PARAM_ENCODER(DtStopFreezeEncoder, \
25 DtStopFreezeInteraction, paramName, netType, inspector)
30 class DT_DLL_VL DtStopFreezeEncoder :
public DtInteractionEncoder
35 DtInterClassDesc* classDesc);
38 virtual ~DtStopFreezeEncoder();
41 DtStopFreezeEncoder(
const DtStopFreezeEncoder& orig);
44 DtStopFreezeEncoder& operator=(
const DtStopFreezeEncoder& orig);
50 DtDECLARE_STOP_PARAM_ENCODER(OriginatingEntity);
51 DtDECLARE_STOP_PARAM_ENCODER(ReceivingEntity);
52 DtDECLARE_STOP_PARAM_ENCODER(RequestIdentifier);
53 DtDECLARE_STOP_PARAM_ENCODER(RealWorldTime);
54 DtDECLARE_STOP_PARAM_ENCODER(Reason);
55 DtDECLARE_STOP_PARAM_ENCODER(ReflectValues);
56 DtDECLARE_STOP_PARAM_ENCODER(RunInternalSimulationClock);
57 DtDECLARE_STOP_PARAM_ENCODER(UpdateAttributes);
59 DtDECLARE_STOP_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 DtStopFreezePdu are used to send/receive stop/freeze PDUs.
Definition: stopFreezePdu.h:27