VR-Link API Documentation for HLA Evolved
rtiNamespace.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00009 
00010 #ifndef _rtiNamespace_H_
00011 #define _rtiNamespace_H_
00012 
00013 
00014 
00018 
00019 
00020 #if DtHLA 
00021 
00022 #if DtHLA_1516
00023 
00024 
00025    #include <vlutil/vlMachineTypes.h>
00026 
00027    // same file name for both 1516 and evolved.
00028    #include <RTI/RTI1516.h>     
00029 #else
00030    #include <RTI.hh>
00031 #endif
00032 
00033 #if DtHLA_1516
00034    #if DtHLA_1516_EVOLVED
00035       namespace RTI=rti1516e;  
00036    #else
00037       namespace RTI=rti1516;
00038    #endif
00039 
00040    typedef RTI::AttributeHandleValueMap HandleValueMap;
00041    typedef RTI::ObjectInstanceHandle    objHandle;
00042 #else
00043 //namespace RTI=RTI;
00044    typedef RTI::AttributeHandleValuePairSet HandleValueMap;
00045    typedef RTI::ObjectHandle objHandle;
00046 #endif
00047 
00048 #endif
00049 #endif
00050 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)