Example #1
0
    public virtual bool configure(ResourceFinder rf)
    {
        bool ret = (SwigDerivedClassHasMethod("configure", swigMethodTypes6) ? yarpPINVOKE.RFModule_configureSwigExplicitRFModule(swigCPtr, ResourceFinder.getCPtr(rf)) : yarpPINVOKE.RFModule_configure(swigCPtr, ResourceFinder.getCPtr(rf)));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #2
0
    public virtual int runModuleThreaded(ResourceFinder rf)
    {
        int ret = (SwigDerivedClassHasMethod("runModuleThreaded", swigMethodTypes5) ? yarpPINVOKE.RFModule_runModuleThreadedSwigExplicitRFModule__SWIG_1(swigCPtr, ResourceFinder.getCPtr(rf)) : yarpPINVOKE.RFModule_runModuleThreaded__SWIG_1(swigCPtr, ResourceFinder.getCPtr(rf)));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #3
0
 public ResourceFinder(ResourceFinder alt) : this(yarpPINVOKE.new_ResourceFinder__SWIG_1(ResourceFinder.getCPtr(alt)), true)
 {
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }