public virtual bool setPidsRaw(SWIGTYPE_p_Pid pids)
 {
     bool ret = yarpPINVOKE.IPidControlRaw_setPidsRaw(swigCPtr, SWIGTYPE_p_Pid.getCPtr(pids));
     return ret;
 }
 public virtual bool setPidRaw(int j, SWIGTYPE_p_Pid pid)
 {
     bool ret = yarpPINVOKE.IPidControlRaw_setPidRaw(swigCPtr, j, SWIGTYPE_p_Pid.getCPtr(pid));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
示例#3
0
 public virtual bool getPids(SWIGTYPE_p_Pid pids)
 {
     bool ret = yarpPINVOKE.IPidControl_getPids__SWIG_0(swigCPtr, SWIGTYPE_p_Pid.getCPtr(pids));
     return ret;
 }
 public virtual bool getPidRaw(int j, SWIGTYPE_p_Pid pid)
 {
     bool ret = yarpPINVOKE.IPidControlRaw_getPidRaw(swigCPtr, j, SWIGTYPE_p_Pid.getCPtr(pid));
     return ret;
 }
示例#5
0
 internal static HandleRef getCPtr(SWIGTYPE_p_Pid obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }