SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
valueconsumer.h File Reference
#include <ArduinoJson.h>
#include <stdint.h>
#include "sensesp.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_input() method. They are connected to ValueProducers via the connect_to() method. More...
 

Namespaces

namespace  sensesp
 

Typedefs

typedef ValueConsumer< floatsensesp::FloatConsumer
 
typedef ValueConsumer< intsensesp::IntConsumer
 
typedef ValueConsumer< boolsensesp::BoolConsumer
 
typedef ValueConsumer< Stringsensesp::StringConsumer