VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
routeDefaults.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 const DtString DtAggregateRouteOverlayName("Aggregate Routes");
15 const DtString DtPathPlanRouteOverlayName("Path Plan Routes");
16 const DtString DtFlightPlanRouteOverlayName("Flight Routes");
17 
18 
20 const unsigned int DtAggregateRouteDefaultColor = (64 << 24) | (0 << 16) | (0 << 8) | 255;
21 const unsigned int DtPathPlanRouteDefaultColor = (64 << 24) | (0 << 16) | (0 << 8) | 255;
22 const unsigned int DtFlightPlanRouteDefaultColor = (64 << 24) | (0 << 16) | (0 << 8) | 255;

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)