Exemple #1
0
 public void insert(ulong id, error_metric metric)
 {
     c_csharp_metricsPINVOKE.base_error_metrics_insert__SWIG_1(swigCPtr, id, error_metric.getCPtr(metric));
     if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
        public error_metric get_metric_ref(ulong key)
        {
            error_metric ret = new error_metric(c_csharp_metricsPINVOKE.base_error_metrics_get_metric_ref__SWIG_2(swigCPtr, key), false);

            if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #3
0
        public error_metric get_metric_ref(uint lane, uint tile)
        {
            error_metric ret = new error_metric(c_csharp_metricsPINVOKE.base_error_metrics_get_metric_ref__SWIG_1(swigCPtr, lane, tile), false);

            if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #4
0
        public error_metric at(uint n)
        {
            error_metric ret = new error_metric(c_csharp_metricsPINVOKE.base_error_metrics_at(swigCPtr, n), false);

            if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(error_metric obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }