10 #ifndef DtActionResponseFromObjEncoder_H_
11 #define DtActionResponseFromObjEncoder_H_
18 class DT_DLL_VL DtActionResponseFromObjInter;
20 #define DtDECLARE_ACTRSPOBJ_PARAM_ENCODER(paramName) \
21 DtDECLARE_PARAM_ENCODER(DtActionResponseFromObjInter, paramName)
23 #define DtDEFINE_SIMPLE_ACTRSPOBJ_PARAM_ENCODER(paramName, netType, inspector) \
24 DtDEFINE_SIMPLE_PARAM_ENCODER(DtActionResponseFromObjEncoder, \
25 DtActionResponseFromObjInter, paramName, netType, inspector)
32 class DT_DLL_VL DtActionResponseFromObjEncoder :
public DtInteractionEncoder
37 DtInterClassDesc* classDesc);
40 virtual ~DtActionResponseFromObjEncoder();
43 DtActionResponseFromObjEncoder(
const DtActionResponseFromObjEncoder& orig);
46 DtActionResponseFromObjEncoder& operator=(
47 const DtActionResponseFromObjEncoder& orig);
53 DtDECLARE_ACTRSPOBJ_PARAM_ENCODER(ActionResult);
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