FlightGear next
|
#include <vector>
#include <simgear/math/SGMath.hxx>
#include <simgear/props/props.hxx>
#include <simgear/structure/subsystem_mgr.hxx>
Go to the source code of this file.
Classes | |
class | PagedPathForHistory |
class | FGFlightHistory |
record the history of the aircraft's movements, making it available as a contiguous block. More... | |
Typedefs | |
typedef std::vector< SGGeod > | SGGeodVec |
typedef SGSharedPtr< PagedPathForHistory > | PagedPathForHistory_ptr |
Variables | |
const unsigned int | SAMPLE_BUCKET_WIDTH = 1024 |
typedef SGSharedPtr<PagedPathForHistory> PagedPathForHistory_ptr |
Definition at line 26 of file FlightHistory.hxx.
typedef std::vector<SGGeod> SGGeodVec |
Definition at line 15 of file FlightHistory.hxx.
const unsigned int SAMPLE_BUCKET_WIDTH = 1024 |
Definition at line 28 of file FlightHistory.hxx.