]> git.mxchange.org Git - flightgear.git/commit
Flight-path-history.
authorJames Turner <zakalawe@mac.com>
Mon, 10 Dec 2012 18:11:44 +0000 (18:11 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 10 Dec 2012 18:11:44 +0000 (18:11 +0000)
commit433af2b51a3bcec7488ac2fbf94b8edfc1e1cb43
tree6d2daf9f005759423b25c842c4b0e98db772c18c
parente62649e0755841f488728c073d33154dc1306379
Flight-path-history.

Record the historical flight-path (by default, since last takeoff). Optionally display the flight-path in the map; other visualisations (e.g., an 'in-world' view) could also be created. Nasal API to follow so Canvas-map or FMS can show the same data.

Altitude and attitude (Euler angles) are currently recorded but not used anywhere.
src/Aircraft/CMakeLists.txt
src/Aircraft/FlightHistory.cxx [new file with mode: 0644]
src/Aircraft/FlightHistory.hxx [new file with mode: 0644]
src/GUI/MapWidget.cxx
src/GUI/MapWidget.hxx
src/Main/fg_init.cxx