#include <config.h>
#include <algorithm>
#include <string>
#include <vector>
#include <simgear/compiler.h>
#include <simgear/structure/SGWeakPtr.hxx>
#include <AIModel/AIBase.hxx>
#include <AIModel/AIManager.hxx>
#include <Airports/groundnetwork.hxx>
#include <Airports/runways.hxx>
#include <Environment/environment.hxx>
#include <Environment/environment_mgr.hxx>
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include <Main/locale.hxx>
#include <Navaids/NavDataCache.hxx>
#include <simgear/debug/logstream.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/props/props.hxx>
#include <simgear/structure/subsystem_mgr.hxx>
#include "airport.hxx"
#include "dynamics.hxx"
Go to the source code of this file.
◆ RunwayVec
◆ areRunwaysParallel()
◆ runwayScore()
◆ runwayWindScore()
| double runwayWindScore |
( |
const FGRunwayRef & | runway, |
|
|
double | windHeading, |
|
|
double | windSpeedKts ) |