Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nps_sensor_baro.h
Go to the documentation of this file.
1#ifndef NPS_SENSOR_BARO_H
2#define NPS_SENSOR_BARO_H
3
4#include "math/pprz_algebra.h"
7#include "std.h"
8
10 double value;
14};
15
16
17extern void nps_sensor_baro_init(struct NpsSensorBaro *baro, double time);
18extern void nps_sensor_baro_run_step(struct NpsSensorBaro *baro, double time);
19
20#endif /* NPS_SENSOR_BARO_H */
void nps_sensor_baro_init(struct NpsSensorBaro *baro, double time)
double noise_std_dev
noise standard deviation
void nps_sensor_baro_run_step(struct NpsSensorBaro *baro, double time)
double value
pressure in Pascal
Paparazzi generic algebra macros.
Paparazzi double precision floating point algebra.
Paparazzi floating point algebra.