Ignore:
Timestamp:
04/24/24 14:10:03 (12 days ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Support for offset 0x11b8 in the FSUIPC simulator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/pyuipc_sim.py

    r1089 r1149  
    522522        elif offset==0x0ec6:       # QNH
    523523            return int(self.qnh * 16.0)
     524        elif offset==0x11b8:       # G-Load at touchdown
     525            return int(self.gLoad * 625.0)
    524526        elif offset==0x11ba:       # G-Load
    525527            return int(self.gLoad * 625.0)
Note: See TracChangeset for help on using the changeset viewer.