Loading Medicina/Servers/MedicinaCBand/src/MonitorThread.cpp +17 −4 Original line number Diff line number Diff line Loading @@ -80,17 +80,30 @@ void CMonitorThread::onStart() } case CTEMPCOOLHEAD: { m_currentStage=CTEMPCOOLHEADW; try { m_core->updateShieldTemperature(); } catch (ACSErr::ACSbaseExImpl& ex) { _ADD_BACKTRACE(ComponentErrors::WatchDogErrorExImpl,impl,ex,"CMonitorThread::runLoop"); _IRA_LOGFILTER_LOG_EXCEPTION(impl,LM_ERROR); } break; } case CTEMPCOOLHEADW: { updateShieldTemperature m_currentStage=CTEMPLNA; break; } case CTEMPLNA: { m_currentStage=CTEMPLNAW; try { m_core->updateLnaTemperature(); } catch (ACSErr::ACSbaseExImpl& ex) { _ADD_BACKTRACE(ComponentErrors::WatchDogErrorExImpl,impl,ex,"CMonitorThread::runLoop"); _IRA_LOGFILTER_LOG_EXCEPTION(impl,LM_ERROR); } break; } case CTEMPLNAW: { Loading Loading
Medicina/Servers/MedicinaCBand/src/MonitorThread.cpp +17 −4 Original line number Diff line number Diff line Loading @@ -80,17 +80,30 @@ void CMonitorThread::onStart() } case CTEMPCOOLHEAD: { m_currentStage=CTEMPCOOLHEADW; try { m_core->updateShieldTemperature(); } catch (ACSErr::ACSbaseExImpl& ex) { _ADD_BACKTRACE(ComponentErrors::WatchDogErrorExImpl,impl,ex,"CMonitorThread::runLoop"); _IRA_LOGFILTER_LOG_EXCEPTION(impl,LM_ERROR); } break; } case CTEMPCOOLHEADW: { updateShieldTemperature m_currentStage=CTEMPLNA; break; } case CTEMPLNA: { m_currentStage=CTEMPLNAW; try { m_core->updateLnaTemperature(); } catch (ACSErr::ACSbaseExImpl& ex) { _ADD_BACKTRACE(ComponentErrors::WatchDogErrorExImpl,impl,ex,"CMonitorThread::runLoop"); _IRA_LOGFILTER_LOG_EXCEPTION(impl,LM_ERROR); } break; } case CTEMPLNAW: { Loading