Changeset 659:d0311805dcd4
- Timestamp:
- 08/08/15 07:25:56 (9 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/fsuipc.py
r657 r659 1681 1681 super(PMDGBoeing737NGModel, self).addMonitoringData(data, fsType) 1682 1682 1683 if fsType==const.SIM_MSFSX: 1684 print "FSX detected, adding PMDG 737 NGX-specific offsets" 1683 if fsType==const.SIM_MSFSX or fsType==const.SIM_P3D: 1684 print "%s detected, adding PMDG 737 NGX-specific offsets" % \ 1685 ("FSX" if fsType==const.SIM_MSFSX else "P3D",) 1685 1686 self._addOffsetWithIndexMember(data, 0x6500, "b", 1686 1687 "_pmdgidx_lts_positionsw")
Note:
See TracChangeset
for help on using the changeset viewer.