Ignore:
Timestamp:
11/15/12 16:51:42 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

#138: added the reading of the AP data and its displaying in the monitor window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fs.py

    r334 r337  
    248248    - xpdrC: a boolean indicating whether the transponder is in C mode, or
    249249      None, if the state cannot be read properly
    250 
    251     FIXME: needed when taxiing only:
    252     - payload weight
    253 
    254     FIXME: needed rarely:
    255     - latitude, longitude
    256     - transporter
    257     - visibility
     250    - apMaster: a boolean indicating whether the autopilot is switched on, or
     251      None, if the state cannot be read properly
     252    - apHeadingHold: a boolean indicating whether the autopilot's heading hold
     253      mode is switched on, or None, if the state cannot be read properly
     254    - apHeading: the autopilot heading value in degrees (float),
     255      or None, if the state cannot be read properly
     256    - apAltitudeHold: a boolean indicating whether the autopilot's altitude hold
     257      mode is switched on, or None, if the state cannot be read properly
     258    - apAltitude: the autopilot altitude value in feet (float),
     259      or None, if the state cannot be read properly
    258260    """
     261
Note: See TracChangeset for help on using the changeset viewer.