VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
attributeChangeReqDec.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef attributeChangeReqDec_H_
7 #define attributeChangeReqDec_H_
8 
9 #if DtHLA
10 
11 #include "interactionDecoder.h"
15 
17 
20 
21 #define DtDECLARE_ATTCHGREQ_PARAM_DECODER(paramName) \
22  DtDECLARE_PARAM_DECODER(DtAttributeChangeReqInter, paramName)
23 
24 #define DtDEFINE_SIMPLE_ATTCHGREQ_PARAM_DECODER( \
25  paramName, netType, mutator) \
26  DtDEFINE_SIMPLE_PARAM_DECODER( \
27  DtAttributeChangeReqDec, DtAttributeChangeReqInter, \
28  paramName, netType, mutator)
29 
35 {
36 public:
37 
40  DtInterClassDesc* classDesc);
41 
43  virtual ~DtAttributeChangeReqDec();
44 
47 
50 
51 protected:
52 
54 
55  DtDECLARE_ATTCHGREQ_PARAM_DECODER(ObjectIdentifiers);
56  DtDECLARE_ATTCHGREQ_PARAM_DECODER(AttributeValueSet);
57 
60 
62  DtDECLARE_ATTCHGREQ_PARAM_DECODER(ObjectIdentifiers_RPR20);
63 };
64 
65 #endif
66 #endif
67 

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)