FlightGear next
httpd.cxx File Reference
#include "config.h"
#include "httpd.hxx"
#include "HTTPRequest.hxx"
#include "PropertyChangeWebsocket.hxx"
#include "MirrorPropertyTreeWebsocket.hxx"
#include "ScreenshotUriHandler.hxx"
#include "PropertyUriHandler.hxx"
#include "JsonUriHandler.hxx"
#include "FlightHistoryUriHandler.hxx"
#include "PkgUriHandler.hxx"
#include "RunUriHandler.hxx"
#include "NavdbUriHandler.hxx"
#include "PropertyChangeObserver.hxx"
#include <Main/fg_props.hxx>
#include <mongoose.h>
#include <cJSON.h>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  flightgear::http::URIHandlerMap
 A Helper class for URI Handlers. More...
 
class  flightgear::http::MongooseHTTPRequest
 A Helper class to create a HTTPRequest from a mongoose connection struct. More...
 
class  flightgear::http::MongooseHttpd
 A FGHttpd implementation based on mongoose httpd. More...
 
class  flightgear::http::MongooseConnection
 
class  flightgear::http::RegularConnection
 
class  flightgear::http::WebsocketConnection
 

Namespaces

namespace  flightgear
 FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints.
 
namespace  flightgear::http
 

Variables

const char * flightgear::http::PROPERTY_ROOT = "/sim/http"