VR-Link API Documentation for HLA 1.3
exhaustSmokeObjectEncoder.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 exhaustSmokeObjectEncoder_H_
10 #define exhaustSmokeObjectEncoder_H_
11 
12 
14 
18 
20 
23 #define DtDECLARE_EXHAUST_SMOKE_OBJ_ATTR_CHECKER(attrName) \
24  DtDECLARE_ATTR_CHECKER(DtLinearObjectRepository, attrName)
25 
28 #define DtDECLARE_EXHAUST_SMOKE_OBJ_ATTR_ENCODER(attrName) \
29  DtDECLARE_ATTR_ENCODER(DtLinearObjectRepository, attrName)
30 
35 
37 {
38 public:
39 
42  DtExerciseConn* exConn,
43  DtObjClassDesc* classDesc);
44 
46  virtual ~DtExhaustSmokeObjectEncoder();
47 
50 
53 
54 public:
55 
57  static DtHlaStateEncoder* create(
58  DtExerciseConn* exConn,
59  DtObjClassDesc* classDesc);
60 
61 protected:
62 
64 
66 };
67 
73 #define DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_ENCODER( \
74  attrName, netType, inspector) \
75  DtDEFINE_SIMPLE_ATTR_ENCODER(DtLinearObjectEncoder, \
76  DtLinearObjectRepository, \
77  attrName, netType, inspector)
78 
84 #define DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_CHECKER( \
85  attrName, inspector) \
86  DtDEFINE_SIMPLE_ATTR_CHECKER(DtLinearObjectEncoder, \
87  DtLinearObjectRepository, \
88  attrName, inspector)
89 
90 #endif //hExSmokeEnc_H_
91 
92 #endif //DtHLA
93 

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)