VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
arealObjectTransactionEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef hAtrealObjTrEnc_H_
8 #define hAtrealObjTrEnc_H_
9 
10 #if DtHLA
11 
13 
17 
19 
20 #define DtDECLARE_AREAL_OBJ_PARAM_ENCODER(paramName) \
21  DtDECLARE_PARAM_ENCODER(DtArealObjectTransaction, paramName)
22 
23 
29 {
30 public:
31 
33  DtInterClassDesc* classDesc);
34 
37 
40 
43 
44 protected:
45 
47  DtDECLARE_AREAL_OBJ_PARAM_ENCODER(PercentComplete);
48  DtDECLARE_AREAL_OBJ_PARAM_ENCODER(DamagedAppearance);
49  DtDECLARE_AREAL_OBJ_PARAM_ENCODER(ObjectPreDistributed);
53 };
54 
55 #define DtDEFINE_SIMPLE_AREAL_OBJ_PARAM_ENCODER(paramName, netType, inspector) \
56  DtDEFINE_SIMPLE_PARAM_ENCODER(DtArealObjectTransactionEncoder, \
57  DtArealObjectTransaction, paramName, netType, inspector)
58 
59 
60 #endif
61 #endif
62 
63 
64 

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)