Changeset 456:1d6f4a83d381
- Timestamp:
- 03/09/13 06:28:42 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/fsuipc.py
r454 r456 1740 1740 return "FSUIPC/Dreamwings Bombardier Dash 8-Q400" 1741 1741 1742 def addMonitoringData(self, data, fsType): 1743 """Add the model-specific monitoring data to the given array.""" 1744 super(DreamwingsDH8DModel, self).addMonitoringData(data, fsType) 1745 1746 self._addOffsetWithIndexMember(data, 0x132c, "d", "_dwdh8d_navgps") 1747 1742 1748 def getAircraftState(self, aircraft, timestamp, data): 1743 1749 """Get the aircraft state. … … 1747 1753 timestamp, 1748 1754 data) 1755 if data[self._dwdh8d_navgps]==1: 1756 state.apHeading = None 1757 1749 1758 return state 1750 1759
Note:
See TracChangeset
for help on using the changeset viewer.