SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
threshold.h File Reference
#include "transform.h"
Include dependency graph for threshold.h:
This graph shows which files directly or indirectly include this file:

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)