VR-Forces 4.0.4 Class Documentation
include/vrfmodel/routeDefaults.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2012 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00008 
00011 
00012 #pragma once
00013 
00014 const DtString DtAggregateRouteOverlayName("Aggregate Routes");
00015 const DtString DtPathPlanRouteOverlayName("Path Plan Routes");
00016 const DtString DtFlightPlanRouteOverlayName("Flight Routes");
00017 
00018 
00020 const unsigned int DtAggregateRouteDefaultColor = (64 << 24) | (0 << 16) | (0 << 8) | 255;
00021 const unsigned int DtPathPlanRouteDefaultColor = (64 << 24) | (0 << 16) | (0 << 8) | 255;
00022 const unsigned int DtFlightPlanRouteDefaultColor = (64 << 24) | (0 << 16) | (0 << 8) | 255;

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)