Changeset 8:85698811c70e for src/fs.py


Ignore:
Timestamp:
02/04/12 15:10:19 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The tracking of flight stages and some basic logging functionality works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fs.py

    r6 r8  
    6262    - groundSpeed: the ground speed (float)
    6363    - vs: the vertical speed in feet/minutes (float)
     64    - radioAltitude: the radio altitude of the aircraft in feet (float)
    6465    - altitude: the altitude of the aircraft in feet (float)
    6566    - gLoad: G-load (float)
     
    8283    - langingLightsOn: a boolean indicating if the landing lights are on
    8384    - pitotHeatOn: a boolean indicating if the pitot heat is on
     85    - parking: a boolean indicating if the parking brake is set
    8486    - gearsDown: a boolean indicating if the gears are down
    8587    - spoilersArmed: a boolean indicating if the spoilers have been armed for
     
    9092    - nav1: the frequency of the NAV1 radio in MHz (string)
    9193    - nav2: the frequency of the NAV1 radio in MHz (string)
     94    - squawk: the transponder code
    9295
    9396    FIXME: needed when taxiing only:
Note: See TracChangeset for help on using the changeset viewer.