VR-Link API Documentation for HLA 1516
breachableLinearObjectEncoder.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 hBrlinObjEnc_H_
10 #define hBrlinObjEnc_H_
11 
12 
14 
18 
20 
23 #define DtDECLARE_BREACH_LINEAR_OBJ_ATTR_CHECKER(attrName) \
24  DtDECLARE_ATTR_CHECKER(DtLinearObjectRepository, attrName)
25 
28 #define DtDECLARE_BREACH_LINEAR_OBJ_ATTR_ENCODER(attrName) \
29  DtDECLARE_ATTR_ENCODER(DtLinearObjectRepository, attrName)
30 
31 
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_BREACH_LINEAR_OBJ_ATTR_ENCODER( \
73  attrName, netType, inspector) \
74  DtDEFINE_SIMPLE_ATTR_ENCODER(DtLinearObjectEncoder, \
75  DtLinearObjectRepository, \
76  attrName, netType, inspector)
77 
83 #define DtDEFINE_SIMPLE_BREACH_LINEAR_OBJ_ATTR_CHECKER( \
84  attrName, inspector) \
85  DtDEFINE_SIMPLE_ATTR_CHECKER(DtLinearObjectEncoder, \
86  DtLinearObjectRepository, \
87  attrName, inspector)
88 
89 #endif //hBrLinObjEnc_H_
90 
91 #endif //DtHLA
92 

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)