Commit 53a78c13 authored by TheDebbio's avatar TheDebbio
Browse files

added cold head on off

parent fe390664
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -1002,8 +1002,7 @@ void CComponentCore::coldHeadOn() throw (ReceiversErrors::ReceiverControlBoardEr
        throw impl;
    }
    try {    	
    	/* @todo */
        //m_control->set cold head on();
        m_control->setCoolHeadOn();
    }
    catch (IRA::ReceiverControlEx& ex) {
        _EXCPT(ReceiversErrors::ReceiverControlBoardErrorExImpl,impl,"CComponentCore::vacuumSensorOff()");
@@ -1021,8 +1020,7 @@ void CComponentCore::coldHeadOff() throw (ReceiversErrors::ReceiverControlBoardE
        throw impl;
    }
    try {    	
    	/* @todo */
        //m_control->set cold head off();
        m_control->setCoolHeadOff();
    }
    catch (IRA::ReceiverControlEx& ex) {
        _EXCPT(ReceiversErrors::ReceiverControlBoardErrorExImpl,impl,"CComponentCore::vacuumSensorOff()");