Changeset 415:77d406d7d593
- Timestamp:
- 01/26/13 09:48:29 (12 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/checks.py
r414 r415 1077 1077 state.landingLightsOn and state.altitude>12500) or \ 1078 1078 (flight.stage==const.STAGE_LANDING and \ 1079 not state.landingLightsOn and not state.onTheGround) or \ 1079 not state.landingLightsOn and state.onTheGround and 1080 state.groundSpeed>50.0) or \ 1080 1081 (flight.stage==const.STAGE_PARKING and \ 1081 1082 state.landingLightsOn and state.onTheGround)) -
test/test1.txt
r409 r415 68 68 set altitude=517 69 69 set latitude=47.49 longitude=21.62 70 set lights=23 70 71 set onTheGround=yes 71 72 set n1_1=-10 … … 74 75 set n1_2=0 75 76 set ias=45 gs=45 77 set lights=19 76 78 set ias=35 gs=35 77 79 set ias=20 gs=20
Note:
See TracChangeset
for help on using the changeset viewer.