]> git.mxchange.org Git - flightgear.git/commit
Add an initial implementation of the Garmin 400 series "Aviation In" data
authorcurt <curt>
Sun, 20 Aug 2006 23:37:13 +0000 (23:37 +0000)
committercurt <curt>
Sun, 20 Aug 2006 23:37:13 +0000 (23:37 +0000)
commit2d6f291d4f5d39344ec70c59f377b1e429da9ed1
tree140f1fbaea123a7bd655fe437a40a234834594bc
parent32c39edf4416b303dce53e916c2c93782856fe2d
Add an initial implementation of the Garmin 400 series "Aviation In" data
format.  I have a Garmin 295 to test with, but so far I haven't been able
to make this work (code should compile cleanly though.)  I don't know if
I've made a mistake in the protocol or if my 295 just doesn't support this.
More work on this to come.
src/Main/fg_io.cxx
src/Main/options.cxx
src/Network/AV400.cxx [new file with mode: 0644]
src/Network/AV400.hxx [new file with mode: 0644]
src/Network/Makefile.am