Home
last modified time | relevance | path

Searched refs:findBestRunwayForWind (Results 1 – 1 of 1) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/ATC/
H A DATISEncoder.cxx384 static inline FGRunwayRef findBestRunwayForWind( FGAirportRef airport, int windDeg, int windKt ) in findBestRunwayForWind() function
394 …FGRunwayRef runway = findBestRunwayForWind( airport, _atis->getWindDeg(), _atis->getWindSpeedKt() … in getApproachType()
405 …FGRunwayRef runway = findBestRunwayForWind( airport, _atis->getWindDeg(), _atis->getWindSpeedKt() … in getLandingRunway()