Commit 44d1d9cd authored by Matteo DB's avatar Matteo DB
Browse files

f

parent 7466d46e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -121,7 +121,7 @@ void CComponentCore::activate(const char *mode) throw (ReceiversErrors::Receiver
        m_localOscillatorValue.length(l_setup.m_IFs);
        m_localOscillatorValue.length(l_setup.m_IFs);
    }catch(...){
    }catch(...){
         MED_TRACE_MSG(" Unexpected configuration exception! ");
         MED_TRACE_MSG(" Unexpected configuration exception! ");
        _EXCPT(ComponentErrors::ModeErrorExImpl,impl,"CComponentErrors::acitvate()");
        _EXCPT(ReceiversErrors::ModeErrorExImpl,impl,"CComponentErrors::acitvate()");
        throw impl;
        throw impl;
    }
    }


@@ -355,7 +355,7 @@ void CComponentCore::setLO(const ACS::doubleSeq& lo)
        MED_TRACE_FMT( "m_bandwidth[0] : %f", m_bandwidth[0]);
        MED_TRACE_FMT( "m_bandwidth[0] : %f", m_bandwidth[0]);
    }catch(...){
    }catch(...){
        _IRA_LOGFILTER_LOG(LM_CRITICAL,"CComponentCore::setLO()","ReceiverControl allocation error");
        _IRA_LOGFILTER_LOG(LM_CRITICAL,"CComponentCore::setLO()","ReceiverControl allocation error");
        _EXCPT(ComponentErrors::ModeErrorExImpl,impl,"CComponentCore::setLO()");
        _EXCPT(ReceiversErrors::ModeErrorExImpl,impl,"CComponentCore::setLO()");
        throw impl;          
        throw impl;          
    }
    }
    ACS_LOG(LM_FULL_INFO,"CComponentCore::setLO()",(LM_NOTICE,"LOCAL_OSCILLATOR %lf",l_lo_value));
    ACS_LOG(LM_FULL_INFO,"CComponentCore::setLO()",(LM_NOTICE,"LOCAL_OSCILLATOR %lf",l_lo_value));