7 #ifndef DtServiceRequestEncoder_H_
8 #define DtServiceRequestEncoder_H_
20 #define DtDECLARE_SERVREQ_PARAM_ENCODER(paramName) \
21 DtDECLARE_PARAM_ENCODER(DtServiceRequestInteraction, paramName)
23 #define DtDEFINE_SIMPLE_SERVREQ_PARAM_ENCODER(paramName, netType, inspector) \
24 DtDEFINE_SIMPLE_PARAM_ENCODER(DtServiceRequestEncoder, \
25 DtServiceRequestInteraction, paramName, netType, inspector)
32 class DT_DLL_VL DtServiceRequestEncoder :
public DtInteractionEncoder
37 DtInterClassDesc* classDesc);
40 virtual ~DtServiceRequestEncoder();
43 DtServiceRequestEncoder(
const DtServiceRequestEncoder& orig);
46 DtServiceRequestEncoder& operator=(
const DtServiceRequestEncoder& orig);
52 DtDECLARE_SERVREQ_PARAM_ENCODER(RequestingObject);
53 DtDECLARE_SERVREQ_PARAM_ENCODER(ServicingObject);
54 DtDECLARE_SERVREQ_PARAM_ENCODER(ServiceType);
55 DtDECLARE_SERVREQ_PARAM_ENCODER(SuppliesData);
57 DtDECLARE_SERVREQ_PARAM_ENCODER(Supplies);
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
Definition: serviceRequestPdu.h:28