Loading Medicina/Servers/MedicinaCBand/src/ComponentCore.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -136,7 +136,6 @@ void CComponentCore::activate(const char *mode) throw (ReceiversErrors::ModeErro // Basic operations lnaOn(); // throw (ReceiversErrors::NoRemoteControlErrorExImpl,ReceiversErrors::ReceiverControlBoardErrorExImpl) externalCalOff(); // Remote control check bool answer; try { Loading Medicina/Servers/MedicinaCBand/src/MixerOperator.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -192,6 +192,7 @@ double MixerOperator::getValue() throw (ReceiversErrors::LocalOscillatorErrorExI try{ #ifndef EXCLUDE_MIXER m_loDev_1st->get(l_power, l_freq); l_freq -= l_setup.m_fixedLO2[0]; #else return 0.0; #endif Loading Loading
Medicina/Servers/MedicinaCBand/src/ComponentCore.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -136,7 +136,6 @@ void CComponentCore::activate(const char *mode) throw (ReceiversErrors::ModeErro // Basic operations lnaOn(); // throw (ReceiversErrors::NoRemoteControlErrorExImpl,ReceiversErrors::ReceiverControlBoardErrorExImpl) externalCalOff(); // Remote control check bool answer; try { Loading
Medicina/Servers/MedicinaCBand/src/MixerOperator.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -192,6 +192,7 @@ double MixerOperator::getValue() throw (ReceiversErrors::LocalOscillatorErrorExI try{ #ifndef EXCLUDE_MIXER m_loDev_1st->get(l_power, l_freq); l_freq -= l_setup.m_fixedLO2[0]; #else return 0.0; #endif Loading