VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
createObjReqDecoder.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 DtCreateObjReqDecoder_H_
8 #define DtCreateObjReqDecoder_H_
9 
10 #if DtHLA
11 
12 #include "interactionDecoder.h"
13 
17 
19 
22 
23 #define DtDECLARE_CRTOBJREQ_PARAM_DECODER(paramName) \
24  DtDECLARE_PARAM_DECODER(DtCreateObjReqInter, paramName)
25 
26 #define DtDEFINE_SIMPLE_CRTOBJREQ_PARAM_DECODER( \
27  paramName, netType, mutator) \
28  DtDEFINE_SIMPLE_PARAM_DECODER( \
29  DtCreateObjReqDecoder, DtCreateObjReqInter, \
30  paramName, netType, mutator)
31 
36 {
37 public:
38 
41  DtInterClassDesc* classDesc);
42 
44  virtual ~DtCreateObjReqDecoder();
45 
48 
51 
52 protected:
53 
55 
57  DtDECLARE_CRTOBJREQ_PARAM_DECODER(AttributeValueSet);
58  DtDECLARE_CRTOBJREQ_PARAM_DECODER(RequestIdentifier);
61 };
62 
63 #endif
64 #endif
65 

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)