SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
integrator.h File Reference
#include "sensesp/ui/config_item.h"
#include "transform.h"
Include dependency graph for integrator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sensesp::Integrator< C, P >
 Integrator integrates (accumulates) the incoming values. More...
 

Namespaces

namespace  sensesp
 

Typedefs

typedef Integrator< float, float > sensesp::FloatIntegrator
 
typedef Integrator< int, int > sensesp::Accumulator
 

Functions

template<typename T >
const String sensesp::ConfigSchema (const Integrator< T, T > &obj)