SensESP 2.7.2
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, P >
 A Transform base class that translates the value of type C into value of type P. Base class for classes FloatThreshold and IntThreshold. More...
 
class  sensesp::FloatThreshold
 Translates a float value into a boolean value, which depends on whether the float value is "in range" or "out of range". More...
 
class  sensesp::IntThreshold
 Translates an integer value into a boolean value, which depends on whether the integer value is "in range" or "out of range". More...
 

Namespaces

namespace  sensesp