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

The position of the gear control lever is logged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r191 r209  
    11451145                      ("pitot", 0x029c, "b"),
    11461146                      ("parking", 0x0bc8, "H"),
     1147                      ("gearControl", 0x0be8, "d"),
    11471148                      ("noseGear", 0x0bec, "d"),
    11481149                      ("spoilersArmed", 0x0bcc, "d"),
     
    13081309        state.parking = data[self._monidx_parking]!=0
    13091310
     1311        state.gearControlDown = data[self._monidx_gearControl]==16383
    13101312        state.gearsDown = data[self._monidx_noseGear]==16383
    13111313
Note: See TracChangeset for help on using the changeset viewer.