VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
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
24
25
#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
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
)