VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentObjectTransactionEncoder.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 environmentObjectTransactionEncoder_H_
8 #define environmentObjectTransactionEncoder_H_
9 
10 #if DtHLA
11 
12 #include "interactionEncoder.h"
13 
17 
19 
20 #define DtDECLARE_ENV_OBJ_PARAM_ENCODER(paramName) \
21  DtDECLARE_PARAM_ENCODER(DtEnvironmentObjectTransaction, paramName)
22 
27 
29 {
30 public:
31 
33  DtInterClassDesc* classDesc);
34 
37 
41 
45 
46 protected:
47 
48  DtDECLARE_ENV_OBJ_PARAM_ENCODER(ObjectIdentifier);
49  DtDECLARE_ENV_OBJ_PARAM_ENCODER(ReferencedObjectIdentifier);
50  DtDECLARE_ENV_OBJ_PARAM_ENCODER(ForceIdentifier);
52  DtDECLARE_ENV_OBJ_PARAM_ENCODER(RequestingIdentifier);
53  DtDECLARE_ENV_OBJ_PARAM_ENCODER(ReceivingIdentifier);
54 };
55 
56 #define DtDEFINE_SIMPLE_ENV_OBJ_PARAM_ENCODER(paramName, netType, inspector) \
57  DtDEFINE_SIMPLE_PARAM_ENCODER(DtEnvironmentObjectTransactionEncoder, \
58  DtEnvironmentObjectTransaction, paramName, netType, inspector)
59 
60 
61 #endif
62 #endif
63 
64 
65 

Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)