Loading [MathJax]/jax/input/TeX/config.js
SensESP
3.1.0
Universal Signal K sensor toolkit ESP32
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
m
n
o
s
u
v
w
Functions
a
b
c
e
f
g
h
m
o
s
u
Variables
Typedefs
a
b
d
f
i
n
s
v
w
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Typedefs
Related Symbols
Files
File List
File Members
All
b
d
g
h
k
l
m
p
r
s
w
Functions
Variables
Macros
▼
SensESP
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
▼
sensesp
►
controllers
►
net
►
sensors
►
signalk
►
system
▼
transforms
air_density.cpp
►
air_density.h
►
analogvoltage.cpp
►
analogvoltage.h
►
angle_correction.cpp
►
angle_correction.h
►
change_filter.cpp
►
change_filter.h
►
click_type.cpp
►
click_type.h
curveinterpolator.cpp
►
curveinterpolator.h
►
debounce.h
dew_point.cpp
►
dew_point.h
►
enable.h
►
filter.h
►
frequency.cpp
►
frequency.h
heat_index.cpp
►
heat_index.h
►
hysteresis.h
►
integrator.h
►
join.h
►
lambda_transform.h
linear.cpp
►
linear.h
►
median.cpp
►
median.h
►
moving_average.cpp
►
moving_average.h
►
press_repeater.cpp
►
press_repeater.h
►
repeat.h
repeat_report.h
►
threshold.cpp
►
threshold.h
►
throttle.h
►
time_counter.h
timestring.cpp
►
timestring.h
transform.cpp
►
transform.h
truth_text.cpp
►
truth_text.h
typecast.cpp
►
typecast.h
►
voltage_multiplier.cpp
►
voltage_multiplier.h
►
voltagedivider.cpp
►
voltagedivider.h
►
zip.h
►
types
►
ui
►
sensesp_version.h
►
main.cpp
►
sensesp.cpp
►
sensesp.h
►
sensesp_app.cpp
►
sensesp_app.h
►
sensesp_app_builder.h
sensesp_base_app.cpp
►
sensesp_base_app.h
►
sensesp_base_app_builder.h
►
sensesp_minimal_app.h
►
sensesp_minimal_app_builder.h
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
dew_point.h
Go to the documentation of this file.
1
#ifndef SENSESP_TRANSFORMS_DEW_POINT_H_
2
#define SENSESP_TRANSFORMS_DEW_POINT_H_
3
4
#include "
transform.h
"
5
6
namespace
sensesp
{
7
15
class
DewPoint
:
public
FloatTransform
{
16
public
:
17
DewPoint
();
18
virtual
void
set
(
const
float
& input)
override
;
19
20
private
:
21
float
inputs[2]{};
22
};
15
class
DewPoint
:
public
FloatTransform
{
…
};
23
24
}
// namespace sensesp
25
26
#endif
sensesp::DewPoint
Transforms temperature and relative humidity in dew point temperature.
Definition
dew_point.h:15
sensesp::DewPoint::DewPoint
DewPoint()
sensesp::DewPoint::set
virtual void set(const float &input) override
Definition
dew_point.cpp:7
sensesp::SymmetricTransform< float >
sensesp
Definition
sensesp.cpp:7
transform.h
src
sensesp
transforms
dew_point.h
Generated by
1.12.0