Exemplo n.º 1
0
 public new void onRead(ImageRgbFloat datum, TypedReaderImageRgbFloat reader)
 {
     yarpPINVOKE.BufferedPortImageRgbFloat_onRead__SWIG_0_0(swigCPtr, ImageRgbFloat.getCPtr(datum), TypedReaderImageRgbFloat.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public new void onRead(ImageRgbFloat datum)
 {
     yarpPINVOKE.TypedReaderCallbackImageRgbFloat_onRead__SWIG_0(swigCPtr, ImageRgbFloat.getCPtr(datum));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }