VR-Link API Documentation for HLA Evolved
hActReqObjDec.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
8 #ifndef hActReqObjDec_H_
9 #define hActReqObjDec_H_
10 
11 #if DtHLA
12 
13 
14 #include "interDecoder.h"
15 
17 
20 
21 #define DtDECLARE_ACTREQOBJ_PARAM_DECODER(paramName) \
22  DtDECLARE_PARAM_DECODER(DtActionRequestToObjInter, paramName)
23 
24 #define DtDEFINE_SIMPLE_ACTREQOBJ_PARAM_DECODER( \
25  paramName, netType, mutator) \
26  DtDEFINE_SIMPLE_PARAM_DECODER( \
27  DtActionRequestToObjDecoder, DtActionRequestToObjInter, \
28  paramName, netType, mutator)
29 
30 #define DtDEFINE_SIMPLE_ACTREQOBJ_PARAM_DECODER_WITH_CAST( \
31  paramName, netType, mutator, castExpr) \
32  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
33  DtActionRequestToObjDecoder, DtActionRequestToObjInter, \
34  paramName, netType, mutator, castExpr)
35 
40 
42 {
43 public:
44 
47  DtInterClassDesc* classDesc);
48 
50  virtual ~DtActionRequestToObjDecoder();
51 
54 
57  const DtActionRequestToObjDecoder& orig);
58 
59 protected:
60 
62 
63  DtDECLARE_ACTREQOBJ_PARAM_DECODER(ObjectIdentifiers);
64  DtDECLARE_ACTREQOBJ_PARAM_DECODER(ActionRequestCode);
68 
70  DtDECLARE_ACTREQOBJ_PARAM_DECODER(ObjectIdentifiers_RRP20);
71 };
72 
73 #endif
74 #endif
75 

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)