50class StabilityFilter :
public QObject,
public Filter<QPair<double, double>, StabilityFilter, QPair<double, double> >
56 double lowThreshold,
double highThreshold,
double hysteresis = 0.0);
65 Property* stableProperty;
66 Property* unstableProperty;
67 void interpret(
unsigned,
const QPair<double, double>* data);
71 static const int defaultTimeout;