]> git.mxchange.org Git - flightgear.git/commit
Vivian Meazza:
authorcurt <curt>
Sat, 24 Jun 2006 03:42:30 +0000 (03:42 +0000)
committercurt <curt>
Sat, 24 Jun 2006 03:42:30 +0000 (03:42 +0000)
commit98c03f95e15da580f1c1442f00198ac670779a18
tree7a9bcd602c5a2dc9b0426725a8980c92d5b6bb61
parentbcd9b071c549f5d71159d54817e17ad3fbbb972c
Vivian Meazza:

I attach 2 new files and a diff file for the associated changes to add a
“fluxgate compass” to the instrument inventory. Whist this outputs
essentially the same data as /orientation/heading-magnetic-deg, it has to
be powered, and can be made to fail. I also followed Roy’s suggestion to
generate the error properties for this instrument here rather than in
xmlauto.xml.

When this instrument is included in cvs, I intend to use it in the Hunter,
A4F Seahawk and KC135. After a bit more research, it might be appropriate
for the Spitfire and Hurricane as well. AJ would also like to use it for his
Lightning model.
src/Instrumentation/Makefile.am
src/Instrumentation/heading_indicator_fg.cxx [new file with mode: 0644]
src/Instrumentation/heading_indicator_fg.hxx [new file with mode: 0644]
src/Instrumentation/instrument_mgr.cxx
src/Main/fg_init.cxx
src/Main/main.cxx