示例#1
0
    public string findFile(string name, SWIGTYPE_p_ResourceFinderOptions options)
    {
        string ret = yarpPINVOKE.ResourceFinder_findFile__SWIG_1(swigCPtr, name, SWIGTYPE_p_ResourceFinderOptions.getCPtr(options));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#2
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);
    }
示例#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);
    }