6 #ifndef attributeChangeReqDec_H_
7 #define attributeChangeReqDec_H_
16 class DtAttributeChangeReqInter;
21 #define DtDECLARE_ATTCHGREQ_PARAM_DECODER(paramName) \
22 DtDECLARE_PARAM_DECODER(DtAttributeChangeReqInter, paramName)
24 #define DtDEFINE_SIMPLE_ATTCHGREQ_PARAM_DECODER( \
25 paramName, netType, mutator) \
26 DtDEFINE_SIMPLE_PARAM_DECODER( \
27 DtAttributeChangeReqDec, DtAttributeChangeReqInter, \
28 paramName, netType, mutator)
34 class DT_DLL_VL DtAttributeChangeReqDec :
public DtInteractionDecoder
40 DtInterClassDesc* classDesc);
43 virtual ~DtAttributeChangeReqDec();
46 DtAttributeChangeReqDec(
const DtAttributeChangeReqDec& orig);
49 DtAttributeChangeReqDec& operator=(
const DtAttributeChangeReqDec& orig);
55 DtDECLARE_ATTCHGREQ_PARAM_DECODER(ObjectIdentifiers);
56 DtDECLARE_ATTCHGREQ_PARAM_DECODER(AttributeValueSet);
59 DtDECLARE_ATTCHGREQ_PARAM_DECODER(ObjectIDs);
62 DtDECLARE_ATTCHGREQ_PARAM_DECODER(ObjectIdentifiers_RPR20);
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.