VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
burstPointObjectTransactionDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef burstPointObjectTransactionDecoder_H_
8 #define burstPointObjectTransactionDecoder_H_
9 
10 #if DtHLA
11 
13 
17 
18 class DT_DLL_VL DtPointObjectTransaction;
19 
22 
23 #define DtDECLARE_BURST_POINT_OBJ_PARAM_DECODER(paramName) \
24  DtDECLARE_PARAM_DECODER(DtPointObjectTransaction, paramName)
25 
26 #define DtDEFINE_SIMPLE_BURST_POINT_OBJ_PARAM_DECODER(paramName, netType, mutator) \
27  DtDEFINE_SIMPLE_PARAM_DECODER(DtBurstPointObjectTransactionDecoder, DtPointObjectTransaction, \
28  paramName, netType, mutator)
29 
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)
35 
36 
40 class DT_DLL_VL DtBurstPointObjectTransactionDecoder :
41  public DtPointObjectTransactionDecoder
42 {
43 public:
44 
46  DtBurstPointObjectTransactionDecoder(DtExerciseConn* exConn,
47  DtInterClassDesc* classDesc);
48 
50  virtual ~DtBurstPointObjectTransactionDecoder();
51 
53  DtBurstPointObjectTransactionDecoder(
54  const DtBurstPointObjectTransactionDecoder& orig);
55 
57  DtBurstPointObjectTransactionDecoder& operator=(
58  const DtBurstPointObjectTransactionDecoder& orig);
59 
60 protected:
61 
63 
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);
69 };
70 
71 #endif
72 #endif
73 

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)