7 #ifndef DtEventReportDecoder_H_
8 #define DtEventReportDecoder_H_
23 #define DtDECLARE_EVENTREP_PARAM_DECODER(paramName) \
24 DtDECLARE_PARAM_DECODER(DtEventReportInteraction, paramName)
26 #define DtDEFINE_SIMPLE_EVENTREP_PARAM_DECODER( \
27 paramName, netType, mutator) \
28 DtDEFINE_SIMPLE_PARAM_DECODER( \
29 DtEventReportDecoder, DtEventReportInteraction, \
30 paramName, netType, mutator)
32 #define DtDEFINE_SIMPLE_EVENTREP_PARAM_DECODER_WITH_CAST( \
33 paramName, netType, mutator, castExpr) \
34 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
35 DtEventReportDecoder, DtEventReportInteraction, \
36 paramName, netType, mutator, castExpr)
43 class DT_DLL_VL DtEventReportDecoder :
public DtInteractionWithDataDecoder
49 DtInterClassDesc* classDesc);
52 virtual ~DtEventReportDecoder();
55 DtEventReportDecoder(
const DtEventReportDecoder& orig);
58 DtEventReportDecoder& operator=(
const DtEventReportDecoder& orig);
64 DtDECLARE_EVENTREP_PARAM_DECODER(OriginatingEntity);
65 DtDECLARE_EVENTREP_PARAM_DECODER(ReceivingEntity);
66 DtDECLARE_EVENTREP_PARAM_DECODER(EventType);