diff --git a/Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp b/Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp index 71289855e01bc35c16bb2a2f55bb18496bfb6ce6..ec08e5b59c44e7544ee297377121e7fe07cee509 100644 --- a/Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp +++ b/Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp @@ -76,14 +76,14 @@ CConfiguration const * const CComponentCore::execute() throw ( _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", - "RECEVER_REMOTELY_CONTROLLABLE" + "RECEIVER_REMOTELY_CONTROLLABLE" ); } else { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", - "RECEVER_NOT_REMOTELY_CONTROLLABLE" + "RECEIVER_NOT_REMOTELY_CONTROLLABLE" ); } @@ -852,7 +852,7 @@ void CComponentCore::updateComponent() m_componentStatus=Management::MNG_OK; // if (checkStatusBit(LOCAL)) { // setComponentStatus(Management::MNG_FAILURE); - // _IRA_LOGFILTER_LOG(LM_CRITICAL,"CComponentCore::updateComponent()","RECEVER_NOT_REMOTELY_CONTROLLABLE"); + // _IRA_LOGFILTER_LOG(LM_CRITICAL,"CComponentCore::updateComponent()","RECEIVER_NOT_REMOTELY_CONTROLLABLE"); // } if (checkStatusBit(VACUUMPUMPFAULT)) { setComponentStatus(Management::MNG_WARNING); @@ -1006,14 +1006,14 @@ void CComponentCore::updateIsRemote() throw (ReceiversErrors::ReceiverControlBoa _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::updateIsRemote()", - "RECEVER_SWITCHED_FROM_LOCAL_TO_REMOTE" + "RECEIVER_SWITCHED_FROM_LOCAL_TO_REMOTE" ); } else if (!checkStatusBit(LOCAL) && !answer) { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::updateIsRemote()", - "RECEVER_SWITCHED_FROM_REMOTE_TO_LOCAL" + "RECEIVER_SWITCHED_FROM_REMOTE_TO_LOCAL" ); } diff --git a/SRT/Servers/SRT7GHzReceiver/src/ComponentCore.cpp b/SRT/Servers/SRT7GHzReceiver/src/ComponentCore.cpp index d1fe3190b7a35023714baf1b4d9440c452c35aaf..64937048af470eb860797b72355cc79d808cb54e 100644 --- a/SRT/Servers/SRT7GHzReceiver/src/ComponentCore.cpp +++ b/SRT/Servers/SRT7GHzReceiver/src/ComponentCore.cpp @@ -70,14 +70,14 @@ CConfiguration const * const CComponentCore::execute() throw (ComponentErrors:: _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", - "RECEVER_REMOTELY_CONTROLLABLE" + "RECEIVER_REMOTELY_CONTROLLABLE" ); } else { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", - "RECEVER_NOT_REMOTELY_CONTROLLABLE" + "RECEIVER_NOT_REMOTELY_CONTROLLABLE" ); } return &m_configuration; @@ -715,7 +715,7 @@ void CComponentCore::updateComponent() m_componentStatus=Management::MNG_OK; // if (checkStatusBit(LOCAL)) { // setComponentStatus(Management::MNG_FAILURE); - // _IRA_LOGFILTER_LOG(LM_CRITICAL,"CComponentCore::updateComponent()","RECEVER_NOT_REMOTELY_CONTROLLABLE"); + // _IRA_LOGFILTER_LOG(LM_CRITICAL,"CComponentCore::updateComponent()","RECEIVER_NOT_REMOTELY_CONTROLLABLE"); // } if (checkStatusBit(VACUUMPUMPFAULT)) { setComponentStatus(Management::MNG_WARNING); @@ -857,14 +857,14 @@ void CComponentCore::updateIsRemote() throw (ReceiversErrors::ReceiverControlBoa _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::updateIsRemote()", - "RECEVER_SWITCHED_FROM_LOCAL_TO_REMOTE" + "RECEIVER_SWITCHED_FROM_LOCAL_TO_REMOTE" ); } else if (!checkStatusBit(LOCAL) && !answer) { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::updateIsRemote()", - "RECEVER_SWITCHED_FROM_REMOTE_TO_LOCAL" + "RECEIVER_SWITCHED_FROM_REMOTE_TO_LOCAL" ); } diff --git a/SRT/Servers/SRTLPBandReceiver/src/ComponentCore.cpp b/SRT/Servers/SRTLPBandReceiver/src/ComponentCore.cpp index 41fddbebd1fa8a029ef1163d23f417d53722a87a..8c99127e789c4651141771e31cefb253b6ab44ae 100755 --- a/SRT/Servers/SRTLPBandReceiver/src/ComponentCore.cpp +++ b/SRT/Servers/SRTLPBandReceiver/src/ComponentCore.cpp @@ -75,14 +75,14 @@ CConfiguration const * const CComponentCore::execute() throw ( _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", - "RECEVER_REMOTELY_CONTROLLABLE" + "RECEIVER_REMOTELY_CONTROLLABLE" ); } else { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::execute()", - "RECEVER_NOT_REMOTELY_CONTROLLABLE" + "RECEIVER_NOT_REMOTELY_CONTROLLABLE" ); } @@ -949,10 +949,10 @@ void CComponentCore::updateComponent() { baci::ThreadSyncGuard guard(&m_mutex); m_componentStatus=Management::MNG_OK; - if (checkStatusBit(LOCAL)) { - setComponentStatus(Management::MNG_FAILURE); - _IRA_LOGFILTER_LOG(LM_CRITICAL,"CComponentCore::updateComponent()","RECEVER_NOT_REMOTELY_CONTROLLABLE"); - } + // if (checkStatusBit(LOCAL)) { + // setComponentStatus(Management::MNG_FAILURE); + // _IRA_LOGFILTER_LOG(LM_CRITICAL,"CComponentCore::updateComponent()","RECEIVER_NOT_REMOTELY_CONTROLLABLE"); + // } if (checkStatusBit(VACUUMPUMPFAULT)) { setComponentStatus(Management::MNG_WARNING); _IRA_LOGFILTER_LOG(LM_WARNING,"CComponentCore::updateComponent()","VACUUM_PUMP_FAILURE"); @@ -1103,14 +1103,14 @@ void CComponentCore::updateIsRemote() throw (ReceiversErrors::ReceiverControlBoa _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::updateIsRemote()", - "RECEVER_SWITCHED_FROM_LOCAL_TO_REMOTE" + "RECEIVER_SWITCHED_FROM_LOCAL_TO_REMOTE" ); } else if (!checkStatusBit(LOCAL) && !answer) { _IRA_LOGFILTER_LOG( LM_INFO, "CComponentCore::updateIsRemote()", - "RECEVER_SWITCHED_FROM_REMOTE_TO_LOCAL" + "RECEIVER_SWITCHED_FROM_REMOTE_TO_LOCAL" ); }