#include <MyListener.h>
Public Member Functions | |
RollingAverage () | |
void | Reset () |
float | AddSample (float fSample) |
float | GetAverage () const |
uint32_t | GetNumSamples () const |
float | operator[] (uint32_t uiIdx) const |
index 0 is the oldest sample, index kHistorySize - 1 is the newest. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
index 0 is the oldest sample, index kHistorySize - 1 is the newest.
|
inline |