|
FlightGear next
|
#include "NavdbUriHandler.hxx"#include <simgear/debug/logstream.hxx>#include <Navaids/navrecord.hxx>#include <Airports/airport.hxx>#include <ATC/CommStation.hxx>#include <cJSON.h>Go to the source code of this file.
Namespaces | |
| namespace | flightgear |
| FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints. | |
| namespace | flightgear::http |
Functions | |
| static cJSON * | flightgear::http::createPositionArray (double x, double y, double z) |
| static cJSON * | flightgear::http::createPositionArray (double x, double y) |
| static cJSON * | flightgear::http::createLOCGeometry (FGNavRecord *navRecord) |
| static cJSON * | flightgear::http::createPointGeometry (FGPositioned *positioned) |
| static cJSON * | flightgear::http::createRunwayPolygon (FGRunwayBase *rwy) |
| static cJSON * | flightgear::http::createAirportGeometry (FGAirport *airport) |
| static cJSON * | flightgear::http::createGeometryFor (FGPositioned *positioned) |
| static void | flightgear::http::addAirportProperties (cJSON *json, FGAirport *airport) |
| static void | flightgear::http::addNAVProperties (cJSON *json, FGNavRecord *navRecord) |
| static cJSON * | flightgear::http::createPropertiesFor (FGPositioned *positioned) |
| static cJSON * | flightgear::http::createFeatureFor (FGPositioned *positioned) |