HstTracer
HstTracer — An object that stores history of the values taken by a quantity.
|
 |
Description
A tracer stores the history of of the values taken by a quantity.
Details
HstTracer
typedef struct _HstTracer HstTracer;
HstTracerClass
typedef struct {
HstHistogramClass parent_class;
} HstTracerClass;
hst_tracer_new ()
HstTracer* hst_tracer_new (int n);
This is a convinience function to greate a tracer with a buffer of
size n
n :
|
number of points in the tracer
|
Returns : |
A new HstTracer
|