1
0
Fork 0
flightgear/src/Instrumentation
ehofman ba7fd47740 Roy Vegard Ovesen:
I've made an encoder and a transponder. The transponder gets C-Mode altitude
information from the encoder. These two might not be very usefull right now,
but I think they might come in handy when the ATC network gets going.
2004-10-26 12:06:45 +00:00
..
.cvsignore Ignore generated files. 2002-09-24 14:55:14 +00:00
adf.cxx Roy Vegard Ovesen: 2004-10-24 11:05:14 +00:00
adf.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
airspeed_indicator.cxx Roy Vegard Ovesen: 2004-10-24 11:05:14 +00:00
airspeed_indicator.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
altimeter.cxx Roy Vegard Ovesen: 2004-10-24 11:05:14 +00:00
altimeter.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
annunciator.cxx Annunciators cannot work if electrical system is not serviceable. 2003-08-01 00:22:14 +00:00
annunciator.hxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
attitude_indicator.cxx Roy Vegard Ovesen: 2004-10-24 11:05:14 +00:00
attitude_indicator.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
clock.cxx Roy Vegard Ovesen: 2004-10-24 11:05:14 +00:00
clock.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
dme.cxx Roy Vegard Ovesen: 2004-10-24 11:05:14 +00:00
dme.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
encoder.cxx Roy Vegard Ovesen: 2004-10-26 12:06:45 +00:00
encoder.hxx Roy Vegard Ovesen: 2004-10-26 12:06:45 +00:00
gps.cxx Roy Vegard Ovesen: 2004-10-24 11:05:14 +00:00
gps.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
gyro.cxx If the gyro becomes unserviceable, stop spinning immediately. 2003-01-26 20:20:33 +00:00
gyro.hxx Added a Gyro helper class to factor out some common code for managing 2003-01-25 19:49:27 +00:00
heading_indicator.cxx Roy Vegard Ovesen: 2004-10-24 11:05:14 +00:00
heading_indicator.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
instrument_mgr.cxx Roy Vegard Ovesen: 2004-10-26 12:06:45 +00:00
instrument_mgr.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
kr_87.cxx Fix the kr-87 search functionality so it works in the subsystem/instrumentation 2004-10-19 19:07:24 +00:00
kr_87.hxx Fix the kr-87 search functionality so it works in the subsystem/instrumentation 2004-10-19 19:07:24 +00:00
mag_compass.cxx Roy Vegard Ovesen: 2004-10-24 11:05:14 +00:00
mag_compass.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
Makefile.am Roy Vegard Ovesen: 2004-10-26 12:06:45 +00:00
README Added a README for the src/Instrumentation/ directory. 2003-01-29 15:38:52 +00:00
slip_skid_ball.cxx Roy Vegard Ovesen: 2004-10-24 11:05:14 +00:00
slip_skid_ball.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
transponder.cxx Roy Vegard Ovesen: 2004-10-26 12:06:45 +00:00
transponder.hxx Roy Vegard Ovesen: 2004-10-26 12:06:45 +00:00
turn_indicator.cxx Roy Vegard Ovesen: 2004-10-24 11:05:14 +00:00
turn_indicator.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
vertical_speed_indicator.cxx Roy Vegard Ovesen: 2004-10-24 11:05:14 +00:00
vertical_speed_indicator.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +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.