Exemple #1
0
 public new void onRead(ImageMono16 datum, TypedReaderImageMono16 reader)
 {
     yarpPINVOKE.BufferedPortImageMono16_onRead__SWIG_0_0(swigCPtr, ImageMono16.getCPtr(datum), TypedReaderImageMono16.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TypedReaderImageMono16 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public new void onRead(ImageMono16 datum, TypedReaderImageMono16 reader)
 {
     yarpPINVOKE.BufferedPortImageMono16_onRead__SWIG_0_0(swigCPtr, ImageMono16.getCPtr(datum), TypedReaderImageMono16.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(TypedReaderImageMono16 obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }