|
EnigmaIOT
0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
|
Filter to process message rate or other values. More...
#include "WProgram.h"Go to the source code of this file.
Classes | |
| class | FilterClass |
Macros | |
| #define | MAX_ORDER 20 |
| #define | MIN_ORDER 2 |
Enumerations | |
| enum | FilterType_t { MEDIAN_FILTER, AVERAGE_FILTER } |
| Type of filter. More... | |
Filter to process message rate or other values.
Definition in file Filter.h.
| enum FilterType_t |