Code

When selecting the x-axis label take the length of the time shown in the graph into...
[rrdtool-all.git] / program / src / rrd_hw.h
index 0d943fc09c919a7bcfe8ac89086f2d5dea405a95..f4b812ac379548c9df8e7ff4c7d77f8e8053750f 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * RRDtool 1.0.33  Copyright Tobias Oetiker, 1997 - 2000
+ * RRDtool 1.2.11  Copyright by Tobi Oetiker, 1997-2005
  *****************************************************************************
  * rrd_hw.h : Support for Holt-Winters Smoothing/ Aberrant Behavior Detection
  *****************************************************************************/
@@ -15,6 +15,9 @@ int lookup_seasonal(rrd_t *rrd, unsigned long rra_idx, unsigned long rra_start,
 void erase_violations(rrd_t *rrd, unsigned long cdp_idx, unsigned long rra_idx);
 int apply_smoother(rrd_t *rrd, unsigned long rra_idx, unsigned long rra_start,
    FILE *rrd_file);
+void reset_aberrant_coefficients(rrd_t *rrd, FILE *rrd_file, unsigned long ds_idx);
+void init_hwpredict_cdp(cdp_prep_t *);
+void init_seasonal_cdp(cdp_prep_t *);
 #define BURNIN_CYCLES 3
 
 /* a standard fixed-capacity FIFO queue implementation */