VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
exhaustSmokeObjectEncoder.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
15 
17 
20 #define DtDECLARE_EXHAUST_SMOKE_OBJ_ATTR_CHECKER( attrName ) \
21  DtDECLARE_ATTR_CHECKER( DtLinearObjectRepository, attrName )
22 
25 #define DtDECLARE_EXHAUST_SMOKE_OBJ_ATTR_ENCODER( attrName ) \
26  DtDECLARE_ATTR_ENCODER( DtLinearObjectRepository, attrName )
27 
32 {
33 public:
34 
37  static DtHlaStateEncoder* create( DtExerciseConn* exConn,
38  DtObjClassDesc* classDesc );
39 
42  DtObjClassDesc* classDesc );
43 
46 
48  virtual ~DtExhaustSmokeObjectEncoder();
49 
52  const DtExhaustSmokeObjectEncoder& orig );
53 
54 protected:
55 
57 
59 
60 };
61 
67 #define DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_ENCODER( \
68  attrName, netType, inspector ) \
69  DtDEFINE_SIMPLE_ATTR_ENCODER( DtLinearObjectEncoder, \
70  DtLinearObjectRepository, \
71  attrName, netType, inspector )
72 
78 #define DtDEFINE_SIMPLE_EXHAUST_SMOKE_OBJ_ATTR_CHECKER( \
79  attrName, inspector ) \
80  DtDEFINE_SIMPLE_ATTR_CHECKER( DtLinearObjectEncoder, \
81  DtLinearObjectRepository, \
82  attrName, inspector )
83 
84 #endif // DtHLA

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)