VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pointObjectTransactionEncoder.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 pointObjectTransactionEncoder_H_
8 #define pointObjectTransactionEncoder_H_
9 
10 #if DtHLA
11 
13 
17 
19 
20 #define DtDECLARE_POINT_OBJ_PARAM_ENCODER(paramName) \
21  DtDECLARE_PARAM_ENCODER(DtPointObjectTransaction, paramName)
22 
27 
30 {
31 public:
32 
34  DtInterClassDesc* classDesc);
35 
38 
42 
46 
47 protected:
48 
51  DtDECLARE_POINT_OBJ_PARAM_ENCODER(PercentComplete);
52  DtDECLARE_POINT_OBJ_PARAM_ENCODER(DamagedAppearance);
53  DtDECLARE_POINT_OBJ_PARAM_ENCODER(ObjectPreDistributed);
57 };
58 
59 #define DtDEFINE_SIMPLE_POINT_OBJ_PARAM_ENCODER(paramName, netType, inspector) \
60  DtDEFINE_SIMPLE_PARAM_ENCODER(DtPointObjectTransactionEncoder, \
61  DtPointObjectTransaction, paramName, netType, inspector)
62 
63 
64 #endif
65 #endif
66 
67 
68 

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)