PicoLowLevel
Loading...
Searching...
No Matches
Filter.h
Go to the documentation of this file.
1
#ifndef FILTER_H
2
#define FILTER_H
3
8
template
<
typename
T>
9
class
Filter
{
10
public
:
16
virtual
T
filter
(T value) = 0;
17
};
18
19
#endif
Filter
Interface for a generic filter, with parameterized type.
Definition
Filter.h:9
Filter::filter
virtual T filter(T value)=0
Virtual filter function, will be replaced by the one from the chosen filter.
lib
TractionEncoder
src
Filter.h
Generated by
1.9.8