7 #ifndef burstPointObjectTransactionEncoder_H_
8 #define burstPointObjectTransactionEncoder_H_
20 #define DtDECLARE_BURST_POINT_OBJ_PARAM_ENCODER(paramName) \
21 DtDECLARE_PARAM_ENCODER(DtPointObjectTransaction, paramName)
28 class DT_DLL_VL DtBurstPointObjectTransactionEncoder :
29 public DtPointObjectTransactionEncoder
34 DtInterClassDesc* classDesc);
37 virtual ~DtBurstPointObjectTransactionEncoder();
40 DtBurstPointObjectTransactionEncoder(
41 const DtBurstPointObjectTransactionEncoder& orig);
44 DtBurstPointObjectTransactionEncoder& operator=(
45 const DtBurstPointObjectTransactionEncoder& orig);
49 DtDECLARE_BURST_POINT_OBJ_PARAM_ENCODER(PercentOpacity);
50 DtDECLARE_BURST_POINT_OBJ_PARAM_ENCODER(CylinderSize);
51 DtDECLARE_BURST_POINT_OBJ_PARAM_ENCODER(CylinderHeight);
52 DtDECLARE_BURST_POINT_OBJ_PARAM_ENCODER(NumberOfBursts);
53 DtDECLARE_BURST_POINT_OBJ_PARAM_ENCODER(ChemicalContent);
56 #define DtDEFINE_SIMPLE_BURST_POINT_OBJ_PARAM_ENCODER(paramName, netType, inspector) \
57 DtDEFINE_SIMPLE_PARAM_ENCODER(DtBurstPointObjectTransactionEncoder, \
58 DtPointObjectTransaction, paramName, netType, inspector)
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