VR-Link API Documentation for DIS
exhaustSmokeObjectDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #if DtHLA
8 
9 #ifndef exhaustSmokeObjectDecoder_H_
10 #define exhaustSmokeObjectDecoder_H_
11 
12 
14 
18 
20 
23 #define DtDECLARE_EXHAUST_SMOKE_OBJ_ATTR_DECODER(attrName) \
24  DtDECLARE_ATTR_DECODER(DtLinearObjectRepository, attrName)
25 
31 
32 class DT_DLL_VL DtExhaustSmokeObjectDecoder : public DtEnvironmentObjectDecoder
33 {
34 public:
35 
37  DtExhaustSmokeObjectDecoder(
38  DtExerciseConn* exConn,
39  DtObjClassDesc* classDesc);
40 
42  virtual ~DtExhaustSmokeObjectDecoder();
43 
45  DtExhaustSmokeObjectDecoder(const DtExhaustSmokeObjectDecoder& orig);
46 
48  DtExhaustSmokeObjectDecoder& operator=
49  (const DtExhaustSmokeObjectDecoder& orig);
50 
51 public:
52 
54  static DtHlaStateDecoder* create(
55  DtExerciseConn* exConn,
56  DtObjClassDesc* classDesc);
57 
58 protected:
61  DtDECLARE_EXHAUST_SMOKE_OBJ_ATTR_DECODER(SegmentRecords);
62 };
63 
69 #define DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_DECODER_WITH_CAST( \
70  attrName, netType, mutator, castExpr) \
71  DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
72  DtExhaustSmokeObjectDecoder, DtLinearObjectRepository, \
73  attrName, netType, mutator, castExpr)
74 
75 #define DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_DECODER( \
76  attrName, netType, inspector) \
77  DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_DECODER_WITH_CAST( \
78  attrName, netType, inspector, (netType))
79 
80 #endif //hExSmokeDec_H_
81 
82 #endif //DtHLA
83 

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)