This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SlidingAverageValue |
class for cyclic buffering of the last "size" values of Type int output via = operator is the average of the last "size" values input a new value also via = operator ATTENTION: the "current-index" is driven by the trigger, so the given average is an average over the last "size" trigger-events ! More... | |
Variables | |
const int | maxSlidingRange = 25 |
Definition in file SlidingAverageValue.h.
|
Definition at line 12 of file SlidingAverageValue.h. |