precision-converters-firmware
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
~
Functions
c
l
n
p
t
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
g
h
i
l
m
n
p
r
s
t
u
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Typedefs
Enumerations
a
c
f
i
l
p
r
s
v
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
runner
work
precision-converters-firmware
precision-converters-firmware
libraries
precision-converters-library
tempsensors
ptxxx.h
Go to the documentation of this file.
1
18
#ifndef RTD_PTXXX_H_
19
#define RTD_PTXXX_H_
20
21
#include <math.h>
22
23
#include "
rtd.h
"
24
25
class
PT100
:
public
RTD
26
{
27
public
:
28
float
convertResistanceToTemperature
(
float
resistance);
29
};
25
class
PT100
:
public
RTD
{
…
};
30
31
class
PT1000
:
public
RTD
32
{
33
public
:
34
float
convertResistanceToTemperature
(
float
resistance);
35
};
31
class
PT1000
:
public
RTD
{
…
};
36
37
#endif
/* RTD_PTXXX_H_ */
PT1000
Definition
ptxxx.h:32
PT1000::convertResistanceToTemperature
float convertResistanceToTemperature(float resistance)
converts a resistance to a temperature
PT100
Definition
ptxxx.h:26
PT100::convertResistanceToTemperature
float convertResistanceToTemperature(float resistance)
converts a resistance to a temperature
RTD
Definition
rtd.h:22
rtd.h
:
Generated by
1.9.8