VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
routeDefaults.h File Reference

Go to the source code of this file.

Functions

const DtString DtAggregateRouteOverlayName ("Unit Routes")
 Default overlay names and colors for various types of routes created programatically by VR-Forces. More...
 
const DtString DtPathPlanRouteOverlayName ("Path Plan Routes")
 
const DtString DtFlightPlanRouteOverlayName ("Flight Routes")
 

Variables

const unsigned int DtAggregateRouteDefaultColor = (64 << 24) | (0 << 16) | (0 << 8) | 255
 Colors specified as alpha, red, green, blue: More...
 
const unsigned int DtPathPlanRouteDefaultColor = (64 << 24) | (0 << 16) | (0 << 8) | 255
 
const unsigned int DtFlightPlanRouteDefaultColor = (64 << 24) | (0 << 16) | (0 << 8) | 255
 

Function Documentation

const DtString DtAggregateRouteOverlayName ( "Unit Routes"  )

Default overlay names and colors for various types of routes created programatically by VR-Forces.

const DtString DtPathPlanRouteOverlayName ( "Path Plan Routes"  )
const DtString DtFlightPlanRouteOverlayName ( "Flight Routes"  )

Variable Documentation

const unsigned int DtAggregateRouteDefaultColor = (64 << 24) | (0 << 16) | (0 << 8) | 255

Colors specified as alpha, red, green, blue:

const unsigned int DtPathPlanRouteDefaultColor = (64 << 24) | (0 << 16) | (0 << 8) | 255
const unsigned int DtFlightPlanRouteDefaultColor = (64 << 24) | (0 << 16) | (0 << 8) | 255

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)