VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
craterObjectDecoder.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 craterObjectDecoder_H_
10 #define craterObjectDecoder_H_
11 
12 
13 #include "pointObjectDecoder.h"
14 
18 
20 
23 #define DtDECLARE_CRATER_OBJ_ATTR_DECODER(attrName) \
24  DtDECLARE_ATTR_DECODER(DtPointObjectRepository, attrName)
25 
26 
31 {
32 public:
33 
36  DtExerciseConn* exConn,
37  DtObjClassDesc* classDesc);
38 
40  virtual ~DtCraterObjectDecoder();
41 
44 
46  DtCraterObjectDecoder& operator=
47  (const DtCraterObjectDecoder& orig);
48 
49 public:
50 
52  static DtHlaStateDecoder* create(
53  DtExerciseConn* exConn,
54  DtObjClassDesc* classDesc);
55 
56 protected:
60 };
61 
67 #define DtDEFINE_SIMPLE_CRATER_OBJ_ATTR_DECODER_WITH_CAST( \
68  attrName, netType, mutator, castExpr) \
69  DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
70  DtCraterObjectDecoder, DtPointObjectRepository, \
71  attrName, netType, mutator, castExpr)
72 
73 #define DtDEFINE_SIMPLE_CRATER_OBJ_ATTR_DECODER( \
74  attrName, netType, inspector) \
75  DtDEFINE_SIMPLE_CRATER_OBJ_ATTR_DECODER_WITH_CAST( \
76  attrName, netType, inspector, (netType))
77 
78 #endif //hCraterObjDec_H_
79 
80 #endif //DtHLA
81 

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)