uncrustify libraries/Filter/AverageFilter.h
This commit is contained in:
parent
6bfccd13f8
commit
b743ed39b0
@ -24,7 +24,8 @@ class AverageFilter : public FilterWithBuffer<T,FILTER_SIZE>
|
||||
{
|
||||
public:
|
||||
// constructor
|
||||
AverageFilter() : FilterWithBuffer<T,FILTER_SIZE>(), _num_samples(0) {};
|
||||
AverageFilter() : FilterWithBuffer<T,FILTER_SIZE>(), _num_samples(0) {
|
||||
};
|
||||
|
||||
// apply - Add a new raw value to the filter, retrieve the filtered result
|
||||
virtual T apply(T sample);
|
||||
|
Loading…
Reference in New Issue
Block a user