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

The transponder's state is checked only above 50 knots in the landing stage (re #183)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r443 r446  
    11181118                 (flight.stage in
    11191119                  [const.STAGE_CRUISE, const.STAGE_DESCENT,
    1120                    const.STAGE_LANDING, const.STAGE_GOAROUND] or \
     1120                   const.STAGE_GOAROUND] or \
     1121                  (flight.stage==const.STAGE_LANDING  and
     1122                   state.groundSpeed>50.0) or \
    11211123                  ((not state.autoXPDR or \
    11221124                    (self._liftOffTime is not None and
Note: See TracChangeset for help on using the changeset viewer.