Ignore:
Timestamp:
08/18/12 09:30:21 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Cruise level changes are logged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r298 r304  
    172172        This default implementation returns True."""
    173173        return True
    174    
     174
     175    @property
     176    def timestamp(self):
     177        """Get the timestamp of the current state."""
     178        return None if self._aircraftState is None \
     179               else self._aircraftState.timestamp
     180       
    175181    def getFlapsSpeedLimit(self, flaps):
    176182        """Get the speed limit for the given flaps setting."""
Note: See TracChangeset for help on using the changeset viewer.