Example #1
0
 private void SetUpperRadioMode(CurrentSpitfireLFMkIXRadioMode currentSpitfireLFMkIXRadioMode)
 {
     try
     {
         _currentUpperRadioMode = currentSpitfireLFMkIXRadioMode;
     }
     catch (Exception ex)
     {
         logger.Error(ex);
     }
 }
Example #2
0
 private void SetLowerRadioMode(CurrentSpitfireLFMkIXRadioMode currentSpitfireLFMkIXRadioMode)
 {
     try
     {
         _currentLowerRadioMode = currentSpitfireLFMkIXRadioMode;
         // If NOUSE then send next round of data to the panel in order to clear the LCD.
         // _sendNextRoundToPanel = true;catch (Exception ex)
     }
     catch (Exception ex)
     {
         logger.Error(ex);
     }
 }