SensESP 3.0.0
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
repeat.h File Reference
#include <elapsedMillis.h>
#include "sensesp/types/nullable.h"
#include "sensesp_base_app.h"
#include "transform.h"
Include dependency graph for repeat.h:
This graph shows which files directly or indirectly include this file:

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