- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/fsuipc.py
r507 r476 1264 1264 flapsNotches is a list of degrees of flaps that are available on the aircraft.""" 1265 1265 self._flapsNotches = flapsNotches 1266 self._xpdrReliable = False1267 1266 1268 1267 @property … … 1409 1408 state.cog = data[self._monidx_cog] 1410 1409 1411 if not self._xpdrReliable: 1412 self._xpdrReliable = data[self._monidx_xpdrC]!=0 1413 1414 state.xpdrC = data[self._monidx_xpdrC]!=1 \ 1415 if self._xpdrReliable else None 1410 state.xpdrC = data[self._monidx_xpdrC]!=1 1416 1411 state.autoXPDR = False 1417 1412
Note:
See TracChangeset
for help on using the changeset viewer.