VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
removeObjectRequestEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef removeObjectRequestEncoder_H_
7 #define removeObjectRequestEncoder_H_
8 
9 #if DtHLA
10 
11 #include "interactionEncoder.h"
12 
16 
18 
19 #define DtDECLARE_REMOBJREQ_PARAM_ENCODER(paramName) \
20  DtDECLARE_PARAM_ENCODER(DtRemoveObjectRequestInter, paramName)
21 
22 #define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_ENCODER(paramName, netType, inspector) \
23  DtDEFINE_SIMPLE_PARAM_ENCODER(DtRemoveObjectRequestEncoder, \
24  DtRemoveObjectRequestInter, paramName, netType, inspector)
25 
30 
32 {
33 public:
34 
36  DtInterClassDesc* classDesc);
37 
40 
43 
46  const DtRemoveObjectRequestEncoder& orig);
47 
48 protected:
49 
51 
52  DtDECLARE_REMOBJREQ_PARAM_ENCODER(ObjectIdentifiers);
53  DtDECLARE_REMOBJREQ_PARAM_ENCODER(RequestIdentifier);
54 
58 
60  DtDECLARE_REMOBJREQ_PARAM_ENCODER(ObjectIdentifiers_RPR20);
61 };
62 
63 #endif
64 #endif
65 

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)