|
FlightGear next
|
#include <config.h>#include "gps.hxx"#include <memory>#include <set>#include <cstring>#include <cstdio>#include "Main/fg_props.hxx"#include "Main/globals.hxx"#include "Main/util.hxx"#include "Navaids/positioned.hxx"#include <Navaids/waypoint.hxx>#include "Navaids/navrecord.hxx"#include "Navaids/FlightPlan.hxx"#include <Navaids/routePath.hxx>#include <Instrumentation/rnav_waypt_controller.hxx>#include "Airports/airport.hxx"#include "Airports/runways.hxx"#include "Autopilot/route_mgr.hxx"#include <simgear/math/sg_random.hxx>#include <simgear/sg_inlines.h>#include <simgear/math/sg_geodesy.hxx>#include <simgear/structure/exception.hxx>Go to the source code of this file.
Functions | |
| static const char * | makeTTWString (double TTW) |