SoftFilters  0.1.0
Arduino framework and library of software data filters.
FilterTree Class Reference

A tree of interconnected filters. More...

#include <framework.h>

Inheritance diagram for FilterTree:
Collaboration diagram for FilterTree:

Additional Inherited Members

- Public Member Functions inherited from Tree< Filter *>
void appendChild (Tree< Filter * > const &child)
 
- Public Attributes inherited from Tree< Filter *>
Filtervalue
 
- Protected Attributes inherited from Tree< Filter *>
LinkedList< Tree< Filter * > *> subtrees
 

Detailed Description

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.

Todo:
Implement the filter tree when this use case is needed.

The documentation for this class was generated from the following file: