Ignore:
Timestamp:
03/09/13 06:16:13 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Modified the fault condition of the anti-collision lights checker for the Tupolev aircraft (re #188)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r448 r452  
    940940            if n1>5: numEnginesRunning += 1
    941941
    942         if flight.stage==const.STAGE_PARKING:
     942        if flight.stage==const.STAGE_PARKING or \
     943           (flight.stage==const.STAGE_TAXIAFTERLAND and state.parking):
    943944            return numEnginesRunning<len(state.n1) \
    944945                   and state.antiCollisionLightsOn
Note: See TracChangeset for help on using the changeset viewer.