Esempio n. 1
0
    public virtual bool park(DeviceDriver dd)
    {
        bool ret = yarpPINVOKE.ICalibrator_park__SWIG_1(swigCPtr, DeviceDriver.getCPtr(dd));

        return(ret);
    }
Esempio n. 2
0
    public bool give(DeviceDriver dd, bool own)
    {
        bool ret = yarpPINVOKE.PolyDriver_give(swigCPtr, DeviceDriver.getCPtr(dd), own);

        return(ret);
    }
Esempio n. 3
0
    public virtual bool calibrate(DeviceDriver dd)
    {
        bool ret = yarpPINVOKE.ICalibrator_calibrate(swigCPtr, DeviceDriver.getCPtr(dd));

        return(ret);
    }