#include <cogent.h>
ST_STATUS HI_GapCountBuffer(
int nvalues, HI_stVALUE* values, double gap )
;
The number of values in the values array.
An array of HI_stVALUE structures.
The threshold difference between adjacent X values that determines the existence of a gap.
This function identifies and counts gaps for the HI_GapFillBuffer function. These two functions, when used together, correspond to the Cascade Historian hist_gap_buffer dynamic library function.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.