VR-Forces 4.1.1 Class Documentation
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)