7 #ifndef DtRecordRDec_H_
8 #define DtRecordRDec_H_
20 #define DtDECLARE_RECORDR_PARAM_DECODER(paramName) \
21 DtDECLARE_PARAM_DECODER(DtRecordRInteraction, paramName)
23 #define DtDEFINE_SIMPLE_RECORDR_PARAM_DECODER(paramName, netType, mutator) \
24 DtDEFINE_SIMPLE_PARAM_DECODER( \
25 DtRecordRDecoder, DtRecordRInteraction, \
26 paramName, netType, mutator)
33 class DT_DLL_VL DtRecordRDecoder :
public DtInteractionDecoder
39 DtInterClassDesc *classDesc);
41 DtRecordRDecoder(
const DtRecordRDecoder &orig);
43 virtual ~DtRecordRDecoder();
45 DtRecordRDecoder &operator=(
const DtRecordRDecoder &orig);
50 DtDECLARE_RECORDR_PARAM_DECODER(OriginatingEntity);
51 DtDECLARE_RECORDR_PARAM_DECODER(ReceivingEntity);
52 DtDECLARE_RECORDR_PARAM_DECODER(RequestIdentifier);
53 DtDECLARE_RECORDR_PARAM_DECODER(AcknowledgementProtocol);
54 DtDECLARE_RECORDR_PARAM_DECODER(EventType);
55 DtDECLARE_RECORDR_PARAM_DECODER(ResponseSerialNumber);
56 DtDECLARE_RECORDR_PARAM_DECODER(RecordSetData);
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
This file contains the declaration of DtInteractionDecoder.
Instances of DtRecordPdu are used to send responses to the Record Query PDU.
Definition: recordPdu.h:32