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

Go to the source code of this file.

Classes

class  sensesp::ObservableValue< T >
 A value container that notifies its observers if it gets changed. More...
 
class  sensesp::PersistingObservableValue< T >
 An ObservableValue that saves its value to the configuration. More...
 

Namespaces

namespace  sensesp
 

Functions

template<class T >
bool sensesp::operator== (ObservableValue< T > const &lhs, T const &rhs)
 
template<class T >
bool sensesp::operator!= (ObservableValue< T > const &lhs, T const &rhs)
 
template<class T >
const String sensesp::ConfigSchema (const PersistingObservableValue< T > &obj)