This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | MeasureMode { ID, AVG, MOVAVG, MED, MIN, MAX, PEAK, SUM, CONV, STEPDIFF, NORMSTEPDIFF } |
measure modes of statistical types. More... |
enum MeasureMode |
measure modes of statistical types.
If you add a measure mode, you have naturally to implement this measuremode in statisticmeasure.cpp - see method StatisticMeasure::step() !