Ignore:
Timestamp:
12/08/12 15:22:06 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

It is now possible to log faults so that the last one is updated instead of writing a new one (#143)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r344 r346  
    12921292                           FaultChecker._appendDuring(flight, message),
    12931293                           FaultChecker._getLinearScore(50, 80, 10, 15,
    1294                                                         state.groundSpeed))
     1294                                                        state.groundSpeed),
     1295                           updatePrevious = True)
    12951296
    12961297    def isCondition(self, flight, aircraft, oldState, state):
Note: See TracChangeset for help on using the changeset viewer.