Ejemplo n.º 1
0
 public new void onRead(Property datum, TypedReaderProperty reader)
 {
     yarpPINVOKE.BufferedPortProperty_onRead__SWIG_0_0(swigCPtr, Property.getCPtr(datum), TypedReaderProperty.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public new void onRead(Property datum, TypedReaderProperty reader)
 {
     if (SwigDerivedClassHasMethod("onRead", swigMethodTypes1))
     {
         yarpPINVOKE.PropertyCallback_onReadSwigExplicitPropertyCallback__SWIG_1(swigCPtr, Property.getCPtr(datum), TypedReaderProperty.getCPtr(reader));
     }
     else
     {
         yarpPINVOKE.PropertyCallback_onRead__SWIG_1(swigCPtr, Property.getCPtr(datum), TypedReaderProperty.getCPtr(reader));
     }
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(TypedReaderProperty obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 4
0
 public new void onRead(Property datum, TypedReaderProperty reader)
 {
     if (SwigDerivedClassHasMethod("onRead", swigMethodTypes1)) yarpPINVOKE.PropertyCallback_onReadSwigExplicitPropertyCallback__SWIG_1(swigCPtr, Property.getCPtr(datum), TypedReaderProperty.getCPtr(reader)); else yarpPINVOKE.PropertyCallback_onRead__SWIG_1(swigCPtr, Property.getCPtr(datum), TypedReaderProperty.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TypedReaderProperty obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public new void onRead(Property datum, TypedReaderProperty reader)
 {
     yarpPINVOKE.BufferedPortProperty_onRead__SWIG_0_0(swigCPtr, Property.getCPtr(datum), TypedReaderProperty.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }