FlightGear next
FlightHistory.hxx File Reference
#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< PagedPathForHistoryPagedPathForHistory_ptr
 

Variables

const unsigned int SAMPLE_BUCKET_WIDTH = 1024
 

Typedef Documentation

◆ PagedPathForHistory_ptr

Definition at line 26 of file FlightHistory.hxx.

◆ SGGeodVec

typedef std::vector<SGGeod> SGGeodVec

Definition at line 15 of file FlightHistory.hxx.

Variable Documentation

◆ SAMPLE_BUCKET_WIDTH

const unsigned int SAMPLE_BUCKET_WIDTH = 1024

Definition at line 28 of file FlightHistory.hxx.