Ignore:
Timestamp:
09/30/12 06:53:14 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added support for the landing lights and the NAV frequencies being unreliable and the Digital Aviation F70 model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fs.py

    r298 r314  
    215215    - antiCollisionLightsOn: a boolean indicating if the anti-collision lights are on
    216216    - strobeLightsOn: a boolean indicating if the strobe lights are on
    217     - landingLightsOn: a boolean indicating if the landing lights are on
     217    - landingLightsOn: a boolean indicating if the landing lights are on. If
     218    the detection of the state of the landing lights is unreliable, and should
     219    not be considered, this is set to None.
    218220    - pitotHeatOn: a boolean indicating if the pitot heat is on
    219221    - parking: a boolean indicating if the parking brake is set
     
    225227    (float)
    226228    - altimeter: the altimeter setting in hPa (float)
    227     - nav1: the frequency of the NAV1 radio in MHz (string)
    228     - nav2: the frequency of the NAV1 radio in MHz (string)
     229    - nav1: the frequency of the NAV1 radio in MHz (string). Can be None, if
     230    the frequency is unreliable or meaningless.
     231    - nav2: the frequency of the NAV1 radio in MHz (string). Can be None, if
     232    the frequency is unreliable or meaningless.
    229233    - squawk: the transponder code (string)
    230234    - windSpeed: the speed of the wind at the aircraft in knots (float)
Note: See TracChangeset for help on using the changeset viewer.