FlightGear next
route.cxx File Reference
#include "config.h"
#include "route.hxx"
#include <map>
#include <fstream>
#include <simgear/structure/exception.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/magvar/magvar.hxx>
#include <simgear/timing/sg_time.hxx>
#include <simgear/io/iostreams/sgstream.hxx>
#include <simgear/misc/strutils.hxx>
#include <simgear/props/props_io.hxx>
#include <Main/globals.hxx>
#include "Main/fg_props.hxx"
#include <Navaids/procedure.hxx>
#include <Navaids/waypoint.hxx>
#include <Navaids/LevelDXML.hxx>
#include <Airports/airport.hxx>
#include <Navaids/airways.hxx>
#include <Environment/atmosphere.hxx>

Go to the source code of this file.

Namespaces

namespace  flightgear
 FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints.
 

Functions

bool flightgear::isMachRestrict (RouteRestriction rr)
 
double flightgear::convertSpeedUnits (RouteUnits aSrc, RouteUnits aDest, double aAltitudeFt, double aValue)
 
double flightgear::convertAltitudeUnits (RouteUnits aSrc, RouteUnits aDest, double aValue)
 
RouteRestriction flightgear::restrictionFromString (const std::string &aStr)
 
const char * flightgear::restrictionToString (RouteRestriction aRestrict)
 

Variables

const double flightgear::NO_MAG_VAR = -1000.0