|
SensESP 3.1.1
Universal Signal K sensor toolkit ESP32
|
#include "transform.h"Go to the source code of this file.
Classes | |
| class | sensesp::ThresholdTransform< C > |
| A Transform base class that translates the value of type C into boolean. Base class for classes FloatThreshold and IntThreshold. More... | |
Namespaces | |
| namespace | sensesp |
Typedefs | |
| typedef ThresholdTransform< float > | sensesp::FloatThreshold |
| typedef ThresholdTransform< int > | sensesp::IntThreshold |
Functions | |
| const String | sensesp::ConfigSchema (const ThresholdTransform< float > &obj) |
| const String | sensesp::ConfigSchema (const ThresholdTransform< int > &obj) |