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

Go to the source code of this file.

Classes

class  sensesp::ValueConsumer< T >
 A base class for piece of code (like a transform) that accepts data for input. ValueConsumers can accept one or more input values via the set() method. They are connected to ValueProducers via the connect_to() method. More...
 

Namespaces

namespace  sensesp
 

Typedefs

typedef ValueConsumer< float > sensesp::FloatConsumer
 
typedef ValueConsumer< int > sensesp::IntConsumer
 
typedef ValueConsumer< bool > sensesp::BoolConsumer
 
typedef ValueConsumer< String > sensesp::StringConsumer