Home
last modified time | relevance | path

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

/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Ddclgps.hxx342 const FGAirport* FindFirstAptById(const std::string& id, bool &multi, bool exact = false);
H A Ddclgps.cxx326 const FGAirport* ap = FindFirstAptById(_approachID, multi, true); in update()
1300 ap = FindFirstAptById(ids[i], multi, true); in CreateFlightPlan()
1419 const FGAirport* DCLGPS::FindFirstAptById(const string& id, bool &multi, bool exact) in FindFirstAptById() function in DCLGPS
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/KLN89/
H A Dkln89_page_apt.cxx74 if(_apt_id != _last_apt_id || ap == NULL) ap = _kln89->FindFirstAptById(_apt_id, multi, exact); in Update()