]> git.mxchange.org Git - flightgear.git/commit
Add support for IGC logging protocol.
authorThorstenB <brehmt@gmail.com>
Mon, 14 Oct 2013 20:13:31 +0000 (22:13 +0200)
committerThorstenB <brehmt@gmail.com>
Mon, 14 Oct 2013 20:13:31 +0000 (22:13 +0200)
commit7ce21073367a561ae136edb3083ae5e459ef7dfe
treeeb357d2105b53e4ddc1c95a78ea508c312957df8
parente0c97199e6bdeeec1a4b0972c3d81c2d31bcfc73
Add support for IGC logging protocol.
Many light aircraft include GPS loggers capable of recording the flight
path using IGC records. Lots of third party utilities are available to
analyze, process and convert igc files.
Usage: "fgfs --igc=file,out,1,OutputFile.igc"
src/Main/fg_io.cxx
src/Main/options.cxx
src/Network/CMakeLists.txt
src/Network/igc.cxx [new file with mode: 0644]
src/Network/igc.hxx [new file with mode: 0644]