7 #ifndef burstPointObjectTransactionDecoder_H_
8 #define burstPointObjectTransactionDecoder_H_
23 #define DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(paramName) \
24 DtDECLARE_PARAM_DECODER(DtPointObjectTransaction, paramName)
26 #define DtDEFINE_SIMPLE_BURST_POINT_OBJ_PARAM_DECODER(paramName, netType, mutator) \
27 DtDEFINE_SIMPLE_PARAM_DECODER(DtBurstPointObjectTransactionDecoder, DtPointObjectTransaction, \
28 paramName, netType, mutator)
30 #define DtDEFINE_SIMPLE_BURST_POINT_OBJ_PARAM_DECODER_WITH_CAST( \
31 paramName, netType, mutator, castExpr) \
32 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
33 DtBurstPointObjectTransactionDecoder, DtPointObjectTransaction, \
34 paramName, netType, mutator, castExpr)
40 class DT_DLL_VL DtBurstPointObjectTransactionDecoder :
41 public DtPointObjectTransactionDecoder
47 DtInterClassDesc* classDesc);
50 virtual ~DtBurstPointObjectTransactionDecoder();
53 DtBurstPointObjectTransactionDecoder(
54 const DtBurstPointObjectTransactionDecoder& orig);
57 DtBurstPointObjectTransactionDecoder& operator=(
58 const DtBurstPointObjectTransactionDecoder& orig);
64 DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(PercentOpacity);
65 DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(CylinderSize);
66 DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(CylinderHeight);
67 DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(NumberOfBursts);
68 DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(ChemicalContent);
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