VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
craterObjectTransactionEncoder.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 craterObjectTransactionEncoder_H_
8 #define craterObjectTransactionEncoder_H_
9 
10 #if DtHLA
11 
15 
17 
19 
20 #define DtDECLARE_CRATER_OBJ_PARAM_ENCODER(paramName) \
21  DtDECLARE_PARAM_ENCODER(DtPointObjectTransaction, paramName)
22 
23 
30 {
31 public:
32 
34  DtInterClassDesc* classDesc);
35 
38 
42 
46 
47 protected:
48 
50 };
51 
52 #define DtDEFINE_SIMPLE_CRATER_OBJ_PARAM_ENCODER(paramName, netType, inspector) \
53  DtDEFINE_SIMPLE_PARAM_ENCODER(DtCraterObjectTransactionEncoder, \
54  DtPointObjectTransaction, paramName, netType, inspector)
55 
56 
57 #endif
58 #endif
59 
60 
61 

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)