SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
|
#include <elapsedMillis.h>
#include "sensesp/types/nullable.h"
#include "sensesp_base_app.h"
#include "transform.h"
Go to the source code of this file.
Classes | |
class | sensesp::Repeat< FROM, TO > |
Repeat the input at specific intervals. More... | |
class | sensesp::RepeatReport< T > |
class | sensesp::RepeatStopping< T > |
Repeat transform that stops emitting if the value age exceeds max_age. More... | |
class | sensesp::RepeatExpiring< T > |
Repeat transform that emits an expired value if the value age exceeds max_age. More... | |
class | sensesp::RepeatConstantRate< T > |
Repeat transform that emits the last value at a constant interval. More... | |
Namespaces | |
namespace | sensesp |