Commit deefaaeb authored by TheDebbio's avatar TheDebbio
Browse files

lna + shield temp

parent 2a1a6fbf
Loading
Loading
Loading
Loading
+17 −4
Original line number Diff line number Diff line
@@ -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: {