Loading Medicina/Servers/MedicinaCBand/src/MixerOperator.cpp +11 −1 Original line number Diff line number Diff line Loading @@ -47,6 +47,9 @@ void MixerOperator::loadComponents() #ifndef EXCLUDE_MIXER const char * m_1st_name= m_configuration.getLocalOscillatorInstance1st(); const char * m_2nd_name= m_configuration.getLocalOscillatorInstance2nd(); /* TEST */ fprintf(stderr,"LO 1 : %s", m_1st_name); fprintf(stderr,"LO 2 : %s", m_2nd_name); try{ loadDevice(m_loDev_1st, m_1st_name); loadDevice(m_loDev_2nd, m_2nd_name); Loading @@ -64,10 +67,14 @@ void MixerOperator::loadComponents() void MixerOperator::releaseComponents() { try{ const char * m_1st_name= m_configuration.getLocalOscillatorInstance1st(); const char * m_2nd_name= m_configuration.getLocalOscillatorInstance2nd(); releaseDevice(m_loDev_1st, m_1st_name); releaseDevice(m_loDev_2nd, m_2nd_name); }catch(...){ MED_TRACE_MSG(" Failed to release LOs "); } m_init_ok= false; } Loading Loading @@ -214,6 +221,9 @@ void MixerOperator::loadDevice(Receivers::LocalOscillator_var p_loDev, const cha p_loDev= Receivers::LocalOscillator::_nil(); throw Impl; } catch(...){ MED_TRACE_MSG(" Failed to load LO "); } } } Loading Loading
Medicina/Servers/MedicinaCBand/src/MixerOperator.cpp +11 −1 Original line number Diff line number Diff line Loading @@ -47,6 +47,9 @@ void MixerOperator::loadComponents() #ifndef EXCLUDE_MIXER const char * m_1st_name= m_configuration.getLocalOscillatorInstance1st(); const char * m_2nd_name= m_configuration.getLocalOscillatorInstance2nd(); /* TEST */ fprintf(stderr,"LO 1 : %s", m_1st_name); fprintf(stderr,"LO 2 : %s", m_2nd_name); try{ loadDevice(m_loDev_1st, m_1st_name); loadDevice(m_loDev_2nd, m_2nd_name); Loading @@ -64,10 +67,14 @@ void MixerOperator::loadComponents() void MixerOperator::releaseComponents() { try{ const char * m_1st_name= m_configuration.getLocalOscillatorInstance1st(); const char * m_2nd_name= m_configuration.getLocalOscillatorInstance2nd(); releaseDevice(m_loDev_1st, m_1st_name); releaseDevice(m_loDev_2nd, m_2nd_name); }catch(...){ MED_TRACE_MSG(" Failed to release LOs "); } m_init_ok= false; } Loading Loading @@ -214,6 +221,9 @@ void MixerOperator::loadDevice(Receivers::LocalOscillator_var p_loDev, const cha p_loDev= Receivers::LocalOscillator::_nil(); throw Impl; } catch(...){ MED_TRACE_MSG(" Failed to load LO "); } } } Loading