|
FlightGear next
|
#include <map>#include <memory>#include <string>#include <vector>#include <simgear/compiler.h>#include <simgear/misc/sg_path.hxx>#include <Navaids/positioned.hxx>#include <Navaids/procedure.hxx>#include "airports_fwd.hxx"#include "runways.hxx"Go to the source code of this file.
Classes | |
| class | FGAirport |
| struct | FGAirport::FindBestRunwayForHeadingParams |
| class | FGAirport::AirportFilter |
| class | FGAirport::PortsFilter |
| Filter which passes heliports and seaports in addition to airports. More... | |
| class | FGAirport::HardSurfaceFilter |
| class | FGAirport::TypeRunwayFilter |
| Filter which passes specified port type and in case of airport checks if a runway larger the /sim/navdb/min-runway-length-ft exists. More... | |
Functions | |
| const FGAirport * | fgFindAirportID (const std::string &id) |
| double | fgGetAirportElev (const std::string &id) |
| const FGAirport * fgFindAirportID | ( | const std::string & | id | ) |
Definition at line 523 of file airport.cxx.
| double fgGetAirportElev | ( | const std::string & | id | ) |
Definition at line 1119 of file airport.cxx.