FlightGear next
|
#include <simgear/compiler.h>
#include <simgear/props/props.hxx>
#include <simgear/structure/subsystem_mgr.hxx>
#include <simgear/misc/sg_path.hxx>
#include <vector>
#include <string>
#include <memory>
Go to the source code of this file.
Classes | |
class | FGGlobals |
Bucket for subsystem pointers representing the sim's state. More... | |
Namespaces | |
namespace | simgear |
namespace | simgear::pkg |
namespace | flightgear |
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints. | |
Typedefs | |
typedef std::vector< std::string > | string_list |
typedef std::vector< SGPath > | PathList |
Variables | |
FGGlobals * | globals |
typedef std::vector<SGPath> PathList |
Definition at line 37 of file globals.hxx.
typedef std::vector<std::string> string_list |
Definition at line 36 of file globals.hxx.
|
extern |
Definition at line 142 of file globals.cxx.