System dependent instruments: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Started documentation on system dependent generic instruments)
 
(tables)
Line 1: Line 1:
Electrical
Electrical


./heading_indicator_dg.cxx:    _electrical_node = fgGetNode("/systems/electrical/outputs/DG", true);
{| class="wikitable"
./dme.cxx:    _electrical_node = fgGetNode("/systems/electrical/outputs/dme", true);
|-
./kr_87.cxx:    bus_power(fgGetNode("/systems/electrical/outputs/adf", true)),
! Source file !! Instrument !! Property !! Comment
./turn_indicator.cxx:        fgGetNode("/systems/electrical/outputs/turn-coordinator", true);
|-
./mrg.cxx:    _electrical_node = fgGetNode("/systems/electrical/outputs/MRG", true);
|heading_indicator_dg || Directional Gyro (DG) || /systems/electrical/outputs/DG ||
./gps.cxx:  _electrical_node = fgGetNode("/systems/electrical/outputs/gps", true);
|-
./kt_70.cxx:    bus_power = fgGetNode("/systems/electrical/outputs/transponder", true);
| dme || DME || /systems/electrical/outputs/dme ||
./adf.cxx:    _electrical_node    = fgGetNode("/systems/electrical/outputs/adf", true);
|-
./testgps.cxx:  fgSetBool("/systems/electrical/outputs/gps", true);
| kr_87 || xx || /systems/electrical/outputs/adf ||
./mk_viii.cxx:  mk_node(power) = fgGetNode(("/systems/electrical/outputs/" + mk->name).c_str(), mk->num, true);
|-
./heading_indicator_fg.cxx:    _electrical_node = fgGetNode("/systems/electrical/outputs/DG", true);
| turn_indicator || Turn Indicator || /systems/electrical/outputs/turn-coordinator ||
./transponder.cxx:    busPowerNode = fgGetNode("/systems/electrical/outputs/transponder", true);
|-
./tacan.cxx:    _electrical_node = fgGetNode("/systems/electrical/outputs/tacan", true);
| mrg || xx || /systems/electrical/outputs/MRG ||
./navradio.cxx:        fgGetNode(("/systems/electrical/outputs/" + _name).c_str(), true);
|-
./marker_beacon.cxx:    bus_power = fgGetNode("/systems/electrical/outputs/nav[0]", true);
| gps || GPS || /systems/electrical/outputs/gps ||
 
|-
| kt_70 || Transponder || /systems/electrical/outputs/transponder ||
|-
| adf || ADF ||/systems/electrical/outputs/adf || >8 to work
|-
| mk_viii || xx || /systems/electrical/outputs/" + mk->name ||
|-  
| heading_indicator_fg || Flux-gate compass || /systems/electrical/outputs/DG ||
|-
| transponder || /systems/electrical/outputs/transponder ||
|-
| tacan || TACAN || systems/electrical/outputs/tacan||
|-
| navradio || Navigation radios || /systems/electrical/outputs/" + _name ||
|-
| marker_beacon || xx ||/systems/electrical/outputs/nav[0] ||
|}


Vacuum
Vacuum


./heading_indicator.cxx:    _suction(node->getStringValue("suction", "/systems/vacuum/suction-inhg"))
{| class="wikitable"
./attitude_indicator.cxx:    _suction(node->getStringValue("suction", "/systems/vacuum/suction-inhg")),
|-
! Source file !! Instrument !! Property !! Comment
|-
| heading_indicator || Heading indicator || /systems/vacuum/suction-inhg ||
|-
| attitude_indicator || Attitude indicator || /systems/vacuum/suction-inhg" ||
|}




Static
Static


./altimeter.cxx://        <static-pressure>/systems/static/pressure-inhg</static-pressure>
{| class="wikitable"
./altimeter.cxx:      _static_pressure(node->getStringValue("static-pressure", "/systems/static/pressure-inhg")),
|-
./vertical_speed_indicator.cxx:      _static_pressure(node->getStringValue("static-pressure", "/systems/static/pressure-inhg"))
! Source file !! Instrument !! Property !! Comment
./airspeed_indicator.cxx:    _static_pressure(node->getStringValue("static-pressure", "/systems/static/pressure-inhg")),
|-
 
| altimeter || Altimeter || /systems/static/pressure-inhg ||
|-
| vertical_speed_indicator || VSI || /systems/static/pressure-inhg ||
|-
| airspeed_indicator || Airspeed indicator || /systems/static/pressure-inhg ||
|}


Pitot
Pitot


./airspeed_indicator.cxx:    _total_pressure(node->getStringValue("total-pressure", "/systems/pitot/total-pressure-inhg")),
{| class="wikitable"
|-
! Source file !! Instrument !! Property !! Comment
|-
| airspeed_indicator || Airspeed indicator || /systems/pitot/total-pressure-inhg ||
|}

Revision as of 20:04, 18 April 2013

Electrical

Source file Instrument Property Comment
heading_indicator_dg Directional Gyro (DG) /systems/electrical/outputs/DG
dme DME /systems/electrical/outputs/dme
kr_87 xx /systems/electrical/outputs/adf
turn_indicator Turn Indicator /systems/electrical/outputs/turn-coordinator
mrg xx /systems/electrical/outputs/MRG
gps GPS /systems/electrical/outputs/gps
kt_70 Transponder /systems/electrical/outputs/transponder
adf ADF /systems/electrical/outputs/adf >8 to work
mk_viii xx /systems/electrical/outputs/" + mk->name
heading_indicator_fg Flux-gate compass /systems/electrical/outputs/DG
transponder /systems/electrical/outputs/transponder
tacan TACAN systems/electrical/outputs/tacan
navradio Navigation radios /systems/electrical/outputs/" + _name
marker_beacon xx /systems/electrical/outputs/nav[0]

Vacuum

Source file Instrument Property Comment
heading_indicator Heading indicator /systems/vacuum/suction-inhg
attitude_indicator Attitude indicator /systems/vacuum/suction-inhg"


Static

Source file Instrument Property Comment
altimeter Altimeter /systems/static/pressure-inhg
vertical_speed_indicator VSI /systems/static/pressure-inhg
airspeed_indicator Airspeed indicator /systems/static/pressure-inhg

Pitot

Source file Instrument Property Comment
airspeed_indicator Airspeed indicator /systems/pitot/total-pressure-inhg