VR-Link API Documentation for HLA 1.3
hMinefldMarkObjTrDec.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 hMinefldMarkObjTrDec_H_
10 #define hMinefldMarkObjTrDec_H_
11 
12 #include "hLinObjTrans.h"
13 #include "intClassDesc.h"
14 #include "hEnvObjTransDec.h"
15 
19 
22 #define DtDECLARE_MINEFLD_LANE_MARK_OBJ_PARAM_DECODER(paramName) \
23  DtDECLARE_PARAM_DECODER(DtLinearObjectTransaction, paramName)
24 
30 
32 {
33 public:
34 
37  DtExerciseConn* exConn,
38  DtInterClassDesc* classDesc);
39 
42 
45 
49 
50 protected:
51 
55 };
56 
62 #define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_PARAM_DECODER_WITH_CAST( \
63  paramName, netType, mutator, castExpr) \
64  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
65  DtMinefieldLaneMarkerObjectTransactionDecoder, DtLinearObjectTransaction, \
66  paramName, netType, mutator, castExpr)
67 
68 #define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_PARAM_DECODER( \
69  paramName, netType, inspector) \
70  DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_PARAM_DECODER_WITH_CAST( \
71  paramName, netType, inspector, (netType))
72 
73 #endif //hMinefldMarkDec_H_
74 
75 #endif //DtHLA
76 

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)