Example #1
0
 public void extracted_cycle_range(cycle_range val)
 {
     c_csharp_summaryPINVOKE.cycle_state_summary_extracted_cycle_range__SWIG_1(swigCPtr, cycle_range.getCPtr(val));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void update(cycle_range rng)
 {
     c_csharp_runPINVOKE.cycle_range_update__SWIG_1(swigCPtr, cycle_range.getCPtr(rng));
     if (c_csharp_runPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
        public static cycle_range subtract(cycle_range lhs, uint first_cycle_of_read)
        {
            cycle_range ret = new cycle_range(c_csharp_runPINVOKE.subtract(cycle_range.getCPtr(lhs), first_cycle_of_read), true);

            if (c_csharp_runPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #4
0
        public cycle_range error_cycle_range()
        {
            cycle_range ret = new cycle_range(c_csharp_summaryPINVOKE.cycle_state_summary_error_cycle_range__SWIG_0(swigCPtr), false);

            return(ret);
        }
Example #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(cycle_range obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }