Esempio n. 1
0
    public bool readConfig(Property config, string key, SWIGTYPE_p_ResourceFinderOptions options)
    {
        bool ret = yarpPINVOKE.ResourceFinder_readConfig(swigCPtr, Property.getCPtr(config), key, SWIGTYPE_p_ResourceFinderOptions.getCPtr(options));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 2
0
    public string findFileByName(string name, SWIGTYPE_p_ResourceFinderOptions options)
    {
        string ret = yarpPINVOKE.ResourceFinder_findFileByName__SWIG_1(swigCPtr, name, SWIGTYPE_p_ResourceFinderOptions.getCPtr(options));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 3
0
    public Bottle findPaths(string name, SWIGTYPE_p_ResourceFinderOptions options)
    {
        Bottle ret = new Bottle(yarpPINVOKE.ResourceFinder_findPaths__SWIG_1(swigCPtr, name, SWIGTYPE_p_ResourceFinderOptions.getCPtr(options)), true);

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 internal static HandleRef getCPtr(SWIGTYPE_p_ResourceFinderOptions obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ResourceFinderOptions obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public bool readConfig(Property config, string key, SWIGTYPE_p_ResourceFinderOptions options)
 {
     bool ret = yarpPINVOKE.ResourceFinder_readConfig(swigCPtr, Property.getCPtr(config), key, SWIGTYPE_p_ResourceFinderOptions.getCPtr(options));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 public Bottle findPaths(string name, SWIGTYPE_p_ResourceFinderOptions options)
 {
     Bottle ret = new Bottle(yarpPINVOKE.ResourceFinder_findPaths__SWIG_1(swigCPtr, name, SWIGTYPE_p_ResourceFinderOptions.getCPtr(options)), true);
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 public string findPath(string name, SWIGTYPE_p_ResourceFinderOptions options)
 {
     string ret = yarpPINVOKE.ResourceFinder_findPath__SWIG_2(swigCPtr, name, SWIGTYPE_p_ResourceFinderOptions.getCPtr(options));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }