24#include <simgear/props/props.hxx>
33 static cJSON *
toJson(SGPropertyNode_ptr n,
int depth,
double timestamp = -1.0 );
34 static std::string
toJsonString(
bool indent, SGPropertyNode_ptr n,
int depth,
double timestamp = -1.0 );
39 static void toProp(cJSON * json, SGPropertyNode_ptr base);
static const char * getPropertyTypeString(simgear::props::Type type)
static std::string toJsonString(bool indent, SGPropertyNode_ptr n, int depth, double timestamp=-1.0)
static void toProp(cJSON *json, SGPropertyNode_ptr base)
static cJSON * valueToJson(SGPropertyNode_ptr n)
static cJSON * toJson(SGPropertyNode_ptr n, int depth, double timestamp=-1.0)
static void addChildrenToProp(cJSON *json, SGPropertyNode_ptr base)
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information ...