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

removed impl lo

parent b11d23f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ void MedicinaCBandImpl::execute() throw (ACSErr::ACSbaseExImpl)
	_IRA_LOGFILTER_ACTIVATE(config->getRepetitionCacheTime(),config->getRepetitionExpireTime());

	try {
		m_plocalOscillator=new baci::ROdoubleSeq(getContainerServices()->getName()+":LO",getComponent(),new DevIOLocalOscillator(&m_core),true);
		//m_plocalOscillator=new baci::ROdoubleSeq(getContainerServices()->getName()+":LO",getComponent(),new DevIOLocalOscillator(&m_core),true);
		m_ppolarization=new baci::ROlongSeq(getContainerServices()->getName()+":polarization",getComponent(),new DevIOPolarization(&m_core),true);
		m_pmode=new baci::ROstring(getContainerServices()->getName()+":mode",getComponent(),new DevIOMode(&m_core),true);
		m_pinitialFrequency=new baci::ROdoubleSeq(getContainerServices()->getName()+":initialFrequency",getComponent(),new DevIOInitialFrequency(&m_core),true);
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ bool MixerOperator::setValue(const ACS::doubleSeq& p_values)
    ReceiverConfHandler::ConfigurationSetup l_setup= m_configuration.getCurrentSetup();	  
    
    if (p_values.length()==0) {
        _EXCPT(ComponentErrors::ValidationErrorExImpl,impl,"CComponentCore::setLO");
        _EXCPT(ComponentErrors::ValidationErrorExImpl,impl,"MixerOperator::setLO");
        impl.setReason("at least one value must be provided");
        throw impl;
    }