SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
|
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 |