Ignore:
Timestamp:
04/04/15 09:26:49 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The overspeed and stall conditions are logged with the winds (re #259)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r619 r622  
    194194
    195195        timeout = 30.0 + config.realIASSmoothingLength - 1
    196         self._checkers.append(checks.OverspeedChecker(timeout = timeout))
     196        self._checkers.append(checks.OverspeedChecker(faultTimeout = timeout))
    197197
    198198        self._checkers.append(checks.StallChecker())
Note: See TracChangeset for help on using the changeset viewer.