Loading Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp +5 −3 Original line number Diff line number Diff line Loading @@ -183,11 +183,13 @@ void CComponentCore::activate() throw ( setStatusBit(CONNECTIONERROR); throw impl; } if (checkStatusBit(LOCAL)) { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_LOCAL"); if (answer) { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_REMOTE"); clearStatusBit(LOCAL); } else { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_REMOTE"); _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_LOCAL"); setStatusBit(LOCAL); } } Loading SRT/Servers/SRT7GHzReceiver/src/ComponentCore.cpp +5 −3 Original line number Diff line number Diff line Loading @@ -158,11 +158,13 @@ void CComponentCore::activate() throw (ReceiversErrors::ModeErrorExImpl,Componen setStatusBit(CONNECTIONERROR); throw impl; } if (checkStatusBit(LOCAL)) { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_LOCAL"); if (answer) { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_REMOTE"); clearStatusBit(LOCAL); } else { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_REMOTE"); _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_LOCAL"); setStatusBit(LOCAL); } } Loading SRT/Servers/SRTLPBandReceiver/src/ComponentCore.cpp +5 −3 Original line number Diff line number Diff line Loading @@ -233,11 +233,13 @@ void CComponentCore::activate(const char * setup_mode) throw ( setStatusBit(CONNECTIONERROR); throw impl; } if (checkStatusBit(LOCAL)) { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_LOCAL"); if (answer) { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_REMOTE"); clearStatusBit(LOCAL); } else { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_REMOTE"); _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_LOCAL"); setStatusBit(LOCAL); } } Loading Loading
Common/Servers/MFKBandBaseReceiver/src/MFKBandBaseCore.cpp +5 −3 Original line number Diff line number Diff line Loading @@ -183,11 +183,13 @@ void CComponentCore::activate() throw ( setStatusBit(CONNECTIONERROR); throw impl; } if (checkStatusBit(LOCAL)) { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_LOCAL"); if (answer) { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_REMOTE"); clearStatusBit(LOCAL); } else { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_REMOTE"); _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_LOCAL"); setStatusBit(LOCAL); } } Loading
SRT/Servers/SRT7GHzReceiver/src/ComponentCore.cpp +5 −3 Original line number Diff line number Diff line Loading @@ -158,11 +158,13 @@ void CComponentCore::activate() throw (ReceiversErrors::ModeErrorExImpl,Componen setStatusBit(CONNECTIONERROR); throw impl; } if (checkStatusBit(LOCAL)) { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_LOCAL"); if (answer) { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_REMOTE"); clearStatusBit(LOCAL); } else { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_REMOTE"); _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_LOCAL"); setStatusBit(LOCAL); } } Loading
SRT/Servers/SRTLPBandReceiver/src/ComponentCore.cpp +5 −3 Original line number Diff line number Diff line Loading @@ -233,11 +233,13 @@ void CComponentCore::activate(const char * setup_mode) throw ( setStatusBit(CONNECTIONERROR); throw impl; } if (checkStatusBit(LOCAL)) { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_LOCAL"); if (answer) { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_REMOTE"); clearStatusBit(LOCAL); } else { _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_REMOTE"); _IRA_LOGFILTER_LOG(LM_NOTICE, "CComponentCore::activate()", "RECEIVER_COMMUNICATION_MODE_LOCAL"); setStatusBit(LOCAL); } } Loading