コード例 #1
0
 public new void onRead(Bottle datum, TypedReaderBottle reader)
 {
     yarpPINVOKE.BufferedPortBottle_onRead__SWIG_0_0(swigCPtr, Bottle.getCPtr(datum), TypedReaderBottle.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: DeviceResponder.cs プロジェクト: FromGold/Smart_ELF
 public void attach(TypedReaderBottle source)
 {
     yarpPINVOKE.DeviceResponder_attach(swigCPtr, TypedReaderBottle.getCPtr(source));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public new void onRead(Bottle datum, TypedReaderBottle reader)
 {
     if (SwigDerivedClassHasMethod("onRead", swigMethodTypes1))
     {
         yarpPINVOKE.BottleCallback_onReadSwigExplicitBottleCallback__SWIG_1(swigCPtr, Bottle.getCPtr(datum), TypedReaderBottle.getCPtr(reader));
     }
     else
     {
         yarpPINVOKE.BottleCallback_onRead__SWIG_1(swigCPtr, Bottle.getCPtr(datum), TypedReaderBottle.getCPtr(reader));
     }
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TypedReaderBottle obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #5
0
ファイル: DeviceResponder.cs プロジェクト: johnty/YarpUnity
 public void attach(TypedReaderBottle source)
 {
     yarpPINVOKE.DeviceResponder_attach(swigCPtr, TypedReaderBottle.getCPtr(source));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #6
0
 public new void onRead(Bottle datum, TypedReaderBottle reader)
 {
     yarpPINVOKE.DeviceResponder_onRead__SWIG_0_0(swigCPtr, Bottle.getCPtr(datum), TypedReaderBottle.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #7
0
 public new void onRead(Bottle datum, TypedReaderBottle reader)
 {
     if (SwigDerivedClassHasMethod("onRead", swigMethodTypes1)) yarpPINVOKE.BottleCallback_onReadSwigExplicitBottleCallback__SWIG_1(swigCPtr, Bottle.getCPtr(datum), TypedReaderBottle.getCPtr(reader)); else yarpPINVOKE.BottleCallback_onRead__SWIG_1(swigCPtr, Bottle.getCPtr(datum), TypedReaderBottle.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #8
0
ファイル: TypedReaderBottle.cs プロジェクト: johnty/YarpUnity
 internal static HandleRef getCPtr(TypedReaderBottle obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }