コード例 #1
0
    public virtual bool attach(SWIGTYPE_p_Runnable helper)
    {
        bool ret = yarpPINVOKE.RateThreadWrapper_attach__SWIG_0(swigCPtr, SWIGTYPE_p_Runnable.getCPtr(helper));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #2
0
 public RateThreadWrapper(SWIGTYPE_p_Runnable helper) : this(yarpPINVOKE.new_RateThreadWrapper__SWIG_1(SWIGTYPE_p_Runnable.getCPtr(helper)), true)
 {
 }