8 #ifndef actionRequestToObjDecoder_H_
9 #define actionRequestToObjDecoder_H_
16 class DtActionRequestToObjInter;
21 #define DtDECLARE_ACTREQOBJ_PARAM_DECODER(paramName) \
22 DtDECLARE_PARAM_DECODER(DtActionRequestToObjInter, paramName)
24 #define DtDEFINE_SIMPLE_ACTREQOBJ_PARAM_DECODER( \
25 paramName, netType, mutator) \
26 DtDEFINE_SIMPLE_PARAM_DECODER( \
27 DtActionRequestToObjDecoder, DtActionRequestToObjInter, \
28 paramName, netType, mutator)
30 #define DtDEFINE_SIMPLE_ACTREQOBJ_PARAM_DECODER_WITH_CAST( \
31 paramName, netType, mutator, castExpr) \
32 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
33 DtActionRequestToObjDecoder, DtActionRequestToObjInter, \
34 paramName, netType, mutator, castExpr)
36 #define DtDEFINE_SIMPLE_ACTREQOBJ_PARAM_DECODER_BUFF( \
38 DtDEFINE_SIMPLE_PARAM_DECODER_BUFF( \
39 DtActionRequestToObjDecoder, DtActionRequestToObjInter, \
47 class DT_DLL_VL DtActionRequestToObjDecoder :
public DtInteractionDecoder
53 DtInterClassDesc* classDesc);
56 virtual ~DtActionRequestToObjDecoder();
59 DtActionRequestToObjDecoder(
const DtActionRequestToObjDecoder& orig);
62 DtActionRequestToObjDecoder& operator=(
63 const DtActionRequestToObjDecoder& orig);
69 DtDECLARE_ACTREQOBJ_PARAM_DECODER(ObjectIdentifiers);
70 DtDECLARE_ACTREQOBJ_PARAM_DECODER(ActionRequestCode);
72 DtDECLARE_ACTREQOBJ_PARAM_DECODER(ObjectIDs);
73 DtDECLARE_ACTREQOBJ_PARAM_DECODER(Action);
76 DtDECLARE_ACTREQOBJ_PARAM_DECODER(ObjectIdentifiers_RRP20);
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
This file contains the declaration of DtInteractionDecoder.