#include <algorithm>
#include <cerrno>
#include <cstddef>
#include <ctype.h>
#include <iostream>
#include <sstream>
#include <stdlib.h>
#include <string.h>
#include <string>
#include <utility>
#include <vector>
#include <simgear/compiler.h>
#include <simgear/constants.h>
#include <simgear/debug/logstream.hxx>
#include <simgear/io/iostreams/sgstream.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/misc/strutils.hxx>
#include <simgear/structure/exception.hxx>
#include <ATC/CommStation.hxx>
#include <Navaids/NavDataCache.hxx>
#include <Navaids/positioned.hxx>
#include "airport.hxx"
#include "apt_loader.hxx"
#include "pavement.hxx"
#include "runways.hxx"
Go to the source code of this file.
|
namespace | flightgear |
| FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints.
|
|
◆ fptypeFromRobinType()