Exemplo n.º 1
0
 private void SetUpperRadioMode(CurrentAJS37RadioMode currentAJS37RadioMode)
 {
     try
     {
         _currentUpperRadioMode = currentAJS37RadioMode;
     }
     catch (Exception ex)
     {
         Common.LogError(ex);
     }
 }
Exemplo n.º 2
0
 private void SetLowerRadioMode(CurrentAJS37RadioMode currentAJS37RadioMode)
 {
     try
     {
         _currentLowerRadioMode = currentAJS37RadioMode;
         //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);
     }
 }
Exemplo n.º 3
0
 private void SetUpperRadioMode(CurrentAJS37RadioMode currentAJS37RadioMode)
 {
     try
     {
         Common.DebugP("Entering AJS-37 Radio SetUpperRadioMode()");
         Common.DebugP("Setting upper radio mode to " + currentAJS37RadioMode);
         _currentUpperRadioMode = currentAJS37RadioMode;
     }
     catch (Exception ex)
     {
         Common.LogError(78014, ex);
     }
     Common.DebugP("Leaving AJS-37 Radio SetUpperRadioMode()");
 }
Exemplo n.º 4
0
 private void SetLowerRadioMode(CurrentAJS37RadioMode currentAJS37RadioMode)
 {
     try
     {
         Common.DebugP("Entering AJS-37 Radio SetLowerRadioMode()");
         Common.DebugP("Setting lower radio mode to " + currentAJS37RadioMode);
         _currentLowerRadioMode = currentAJS37RadioMode;
         //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(78015, ex);
     }
     Common.DebugP("Leaving AJS-37 Radio SetLowerRadioMode()");
 }