SoftFilters
0.1.0
Arduino framework and library of software data filters.
|
A tree of interconnected filters. More...
#include <framework.h>
Additional Inherited Members | |
![]() | |
void | appendChild (Tree< Filter * > const &child) |
![]() | |
Filter * | value |
![]() | |
LinkedList< Tree< Filter * > *> | subtrees |
A tree of interconnected filters.
While a filter has only one input, it can output to multiple other filters. Therefore, we can construct a tree of filters to simplify the interaction with complex filter graph in the client code.