VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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 Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)