Loading Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -416,10 +416,10 @@ void CComponentCore::lnaOn() throw ( ReceiversErrors::ReceiverControlBoardErrorExImpl ) { if (checkStatusBit(LOCAL)) { _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOn()"); throw impl; } // if (checkStatusBit(LOCAL)) { // _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOn()"); // throw impl; // } try { m_control-> turnRightLNAsOn(); m_control-> turnLeftLNAsOn(); Loading Loading
Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -416,10 +416,10 @@ void CComponentCore::lnaOn() throw ( ReceiversErrors::ReceiverControlBoardErrorExImpl ) { if (checkStatusBit(LOCAL)) { _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOn()"); throw impl; } // if (checkStatusBit(LOCAL)) { // _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOn()"); // throw impl; // } try { m_control-> turnRightLNAsOn(); m_control-> turnLeftLNAsOn(); Loading