SensESP
3.0.0-beta.3
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
transform.cpp
Go to the documentation of this file.
1
#include "
sensesp.h
"
2
3
#include "
transform.h
"
4
5
#include <utility>
6
7
#include "ArduinoJson.h"
8
9
namespace
sensesp
{
10
11
// Transform
12
13
std::set<TransformBase*> TransformBase::transforms_;
14
15
TransformBase::TransformBase
(
const
String& config_path)
16
:
Configurable
{std::move(config_path)} {
17
transforms_.insert(
this
);
18
}
19
20
}
// namespace sensesp
sensesp::Configurable
An object that is capable of having configuration data that can be set remotely using a RESTful API,...
Definition
configurable.h:25
sensesp::TransformBase::TransformBase
TransformBase(const String &config_path="")
Definition
transform.cpp:15
sensesp
Definition
sensesp.h:18
sensesp.h
transform.h
src
sensesp
transforms
transform.cpp
Generated by
1.12.0