Loading Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp +0 −16 Original line number Diff line number Diff line Loading @@ -71,22 +71,6 @@ CConfiguration const * const CComponentCore::execute() throw ( } m_localOscillatorValue=0.0; m_setupMode=""; if(m_control->isRemoteOn()) { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", "RECEIVER_REMOTELY_CONTROLLABLE" ); } else { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", "RECEIVER_NOT_REMOTELY_CONTROLLABLE" ); } return &m_configuration; } Loading SRT/Servers/SRT7GHzReceiver/src/ComponentCore.cpp +0 −15 Original line number Diff line number Diff line Loading @@ -65,21 +65,6 @@ CConfiguration const * const CComponentCore::execute() throw (ComponentErrors:: m_localOscillatorValue=m_configuration.getDefaultLO()[i]; } m_setupMode=""; if(m_control->isRemoteOn()) { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", "RECEIVER_REMOTELY_CONTROLLABLE" ); } else { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", "RECEIVER_NOT_REMOTELY_CONTROLLABLE" ); } return &m_configuration; } Loading SRT/Servers/SRTLPBandReceiver/src/ComponentCore.cpp +0 −16 Original line number Diff line number Diff line Loading @@ -70,22 +70,6 @@ CConfiguration const * const CComponentCore::execute() throw ( m_localOscillatorValue = m_configuration.getDefaultLO()[0]; m_actualMode=""; if(m_control->isRemoteOn()) { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", "RECEIVER_REMOTELY_CONTROLLABLE" ); } else { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", "RECEIVER_NOT_REMOTELY_CONTROLLABLE" ); } return &m_configuration; } Loading Loading
Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp +0 −16 Original line number Diff line number Diff line Loading @@ -71,22 +71,6 @@ CConfiguration const * const CComponentCore::execute() throw ( } m_localOscillatorValue=0.0; m_setupMode=""; if(m_control->isRemoteOn()) { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", "RECEIVER_REMOTELY_CONTROLLABLE" ); } else { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", "RECEIVER_NOT_REMOTELY_CONTROLLABLE" ); } return &m_configuration; } Loading
SRT/Servers/SRT7GHzReceiver/src/ComponentCore.cpp +0 −15 Original line number Diff line number Diff line Loading @@ -65,21 +65,6 @@ CConfiguration const * const CComponentCore::execute() throw (ComponentErrors:: m_localOscillatorValue=m_configuration.getDefaultLO()[i]; } m_setupMode=""; if(m_control->isRemoteOn()) { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", "RECEIVER_REMOTELY_CONTROLLABLE" ); } else { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", "RECEIVER_NOT_REMOTELY_CONTROLLABLE" ); } return &m_configuration; } Loading
SRT/Servers/SRTLPBandReceiver/src/ComponentCore.cpp +0 −16 Original line number Diff line number Diff line Loading @@ -70,22 +70,6 @@ CConfiguration const * const CComponentCore::execute() throw ( m_localOscillatorValue = m_configuration.getDefaultLO()[0]; m_actualMode=""; if(m_control->isRemoteOn()) { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", "RECEIVER_REMOTELY_CONTROLLABLE" ); } else { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", "RECEIVER_NOT_REMOTELY_CONTROLLABLE" ); } return &m_configuration; } Loading