Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
nps_sensor_temperature.h
Go to the documentation of this file.
1
#ifndef NPS_SENSOR_TEMPERATURE_H
2
#define NPS_SENSOR_TEMPERATURE_H
3
4
#include "
math/pprz_algebra.h
"
5
#include "
math/pprz_algebra_double.h
"
6
#include "
math/pprz_algebra_float.h
"
7
#include "
std.h
"
8
9
struct
NpsSensorTemperature
{
10
double
value
;
11
double
noise_std_dev
;
12
double
next_update
;
13
bool
data_available
;
14
};
9
struct
NpsSensorTemperature
{
…
};
15
16
17
extern
void
nps_sensor_temperature_init
(
struct
NpsSensorTemperature
*temperature,
double
time);
18
extern
void
nps_sensor_temperature_run_step
(
struct
NpsSensorTemperature
*temperature,
double
time);
19
20
#endif
/* NPS_SENSOR_TEMPERATURE_H */
nps_sensor_temperature_init
void nps_sensor_temperature_init(struct NpsSensorTemperature *temperature, double time)
Definition
nps_sensor_temperature.c:19
NpsSensorTemperature::noise_std_dev
double noise_std_dev
noise standard deviation
Definition
nps_sensor_temperature.h:11
NpsSensorTemperature::next_update
double next_update
Definition
nps_sensor_temperature.h:12
nps_sensor_temperature_run_step
void nps_sensor_temperature_run_step(struct NpsSensorTemperature *temperature, double time)
Definition
nps_sensor_temperature.c:28
NpsSensorTemperature::data_available
bool data_available
Definition
nps_sensor_temperature.h:13
NpsSensorTemperature::value
double value
temperature in degrees Celcius
Definition
nps_sensor_temperature.h:10
NpsSensorTemperature
Definition
nps_sensor_temperature.h:9
pprz_algebra.h
Paparazzi generic algebra macros.
pprz_algebra_double.h
Paparazzi double precision floating point algebra.
pprz_algebra_float.h
Paparazzi floating point algebra.
std.h
sw
simulator
nps
nps_sensor_temperature.h
Generated on Fri Apr 4 2025 14:56:52 for Paparazzi UAS by
1.9.8