Commit bda532fa authored by TheDebbio's avatar TheDebbio
Browse files

mixer more controlo getValue

parent 947ada23
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -157,6 +157,10 @@ double MixerOperator::getValue()
{
    double l_power;
    double l_freq;
    if( CORBA::is_nil(m_loDev_1st)){
        ACS_LOG(LM_FULL_INFO,"MixerOperator::getValue()",(LM_INFO,"LO is null!"));
        return 0.0
    }
    try{
    	#ifndef EXCLUDE_MIXER        
        m_loDev_1st->get(l_power, l_freq);