SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
observablevalue.h File Reference
#include "observable.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 that notifies its observers if it gets changed. 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)