Loading Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp +5 −5 Original line number Diff line number Diff line Loading @@ -393,10 +393,10 @@ void CComponentCore::lnaOff() throw ( ReceiversErrors::ReceiverControlBoardErrorExImpl ) { if (checkStatusBit(LOCAL)) { _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOff()"); throw impl; } // if (checkStatusBit(LOCAL)) { // _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOff()"); // throw impl; // } try { m_control-> turnRightLNAsOff(); m_control-> turnLeftLNAsOff(); Loading SRT/Servers/SRT7GHzReceiver/src/ComponentCore.cpp +8 −8 Original line number Diff line number Diff line Loading @@ -357,10 +357,10 @@ void CComponentCore::vacuumSensorOn() throw (ReceiversErrors::NoRemoteControlErr void CComponentCore::lnaOff() throw (ReceiversErrors::NoRemoteControlErrorExImpl,ReceiversErrors::ReceiverControlBoardErrorExImpl) { if (checkStatusBit(LOCAL)) { _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOff()"); throw impl; } // if (checkStatusBit(LOCAL)) { // _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOff()"); // throw impl; // } try { m_control-> turnRightLNAsOff(); m_control-> turnLeftLNAsOff(); Loading @@ -376,10 +376,10 @@ void CComponentCore::lnaOff() throw (ReceiversErrors::NoRemoteControlErrorExImpl void CComponentCore::lnaOn() throw (ReceiversErrors::NoRemoteControlErrorExImpl,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 SRT/Servers/SRTLPBandReceiver/src/ComponentCore.cpp +8 −8 Original line number Diff line number Diff line Loading @@ -440,10 +440,10 @@ void CComponentCore::lnaOff() throw ( ReceiversErrors::ReceiverControlBoardErrorExImpl ) { if (checkStatusBit(LOCAL)) { _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOff()"); throw impl; } // if (checkStatusBit(LOCAL)) { // _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOff()"); // throw impl; // } try { m_control-> turnRightLNAsOff(); m_control-> turnLeftLNAsOff(); Loading @@ -463,10 +463,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 +5 −5 Original line number Diff line number Diff line Loading @@ -393,10 +393,10 @@ void CComponentCore::lnaOff() throw ( ReceiversErrors::ReceiverControlBoardErrorExImpl ) { if (checkStatusBit(LOCAL)) { _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOff()"); throw impl; } // if (checkStatusBit(LOCAL)) { // _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOff()"); // throw impl; // } try { m_control-> turnRightLNAsOff(); m_control-> turnLeftLNAsOff(); Loading
SRT/Servers/SRT7GHzReceiver/src/ComponentCore.cpp +8 −8 Original line number Diff line number Diff line Loading @@ -357,10 +357,10 @@ void CComponentCore::vacuumSensorOn() throw (ReceiversErrors::NoRemoteControlErr void CComponentCore::lnaOff() throw (ReceiversErrors::NoRemoteControlErrorExImpl,ReceiversErrors::ReceiverControlBoardErrorExImpl) { if (checkStatusBit(LOCAL)) { _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOff()"); throw impl; } // if (checkStatusBit(LOCAL)) { // _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOff()"); // throw impl; // } try { m_control-> turnRightLNAsOff(); m_control-> turnLeftLNAsOff(); Loading @@ -376,10 +376,10 @@ void CComponentCore::lnaOff() throw (ReceiversErrors::NoRemoteControlErrorExImpl void CComponentCore::lnaOn() throw (ReceiversErrors::NoRemoteControlErrorExImpl,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
SRT/Servers/SRTLPBandReceiver/src/ComponentCore.cpp +8 −8 Original line number Diff line number Diff line Loading @@ -440,10 +440,10 @@ void CComponentCore::lnaOff() throw ( ReceiversErrors::ReceiverControlBoardErrorExImpl ) { if (checkStatusBit(LOCAL)) { _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOff()"); throw impl; } // if (checkStatusBit(LOCAL)) { // _EXCPT(ReceiversErrors::NoRemoteControlErrorExImpl,impl,"CComponentCore::lnaOff()"); // throw impl; // } try { m_control-> turnRightLNAsOff(); m_control-> turnLeftLNAsOff(); Loading @@ -463,10 +463,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