e89194b42a
I am attaching a trivial patch that changes the normalization from 24 to 12 in turn_indicator.cxx. With this change, the pa24 tc has a turn indicator spin value in the property tree of 0.9996 and the same value for the pa28-161 is 1.0, so there is no harm to a 24 volt electrical system in this change. Should the battery or alternator put out a lower voltage than 12 volts, the spin value goes down and the tc shows a negative turn that increases as the voltage gets less. This file shows you as the author. If you are comfortable with this change, commit it to cvs and the tc will be correct even for 12 volt systems. |
||
---|---|---|
.. | ||
KLN89 | ||
.cvsignore | ||
adf.cxx | ||
adf.hxx | ||
airspeed_indicator.cxx | ||
airspeed_indicator.hxx | ||
altimeter.cxx | ||
altimeter.hxx | ||
annunciator.cxx | ||
annunciator.hxx | ||
attitude_indicator.cxx | ||
attitude_indicator.hxx | ||
clock.cxx | ||
clock.hxx | ||
dclgps.cxx | ||
dclgps.hxx | ||
dme.cxx | ||
dme.hxx | ||
encoder.cxx | ||
encoder.hxx | ||
gps.cxx | ||
gps.hxx | ||
gyro.cxx | ||
gyro.hxx | ||
heading_indicator.cxx | ||
heading_indicator.hxx | ||
inst_vertical_speed_indicator.cxx | ||
inst_vertical_speed_indicator.hxx | ||
instrument_mgr.cxx | ||
instrument_mgr.hxx | ||
kr_87.cxx | ||
kr_87.hxx | ||
kt_70.cxx | ||
kt_70.hxx | ||
mag_compass.cxx | ||
mag_compass.hxx | ||
Makefile.am | ||
marker_beacon.cxx | ||
marker_beacon.hxx | ||
navradio.cxx | ||
navradio.hxx | ||
od_gauge.cxx | ||
od_gauge.hxx | ||
README | ||
render_area_2d.cxx | ||
render_area_2d.hxx | ||
slip_skid_ball.cxx | ||
slip_skid_ball.hxx | ||
tacan.cxx | ||
tacan.hxx | ||
transponder.cxx | ||
transponder.hxx | ||
turn_indicator.cxx | ||
turn_indicator.hxx | ||
vertical_speed_indicator.cxx | ||
vertical_speed_indicator.hxx | ||
wxradar.cxx | ||
wxradar.hxx |
src/Instrumentation/ - gauge and avionics support code This directory contains code to support gauges, avionics, and other instruments in FlightGear. The file instrument_mgr.[ch]xx contains a subsystem group that holds all of the individual instruments. Every instrument should extend FGSubsystem, and then should be added to the group in the FGInstrumentMgr constructor. Code is gradually moving into here from other areas, especially the src/Cockpit/ directory. Eventually, there will be an XML configuration file to select what instrumentation modules should be available, so that different aircraft can have appropriate support.