Changeset 1149:2bab29b55a4e for src/mlx
- Timestamp:
- 04/24/24 14:10:03 (7 months ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/pyuipc_sim.py
r1089 r1149 522 522 elif offset==0x0ec6: # QNH 523 523 return int(self.qnh * 16.0) 524 elif offset==0x11b8: # G-Load at touchdown 525 return int(self.gLoad * 625.0) 524 526 elif offset==0x11ba: # G-Load 525 527 return int(self.gLoad * 625.0)
Note:
See TracChangeset
for help on using the changeset viewer.