VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
actionResponseFromObjEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #ifndef DtActionResponseFromObjEncoder_H_
11 #define DtActionResponseFromObjEncoder_H_
12 
13 #if DtHLA
14 
15 #include "interactionEncoder.h"
16 
17 
19 
20 #define DtDECLARE_ACTRSPOBJ_PARAM_ENCODER(paramName) \
21  DtDECLARE_PARAM_ENCODER(DtActionResponseFromObjInter, paramName)
22 
23 #define DtDEFINE_SIMPLE_ACTRSPOBJ_PARAM_ENCODER(paramName, netType, inspector) \
24  DtDEFINE_SIMPLE_PARAM_ENCODER(DtActionResponseFromObjEncoder, \
25  DtActionResponseFromObjInter, paramName, netType, inspector)
26 
27 
33 {
34 public:
35 
37  DtInterClassDesc* classDesc);
38 
41 
44 
47  const DtActionResponseFromObjEncoder& orig);
48 
49 protected:
50 
52 
54 };
55 
56 #endif
57 #endif
58 

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)