![]() |
Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
|
simple average mechanism using the sum of input values More...
#include <accumulating_averager.h>
Public Member Functions | |
| accumulating_averager (void) | |
| void | update (type input) |
| type | get_average (void) const |
| void | reset (type set_this_value, unsigned set_this_count) |
simple average mechanism using the sum of input values
Definition at line 5 of file accumulating_averager.h.
|
inline |
Definition at line 8 of file accumulating_averager.h.
Definition at line 16 of file accumulating_averager.h.
|
inline |
Definition at line 24 of file accumulating_averager.h.
Definition at line 11 of file accumulating_averager.h.