VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
actionResponseFromObjDecoder.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 DtActionResponseFromObjDecoder_H_
11 #define DtActionResponseFromObjDecoder_H_
12 
13 #if DtHLA
14 
15 #include "interactionDecoder.h"
16 
17 
18 
20 
23 
24 #define DtDECLARE_ACTRESPOBJ_PARAM_DECODER(paramName) \
25  DtDECLARE_PARAM_DECODER(DtActionResponseFromObjInter, paramName)
26 
27 #define DtDEFINE_SIMPLE_ACTRESPOBJ_PARAM_DECODER( \
28  paramName, netType, mutator) \
29  DtDEFINE_SIMPLE_PARAM_DECODER( \
30  DtActionResponseFromObjDecoder, DtActionResponseFromObjInter, \
31  paramName, netType, mutator)
32 
33 #define DtDEFINE_SIMPLE_ACTRESPOBJ_PARAM_DECODER_WITH_CAST( \
34  paramName, netType, mutator, castExpr) \
35  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
36  DtActionResponseFromObjDecoder, DtActionResponseFromObjInter, \
37  paramName, netType, mutator, castExpr)
38 
39 
44 {
45 public:
46 
49  DtInterClassDesc* classDesc);
50 
53 
56 
59  const DtActionResponseFromObjDecoder& orig);
60 
61 protected:
62 
64 
66 };
67 
68 #endif
69 #endif
70 

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)