예제 #1
0
 public void attach(TypedReaderBottle source)
 {
     yarpPINVOKE.DeviceResponder_attach(swigCPtr, TypedReaderBottle.getCPtr(source));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
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();
     }
 }
예제 #3
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();
     }
 }