|
FlightGear next
|
#include "PkgUriHandler.hxx"#include <cJSON.h>#include <simgear/package/Root.hxx>#include <simgear/package/Catalog.hxx>#include <simgear/package/Delegate.hxx>#include <simgear/package/Install.hxx>#include <simgear/package/Package.hxx>#include <Main/fg_props.hxx>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::StringListToJson (const string_list &l) |
| static cJSON * | flightgear::http::PackageToJson (simgear::pkg::Package *p) |
| static cJSON * | flightgear::http::PackageListToJson (const simgear::pkg::PackageList &l) |
| static cJSON * | flightgear::http::CatalogToJson (simgear::pkg::Catalog *c) |
| static string | flightgear::http::PackageRootCommand (simgear::pkg::Root *packageRoot, const string &command, const string &args) |
| static string | flightgear::http::findCommand (const string &uri, string &outArgs) |