Commit 9f7af6a6 authored by TheDebbio's avatar TheDebbio
Browse files

fix activate

parent 4435295c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ void CComponentCore::activate(const char *mode) throw (ReceiversErrors::ModeErro
    m_startFreq.length(l_setup.m_IFs);
    m_bandwidth.length(l_setup.m_IFs);
    m_polarization.length(l_setup.m_IFs);
    m_localOscillatorValue.length(l_setup.m_IFs);

    MED_TRACE_FMT("IFMin len %d\n",l_setup.m_IFMin.size());
	MED_TRACE_FMT("IFBandwidth len %d\n",l_setup.m_IFBandwidth.size());
@@ -122,8 +123,6 @@ void CComponentCore::activate(const char *mode) throw (ReceiversErrors::ModeErro
    	MED_TRACE_MSG(" EXC SET IFS ");
    }



    // Basic operations
    lnaOn(); // throw (ReceiversErrors::NoRemoteControlErrorExImpl,ReceiversErrors::ReceiverControlBoardErrorExImpl)
    externalCalOff();
+1 −0
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ void MedicinaCBandImpl::execute() throw (ACSErr::ACSbaseExImpl)
	ACS_LOG(LM_FULL_INFO,"MedicinaCBandImpl::execute()",(LM_INFO,"WATCH_DOG_SPAWNED"));
	try {
		#ifndef STOP_MONITOR_PROPERTY
		#warning "not starting property monitoring!"
			startPropertiesMonitoring();
		#endif
	}