SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
transform.cpp
Go to the documentation of this file.
1#include "transform.h"
2
3#include "ArduinoJson.h"
4#include "sensesp.h"
5
6namespace sensesp {
7
8// Transform
9
10std::set<TransformBase*> TransformBase::transforms_;
11
16
17} // 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.
Automatic calling of the start() method at startup.
Definition startable.h:20
TransformBase(String config_path="")
Definition transform.cpp:12