Home
last modified time | relevance | path

Searched refs:FGAirportRef (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/flightgear/flightgear-2020.3.11/src/Navaids/
H A DFlightPlan.hxx250 FGAirportRef departureAirport() const in departureAirport()
253 FGAirportRef destinationAirport() const in destinationAirport()
286 FGAirportRef alternate() const;
287 void setAlternate(FGAirportRef alt);
454 FGAirportRef _departure, _destination;
455 FGAirportRef _alternate;
H A Dwaypoint.hxx317 FGAirportRef _facility;
H A DFlightPlan.cxx602 FGAirportRef FlightPlan::alternate() const in alternate()
607 void FlightPlan::setAlternate(FGAirportRef alt) in setAlternate()
2009 FGAirportRef firstICAO = FGAirport::findByIdent(tokens.front()); in parseICAORouteString()
/dports/games/flightgear/flightgear-2020.3.11/src/Airports/
H A Dairportdynamicsmanager.cxx77 FGAirportRef apt(FGAirport::findByIdent(icao)); in dynamicsForICAO()
104 FGAirportDynamicsRef AirportDynamicsManager::find(const FGAirportRef& apt) in find()
H A Dairport.hxx275 static FGAirportRef findClosest(const SGGeod& aPos, double aCuttofNm, Filter* filter = NULL);
282 static FGAirportRef getByIdent(const std::string& aIdent);
288 static FGAirportRef findByIdent(const std::string& aIdent);
H A Dairportdynamicsmanager.hxx52 static FGAirportDynamicsRef find(const FGAirportRef& apt);
H A Dairport.cxx400 FGAirportRef FGAirport::findClosest( const SGGeod& aPos, in findClosest()
464 FGAirportRef FGAirport::findByIdent(const std::string& aIdent) in findByIdent()
471 FGAirportRef r = static_pointer_cast<FGAirport> in findByIdent()
484 FGAirportRef FGAirport::getByIdent(const std::string& aIdent) in getByIdent()
486 FGAirportRef r = findByIdent(aIdent); in getByIdent()
H A Dairports_fwd.hxx75 typedef SGSharedPtr<FGAirport> FGAirportRef; typedef
H A Ddynamics.cxx170 NearbyAIObjectCache(FGAirportRef apt) : in NearbyAIObjectCache()
209 FGAirportRef m_airport;
/dports/games/flightgear/flightgear-2020.3.11/test_suite/FGTestApi/
H A DtestGlobals.cxx144 FGAirportRef depApt = FGAirport::getByIdent(depICAO); in populateFPWithoutNasal()
148 FGAirportRef destApt = FGAirport::getByIdent(destICAO); in populateFPWithoutNasal()
179 FGAirportRef depApt = FGAirport::getByIdent(depICAO); in populateFPWithNasal()
182 FGAirportRef destApt = FGAirport::getByIdent(destICAO); in populateFPWithNasal()
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DAirportDiagram.hxx50 void setAirport(FGAirportRef apt);
132 FGAirportRef m_airport;
H A DBaseDiagram.hxx54 static QVector<QLineF> projectAirportRuwaysIntoRect(FGAirportRef apt, const QRectF& bounds);
55 static QVector<QLineF> projectAirportRuwaysWithCenter(FGAirportRef apt, const SGGeod &c);
H A DLocationController.hxx246 FGAirportRef m_airportLocation; // valid if m_location is an FGAirport
H A DNavaidSearchModel.cxx331 const FGAirportRef apt = FGPositioned::loadById<FGAirport>(a); in resort()
H A DBaseDiagram.cxx885 QVector<QLineF> BaseDiagram::projectAirportRuwaysWithCenter(FGAirportRef apt, const SGGeod& c) in projectAirportRuwaysWithCenter()
903 QVector<QLineF> BaseDiagram::projectAirportRuwaysIntoRect(FGAirportRef apt, const QRectF &bounds) in projectAirportRuwaysIntoRect()
H A DAirportDiagram.cxx137 void AirportDiagram::setAirport(FGAirportRef apt) in setAirport()
/dports/games/flightgear/flightgear-2020.3.11/test_suite/unit_tests/Navaids/
H A Dtest_flightplan.cxx337 FGAirportRef ksfo = FGAirport::findByIdent("KSFO"); in testRoutePathVec()
369 FGAirportRef ksfo = FGAirport::findByIdent("KSFO"); in testRoutPathWpt0Midflight()
387 FGAirportRef kord = FGAirport::findByIdent("KORD"); in testBasicAirways()
415 FGAirportRef egph = FGAirport::findByIdent("EGPH"); in testAirwayNetworkRoute()
433 FGAirportRef kord = FGAirport::findByIdent("KORD"); in testParseICAORoute()
451 FGAirportRef kord = FGAirport::findByIdent("KORD"); in testParseICANLowLevelRoute()
632 FGAirportRef depApt = FGAirport::getByIdent("LFBD"); in testOnlyDiscontinuityRoute()
636 FGAirportRef destApt = FGAirport::getByIdent("EHAM"); in testOnlyDiscontinuityRoute()
/dports/games/flightgear/flightgear-2020.3.11/src/AIModel/
H A DAIFlightPlan.hxx178 FGAirportRef departureAirport() const;
179 FGAirportRef arrivalAirport() const;
204 FGAirportRef departure, arrival;
H A DAIFlightPlan.cxx504 FGAirportRef FGAIFlightPlan::departureAirport() const in departureAirport()
509 FGAirportRef FGAIFlightPlan::arrivalAirport() const in arrivalAirport()
/dports/games/flightgear/flightgear-2020.3.11/src/ATC/
H A DCommStation.hxx16 FGAirportRef airport() const;
H A DCommStation.cxx22 FGAirportRef CommStation::airport() const in airport()
H A DATISEncoder.hxx128 FGAirportRef airport;
H A DATISEncoder.cxx384 static inline FGRunwayRef findBestRunwayForWind( FGAirportRef airport, int windDeg, int windKt ) in findBestRunwayForWind()
/dports/games/flightgear/flightgear-2020.3.11/src/Network/http/
H A DNavdbUriHandler.cxx340 FGAirportRef airport = FGAirport::findByIdent(request.RequestVariables.get("id")); in handleRequest()
/dports/games/flightgear/flightgear-2020.3.11/src/Scripting/
H A DNasalPositioned_cppbind.cxx50 typedef nasal::Ghost<FGAirportRef> NasalAirport;

12