SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
valueproducer.h File Reference
#include <ArduinoJson.h>
#include <memory>
#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< float > sensesp::FloatProducer
 
typedef ValueProducer< int > sensesp::IntProducer
 
typedef ValueProducer< bool > sensesp::BoolProducer
 
typedef ValueProducer< String > sensesp::StringProducer