VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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("Unit 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;
const unsigned int DtFlightPlanRouteDefaultColor
Definition: routeDefaults.h:22
const DtString DtFlightPlanRouteOverlayName("Flight Routes")
const unsigned int DtPathPlanRouteDefaultColor
Definition: routeDefaults.h:21
const DtString DtPathPlanRouteOverlayName("Path Plan Routes")
const DtString DtAggregateRouteOverlayName("Unit Routes")
Default overlay names and colors for various types of routes created programatically by VR-Forces...
const unsigned int DtAggregateRouteDefaultColor
Colors specified as alpha, red, green, blue:
Definition: routeDefaults.h:20

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)