1
0
Fork 0
flightgear/src/Instrumentation
2007-09-10 05:08:57 +00:00
..
HUD Modified Files: 2007-05-05 08:08:24 +00:00
KLN89
.cvsignore
adf.cxx AJ MacLEOD: don't only turn the adf off with exactly zero voltage 2006-11-22 20:08:45 +00:00
adf.hxx - simplify number/name handling 2006-10-26 15:06:12 +00:00
airspeed_indicator.cxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
airspeed_indicator.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
altimeter.cxx Win32 fix 2007-04-03 11:36:47 +00:00
altimeter.hxx John DENKER: 2007-03-31 09:36:19 +00:00
attitude_indicator.cxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
attitude_indicator.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
clock.cxx - simplify number/name handling 2006-10-26 15:06:12 +00:00
clock.hxx - simplify number/name handling 2006-10-26 15:06:12 +00:00
dclgps.cxx
dclgps.hxx
dme.cxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
dme.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
gps.cxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
gps.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
groundradar.cxx Added copyright to ground radar files 2007-09-10 05:08:57 +00:00
groundradar.hxx Added copyright to ground radar files 2007-09-10 05:08:57 +00:00
gsdi.cxx simplify name/number handling 2006-10-26 17:39:47 +00:00
gsdi.hxx simplify name/number handling 2006-10-26 17:39:47 +00:00
gyro.cxx
gyro.hxx
heading_indicator.cxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
heading_indicator.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
heading_indicator_dg.cxx Vivian MEAZZA: add missing heading-indicator-dg inclusion (instrument_mgr.cxx) 2006-10-24 16:03:44 +00:00
heading_indicator_dg.hxx Vivian MEAZZA: Directional Gyro (DG) compass & electrically powered master 2006-10-23 21:58:28 +00:00
heading_indicator_fg.cxx Vivian MEAZZA: add missing heading-indicator-dg inclusion (instrument_mgr.cxx) 2006-10-24 16:03:44 +00:00
heading_indicator_fg.hxx Vivian Meazza: 2006-06-24 03:42:30 +00:00
inst_vertical_speed_indicator.cxx
inst_vertical_speed_indicator.hxx
instrument_mgr.cxx Ground radar and tower control panel for ATC. 2007-09-09 23:22:14 +00:00
instrument_mgr.hxx
kr_87.cxx
kr_87.hxx
kt_70.cxx
kt_70.hxx
mag_compass.cxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
mag_compass.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
Makefile.am Ground radar and tower control panel for ATC. 2007-09-09 23:22:14 +00:00
marker_beacon.cxx Clean up scenery center handling. It is set now less often. 2006-07-27 16:36:22 +00:00
marker_beacon.hxx cosmetics: 2006-06-24 07:48:05 +00:00
mk_viii.cxx
mk_viii.hxx Don't segfault when sound is not available 2006-11-12 13:54:50 +00:00
mrg.cxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
mrg.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
navradio.cxx Modified Files: 2007-02-09 05:41:42 +00:00
navradio.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
od_gauge.cxx Vivian MEAZZA & Tim MOORE: 2007-06-24 07:57:45 +00:00
od_gauge.hxx Vivian MEAZZA & Tim MOORE: 2007-06-24 07:57:45 +00:00
README
render_area_2d.cxx Hans FUGAL: mac compilation fix 2007-07-10 18:35:50 +00:00
render_area_2d.hxx Modified Files: 2006-10-29 19:30:21 +00:00
slip_skid_ball.cxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
slip_skid_ball.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
tacan.cxx Vivian MEAZZA: remove no longer needed debug messages 2007-07-05 15:28:44 +00:00
tacan.hxx - simplify number/name handling 2006-10-26 15:06:12 +00:00
transponder.cxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
transponder.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
turn_indicator.cxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
turn_indicator.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
vertical_speed_indicator.cxx Nick WARNE: fix property name 2007-02-23 21:34:41 +00:00
vertical_speed_indicator.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
wxradar.cxx Ground radar and tower control panel for ATC. 2007-09-09 23:22:14 +00:00
wxradar.hxx Ground radar and tower control panel for ATC. 2007-09-09 23:22:14 +00:00

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.