VR-Link API Documentation for HLA 1.3
hBrLinObjDec.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 hBrLinObjDec_H_
10 #define hBrLinObjDec_H_
11 
12 
13 #include "hEnvObjDec.h"
14 
18 
20 
23 #define DtDECLARE_BREACH_LINEAR_OBJ_ATTR_DECODER(attrName) \
24  DtDECLARE_ATTR_DECODER(DtLinearObjectRepository, attrName)
25 
31 {
32 public:
33 
36  DtExerciseConn* exConn,
37  DtObjClassDesc* classDesc);
38 
41 
44 
47  (const DtBreachableLinearObjectDecoder& orig);
48 
49 public:
50 
52  static DtHlaStateDecoder* create(
53  DtExerciseConn* exConn,
54  DtObjClassDesc* classDesc);
55 
56 protected:
60 };
61 
67 #define DtDEFINE_SIMPLE_BREACH_LINEAR_OBJ_ATTR_DECODER_WITH_CAST( \
68  attrName, netType, mutator, castExpr) \
69  DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
70  DtBreachableLinearObjectDecoder, DtLinearObjectRepository, \
71  attrName, netType, mutator, castExpr)
72 
73 #define DtDEFINE_SIMPLE_BREACH_LINEAR_OBJ_ATTR_DECODER( \
74  attrName, netType, inspector) \
75  DtDEFINE_SIMPLE_BREACH_LINEAR_OBJ_ATTR_DECODER_WITH_CAST( \
76  attrName, netType, inspector, (netType))
77 
78 #endif //hBrLinObjDec_H_
79 
80 #endif //DtHLA
81 

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)