7 #ifndef DtEventReportEncoder_H_
8 #define DtEventReportEncoder_H_
20 #define DtDECLARE_EVENTREP_PARAM_ENCODER(paramName) \
21 DtDECLARE_PARAM_ENCODER(DtEventReportInteraction, paramName)
23 #define DtDEFINE_SIMPLE_EVENTREP_PARAM_ENCODER(paramName, netType, inspector) \
24 DtDEFINE_SIMPLE_PARAM_ENCODER(DtEventReportEncoder, \
25 DtEventReportInteraction, paramName, netType, inspector)
32 class DT_DLL_VL DtEventReportEncoder :
public DtInteractionWithDataEncoder
37 DtInterClassDesc* classDesc);
40 virtual ~DtEventReportEncoder();
43 DtEventReportEncoder(
const DtEventReportEncoder& orig);
46 DtEventReportEncoder& operator=(
const DtEventReportEncoder& orig);
52 DtDECLARE_EVENTREP_PARAM_ENCODER(OriginatingEntity);
53 DtDECLARE_EVENTREP_PARAM_ENCODER(ReceivingEntity);
54 DtDECLARE_EVENTREP_PARAM_ENCODER(EventType);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtEventReptPdu are used to send/receive event report PDUs.
Definition: eventReportPdu.h:28