FlightGear next
|
#include "PropertyChangeWebsocket.hxx"
#include "PropertyChangeObserver.hxx"
#include "jsonprops.hxx"
#include <simgear/debug/logstream.hxx>
#include <simgear/props/props.hxx>
#include <simgear/structure/commands.hxx>
#include <simgear/props/props_io.hxx>
#include <Main/globals.hxx>
#include <Main/fg_props.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 void | flightgear::http::setPropertyFromJson (SGPropertyNode_ptr prop, cJSON *json) |
static void | flightgear::http::handleSetCommand (const string_list &nodes, cJSON *json, WebsocketWriter &writer) |
static void | flightgear::http::handleExecCommand (cJSON *json) |
Variables | |
static unsigned | flightgear::http::nextid = 0 |