VR-Link API Documentation for HLA 1.3
 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;
44  typedef RTI::AttributeHandleValuePairSet HandleValueMap;
45  typedef RTI::ObjectHandle objHandle;
46 #endif
47 
48 #endif
49 #endif
50 
RTI::AttributeHandleValuePairSet HandleValueMap
In VR-Link all RTI types are referenced using the RTI namespace.
Definition: rtiNamespace.h:44
RTI::ObjectHandle objHandle
Definition: rtiNamespace.h:45
This file contains typedefs for machine dependant types.

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)