Esempio n. 1
0
 public override void setReporter(PortReport reporter)
 {
     yarpPINVOKE.Port_setReporter(swigCPtr, PortReport.getCPtr(reporter));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public virtual void setReporter(PortReport reporter)
 {
     yarpPINVOKE.Contactable_setReporter(swigCPtr, PortReport.getCPtr(reporter));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 public override void getReport(PortReport reporter)
 {
     yarpPINVOKE.BufferedPortImageMono16_getReport(swigCPtr, PortReport.getCPtr(reporter));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 4
0
 public override void getReport(PortReport reporter)
 {
     yarpPINVOKE.AbstractContactable_getReport(swigCPtr, PortReport.getCPtr(reporter));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }