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

The IntegerEntry widget is used for the VRef as well on the landing page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r71 r86  
    175175                            "Altimeter setting: %.0f hPa" % \
    176176                            (self._aircraftState.altimeter,))
     177        self.logger.message(self._aircraftState.timestamp,
     178                            "VRef speed calculated by the pilot: %s" % \
     179                            ("-" if self._flight.vref is None
     180                             else str(self._flight.vref)))
    177181        self.flight.flareStarted(flareStart, flareStartFS)
    178182         
Note: See TracChangeset for help on using the changeset viewer.