VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rtiNamespace.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 _rtiNamespace_H_
11 #define _rtiNamespace_H_
12 
13 
14 
18 
19 
20 #if DtHLA
21 
22 #if DtHLA_1516
23  #include <vlutil/vlMachineTypes.h>
26 
27  // same file name for both 1516 and evolved.
28  #include <RTI/RTI1516.h>
29 #else
30  #include <RTI.hh>
31 #endif
32 
33 #if DtHLA_1516
34  #if DtHLA_1516_EVOLVED
35  namespace RTI=rti1516e;
36  #else
37  namespace RTI=rti1516;
38  #endif
39 
40  typedef RTI::AttributeHandleValueMap HandleValueMap;
41  typedef RTI::ObjectInstanceHandle objHandle;
42 #else
43 //namespace RTI=RTI;
46 #endif
47 
48 #endif
49 #endif
50 
RTI::ObjectInstanceHandle objHandle
Definition: rtiNamespace.h:41
ObjectInstanceHandle ObjectHandle
Definition: rtiCompatibility.h:192
RTI::AttributeHandleValueMap HandleValueMap
In VR-Link all RTI types are referenced using the RTI namespace.
Definition: rtiNamespace.h:40
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:154
This file contains typedefs for machine dependant types.

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)