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

Added support for the ILS frequency, and made use of it in case of the DA F70 model (#115)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r364 r366  
    517517#---------------------------------------------------------------------------------------
    518518
     519class ILSLogger(NAVLogger):
     520    """Logger for the ILS radio setting."""
     521    def __init__(self):
     522        """Construct the logger."""
     523        super(ILSLogger, self).__init__("ils", "ILS")
     524
     525#---------------------------------------------------------------------------------------
     526
    519527class NAV1Logger(NAVLogger):
    520528    """Logger for the NAV1 radio setting."""
Note: See TracChangeset for help on using the changeset viewer.