Example #1
0
 public Network(yarpClockType clockType, SWIGTYPE_p_yarp__os__Clock custom) : this(yarpPINVOKE.new_Network__SWIG_1((int)clockType, SWIGTYPE_p_yarp__os__Clock.getCPtr(custom)), true)
 {
 }
Example #2
0
 public static void autoInitMinimum(yarpClockType clockType, SWIGTYPE_p_yarp__os__Clock custom)
 {
     yarpPINVOKE.NetworkBase_autoInitMinimum__SWIG_1((int)clockType, SWIGTYPE_p_yarp__os__Clock.getCPtr(custom));
 }
Example #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_yarp__os__Clock obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }