Avionics
Dropship Simulator
Instrument.h File Reference
Include dependency graph for Instrument.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Instrument
 Abstract base class for instrumentation By definition, instruments don't do any of the work (they don't modify values) If you have something that takes data like VSI and AGL and then triggers GPWS that would be in a module This is presentation layer only - because we can have multiple copies of a particular instrument concurrently displayed What if we don't have data on the bus for the instrument, like FMS stores the waypoint order, waypoint locations? N1 and ITT are different, we are reading from sensors that could be flawed... not from FADEC directly. More...
 
class  IndicatedAirSpeedTape
 Forward definitions for the instruments are below. More...
 
class  AttitudeIndicator
 AI. More...
 
class  AltitudeTape
 Altitude. More...
 
class  HeadingIndicator
 Heading. More...
 
class  FlightModeAnnunciator
 FMA. More...
 
class  AlertMessageStack
 Alert Message Stack (CAS) More...
 
class  Diagnostics
 Diagnostics. More...
 
class  N1Indicator
 N1. More...
 
class  ITTIndicator
 ITT. More...
 
class  MovingMap
 MovingMap. More...