1#ifndef SENSESP_SYSTEM_LAMBDA_CONSUMER_H
2#define SENSESP_SYSTEM_LAMBDA_CONSUMER_H
Provides an easy way of calling a function based on the output of any ValueProducer.
std::function< void(IN)> function
void set(const IN &input) override
LambdaConsumer(std::function< void(IN)> function)
A base class for piece of code (like a transform) that accepts data for input. ValueConsumers can acc...