Loading Medicina/Servers/MedicinaCBand/include/MixerOperator.h +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ class MixerOperator{ * * @return true Resurce is locked */ bool isLocked() throw (ReceiversErrors::LocalOscillatorErrorExImpl); bool isLocked() throw (ReceiversErrors::LocalOscillatorErrorExImpl, ReceiversErrors::LocalOscillatorErrorExImpl); private: Loading Medicina/Servers/MedicinaCBand/src/MixerOperator.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ bool MixerOperator::setValue(const ACS::doubleSeq& p_values) if(!m_init_ok || CORBA::is_nil(m_loDev_1st) || CORBA::is_nil(m_loDev_2nd) ){ ACS_LOG(LM_FULL_INFO,"MixerOperator::setLO()", (LM_NOTICE,"LOs not ready to be set")); MED_TRACE_MSG(" EXCP devices not found "); MED_TRACE_MSG(" LOs not ready to be set! "); return false; } if (! m_configuration ){ Loading Loading @@ -206,7 +206,7 @@ double MixerOperator::getValue() throw (ReceiversErrors::LocalOscillatorErrorExI return l_freq; } bool MixerOperator::isLocked() throw (ReceiversErrors::LocalOscillatorErrorExImpl) bool MixerOperator::isLocked() throw (ReceiversErrors::LocalOscillatorErrorExImpl, ReceiversErrors::LocalOscillatorErrorExImpl) { #ifndef EXCLUDE_MIXER if (! m_configuration ){ Loading Loading @@ -279,6 +279,7 @@ void MixerOperator::loadDevice(Receivers::LocalOscillator_ptr p_loDev, const cha throw Impl; } } MED_TRACE_FMT("Device %s loaded \n", p_lo_name); } void MixerOperator::releaseDevice(Receivers::LocalOscillator_ptr p_loDev, Loading Loading
Medicina/Servers/MedicinaCBand/include/MixerOperator.h +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ class MixerOperator{ * * @return true Resurce is locked */ bool isLocked() throw (ReceiversErrors::LocalOscillatorErrorExImpl); bool isLocked() throw (ReceiversErrors::LocalOscillatorErrorExImpl, ReceiversErrors::LocalOscillatorErrorExImpl); private: Loading
Medicina/Servers/MedicinaCBand/src/MixerOperator.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ bool MixerOperator::setValue(const ACS::doubleSeq& p_values) if(!m_init_ok || CORBA::is_nil(m_loDev_1st) || CORBA::is_nil(m_loDev_2nd) ){ ACS_LOG(LM_FULL_INFO,"MixerOperator::setLO()", (LM_NOTICE,"LOs not ready to be set")); MED_TRACE_MSG(" EXCP devices not found "); MED_TRACE_MSG(" LOs not ready to be set! "); return false; } if (! m_configuration ){ Loading Loading @@ -206,7 +206,7 @@ double MixerOperator::getValue() throw (ReceiversErrors::LocalOscillatorErrorExI return l_freq; } bool MixerOperator::isLocked() throw (ReceiversErrors::LocalOscillatorErrorExImpl) bool MixerOperator::isLocked() throw (ReceiversErrors::LocalOscillatorErrorExImpl, ReceiversErrors::LocalOscillatorErrorExImpl) { #ifndef EXCLUDE_MIXER if (! m_configuration ){ Loading Loading @@ -279,6 +279,7 @@ void MixerOperator::loadDevice(Receivers::LocalOscillator_ptr p_loDev, const cha throw Impl; } } MED_TRACE_FMT("Device %s loaded \n", p_lo_name); } void MixerOperator::releaseDevice(Receivers::LocalOscillator_ptr p_loDev, Loading