VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
removeObjectRequestDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef removeObjectRequestDecoder_H_
7 #define removeObjectRequestDecoder_H_
8 
9 #if DtHLA
10 
11 #include "interactionDecoder.h"
12 
16 
18 
21 
22 #define DtDECLARE_REMOBJREQ_PARAM_DECODER(paramName) \
23  DtDECLARE_PARAM_DECODER(DtRemoveObjectRequestInter, paramName)
24 
25 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER( \
26  paramName, netType, mutator) \
27  DtDEFINE_SIMPLE_PARAM_DECODER( \
28  DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
29  paramName, netType, mutator)
30 
31 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER_WITH_CAST( \
32  paramName, netType, mutator, castExpr) \
33  DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
34  DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
35  paramName, netType, mutator, castExpr)
36 
37 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER_BUFF(paramName, mutator) \
38  DtDEFINE_SIMPLE_PARAM_DECODER_BUFF( \
39  DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
40  paramName, mutator)
41 
46 
48 {
49 public:
50 
53  DtInterClassDesc* classDesc);
54 
57 
60 
63  const DtRemoveObjectRequestDecoder& orig);
64 
65 protected:
66 
68 
69  DtDECLARE_REMOBJREQ_PARAM_DECODER(ObjectIdentifiers);
70  DtDECLARE_REMOBJREQ_PARAM_DECODER(RequestIdentifier);
71 
75 
77  DtDECLARE_REMOBJREQ_PARAM_DECODER(ObjectIdentifiers_RPR20);
78 };
79 
80 #endif
81 #endif
82 

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)