コード例 #1
0
 private void SetUpperRadioMode(CurrentP51DRadioMode currentP51DRadioMode)
 {
     try
     {
         _currentUpperRadioMode = currentP51DRadioMode;
     }
     catch (Exception ex)
     {
         logger.Error(ex);
     }
 }
コード例 #2
0
 private void SetLowerRadioMode(CurrentP51DRadioMode currentP51DRadioMode)
 {
     try
     {
         _currentLowerRadioMode = currentP51DRadioMode;
         //If NOUSE then send next round of e.Data to the panel in order to clear the LCD.
         //_sendNextRoundToPanel = true;catch (Exception ex)
     }
     catch (Exception ex)
     {
         Common.LogError(ex);
     }
 }
コード例 #3
0
 private void SetUpperRadioMode(CurrentP51DRadioMode currentP51DRadioMode)
 {
     try
     {
         Common.DebugP("Entering P-51D Radio SetUpperRadioMode()");
         Common.DebugP("Setting upper radio mode to " + currentP51DRadioMode);
         _currentUpperRadioMode = currentP51DRadioMode;
     }
     catch (Exception ex)
     {
         Common.LogError(84014, ex);
     }
     Common.DebugP("Leaving P-51D Radio SetUpperRadioMode()");
 }
コード例 #4
0
 private void SetLowerRadioMode(CurrentP51DRadioMode currentP51DRadioMode)
 {
     try
     {
         Common.DebugP("Entering P-51D Radio SetLowerRadioMode()");
         Common.DebugP("Setting lower radio mode to " + currentP51DRadioMode);
         _currentLowerRadioMode = currentP51DRadioMode;
         //If NOUSE then send next round of e.Data to the panel in order to clear the LCD.
         //_sendNextRoundToPanel = true;catch (Exception ex)
     }
     catch (Exception ex)
     {
         Common.LogError(84015, ex);
     }
     Common.DebugP("Leaving P-51D Radio SetLowerRadioMode()");
 }