Beispiel #1
0
    public new ImageMono16 lastRead()
    {
        global::System.IntPtr cPtr = yarpPINVOKE.BufferedPortImageMono16_lastRead(swigCPtr);
        ImageMono16           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ImageMono16(cPtr, false);

        return(ret);
    }
    public new ImageMono16 read()
    {
        global::System.IntPtr cPtr = yarpPINVOKE.TypedReaderImageMono16_read__SWIG_1(swigCPtr);
        ImageMono16           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ImageMono16(cPtr, false);

        return(ret);
    }
Beispiel #3
0
    public new ImageMono16 read(bool shouldWait)
    {
        global::System.IntPtr cPtr = yarpPINVOKE.BufferedPortImageMono16_read__SWIG_0(swigCPtr, shouldWait);
        ImageMono16           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ImageMono16(cPtr, false);

        return(ret);
    }
Beispiel #4
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();
     }
 }
 public new void onRead(ImageMono16 datum)
 {
     yarpPINVOKE.TypedReaderCallbackImageMono16_onRead__SWIG_0(swigCPtr, ImageMono16.getCPtr(datum));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #6
0
    public ImageMono16 prepare()
    {
        ImageMono16 ret = new ImageMono16(yarpPINVOKE.BufferedPortImageMono16_prepare(swigCPtr), false);

        return(ret);
    }
 public ImageMono16 prepare()
 {
     ImageMono16 ret = new ImageMono16(yarpPINVOKE.BufferedPortImageMono16_prepare(swigCPtr), false);
     return ret;
 }
 public new void onRead(ImageMono16 datum)
 {
     yarpPINVOKE.BufferedPortImageMono16_onRead__SWIG_1(swigCPtr, ImageMono16.getCPtr(datum));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
Beispiel #9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ImageMono16 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(ImageMono16 obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public new void onRead(ImageMono16 datum, TypedReaderImageMono16 reader)
 {
     yarpPINVOKE.TypedReaderCallbackImageMono16_onRead__SWIG_1(swigCPtr, ImageMono16.getCPtr(datum), TypedReaderImageMono16.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }