SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
valueproducer.h File Reference
#include <ArduinoJson.h>
#include "observable.h"
#include "valueconsumer.h"
Include dependency graph for valueproducer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sensesp::ValueProducer< T >
 A base class for any sensor or piece of code that outputs a value for consumption elsewhere. More...
 

Namespaces

namespace  sensesp
 

Typedefs

typedef ValueProducer< floatsensesp::FloatProducer
 
typedef ValueProducer< intsensesp::IntProducer
 
typedef ValueProducer< boolsensesp::BoolProducer
 
typedef ValueProducer< Stringsensesp::StringProducer