SoftFilters  0.1.0
Arduino framework and library of software data filters.
framework.h File Reference

Filter framework. More...

#include "LinkedList.h"
#include "Tree.h"
Include dependency graph for framework.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Filter
 The Filter interface without type checking at compile time. More...
 
class  BaseFilter< IN_T, OUT_T >
 The typed filter base class. More...
 
class  PassThroughFilter< T >
 A pass-through filter does nothing and is useful for derived classes to perform monitoring functionalities, such as the FlowRateFilter. More...
 
class  FilterChain
 A chain of filters. More...
 
class  FilterTree
 A tree of interconnected filters. More...
 

Detailed Description

Filter framework.

Author
Haimo Zhang zh.ha.nosp@m.mmer.nosp@m..dev@.nosp@m.gmai.nosp@m.l.com