VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
actionRequestDecoder.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 DtActionRequestDecoder_H_
11 #define DtActionRequestDecoder_H_
12 
13 #if DtHLA
14 
16 
17 
18 
20 
23 
24 #define DtDECLARE_ACTREQ_PARAM_DECODER(paramName) \
25  DtDECLARE_PARAM_DECODER(DtActionRequestInteraction, paramName)
26 
27 #define DtDEFINE_SIMPLE_ACTREQ_PARAM_DECODER( \
28  paramName, netType, mutator) \
29  DtDEFINE_SIMPLE_PARAM_DECODER( \
30  DtActionRequestDecoder, DtActionRequestInteraction, \
31  paramName, netType, mutator)
32 
33 #define DtDEFINE_SIMPLE_ACTREQ_PARAM_DECODER_WITH_CAST( \
34  paramName, netType, mutator, castExpr) \
35  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
36  DtActionRequestDecoder, DtActionRequestInteraction, \
37  paramName, netType, mutator, castExpr)
38 
39 
44 {
45 public:
46 
49  DtInterClassDesc* classDesc);
50 
52  virtual ~DtActionRequestDecoder();
53 
56 
59 
60 protected:
61 
63 
64  DtDECLARE_ACTREQ_PARAM_DECODER(OriginatingEntity);
65  DtDECLARE_ACTREQ_PARAM_DECODER(ReceivingEntity);
66  DtDECLARE_ACTREQ_PARAM_DECODER(RequestIdentifier);
67  DtDECLARE_ACTREQ_PARAM_DECODER(ActionRequestCode);
71 };
72 
73 #endif
74 #endif
75 

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)