]> git.mxchange.org Git - flightgear.git/commit
Roy Vegard Ovesen:
authorcurt <curt>
Fri, 16 Apr 2004 22:12:26 +0000 (22:12 +0000)
committercurt <curt>
Fri, 16 Apr 2004 22:12:26 +0000 (22:12 +0000)
commit4a41f966317e6e536f0980c499bb836626de68eb
tree5ee6f362a08a5d02567c063e0bb74374c4095049
parent994f4a16c4997b261bdcd3ccfa3945ca02c79ea5
Roy Vegard Ovesen:

I've added a tracking bug to the gps. This is of course very similar to a
heading bug for a DG. I don't know if this is the common name, but I feel
that for a gps the name tracking bug is more accurate than heading bug. A
true bug error and a magnetic bug error is calculated and shifted into the
-180 to 180 range so that they can be used by autopilots.

I've also fixed a property name that crept in when I had to change back to
indicated-***. Back then I accidentally changed the desired course name to
"indicated-course". The property that is supposed to be the input for the
desired course should naturally be named something like "desired-course", and
definitely _not_ "indicated-course". If this name change breaks anything it
should be fixed in the other end.

I've also commented out a lot of #includes that I don't think is needed. I'm
on Suse 9.0 now, and it builds fine here, but this might be a problem for
different platforms    I guess we have to cross our fingers.
src/Instrumentation/gps.cxx
src/Instrumentation/gps.hxx