SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensor.cpp
Go to the documentation of this file.
1#include "sensor.h"
2
3namespace sensesp {
4
5std::set<Sensor*> Sensor::sensors_;
6
8 sensors_.insert(this);
9}
10
11} // namespace sensesp
An object that is capable of having configuration data that can be set remotely using a RESTful API,...
Construct a new transform based on a single function.
Sensor(String config_path="")
Definition sensor.cpp:7
Automatic calling of the start() method at startup.
Definition startable.h:20