VR-Link API Documentation for HLA 1.3
hMinefldMarkObjEnc.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 hMinefldMarkEnc_H_
10 #define hMinefldMarkEnc_H_
11 
12 #include "hEnvObjEnc.h"
13 
17 
19 
22 #define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_CHECKER(attrName) \
23  DtDECLARE_ATTR_CHECKER(DtLinearObjectRepository, attrName)
24 
27 #define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_ENCODER(attrName) \
28  DtDECLARE_ATTR_ENCODER(DtLinearObjectRepository, attrName)
29 
34 
36 {
37 public:
38 
41  DtExerciseConn* exConn,
42  DtObjClassDesc* classDesc);
43 
46 
49 
52 
53 public:
54 
56  static DtHlaStateEncoder* create(
57  DtExerciseConn* exConn,
58  DtObjClassDesc* classDesc);
59 
60 protected:
61 
63 
65 };
66 
72 #define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_ENCODER( \
73  attrName, netType, inspector) \
74  DtDEFINE_SIMPLE_ATTR_ENCODER(DtLinearObjectEncoder, \
75  DtLinearObjectRepository, \
76  attrName, netType, inspector)
77 
83 #define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_CHECKER( \
84  attrName, inspector) \
85  DtDEFINE_SIMPLE_ATTR_CHECKER(DtLinearObjectEncoder, \
86  DtLinearObjectRepository, \
87  attrName, inspector)
88 
89 #endif //hMinefldMarkEnc_H_
90 
91 #endif //DtHLA
92 

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)