|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "math/pprz_algebra.h"#include "math/pprz_algebra_double.h"#include "math/pprz_algebra_float.h"#include "std.h"
Include dependency graph for nps_sensor_baro.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | NpsSensorBaro |
Functions | |
| void | nps_sensor_baro_init (struct NpsSensorBaro *baro, double time) |
| void | nps_sensor_baro_run_step (struct NpsSensorBaro *baro, double time) |
| struct NpsSensorBaro |
|
extern |
Definition at line 14 of file nps_sensor_baro.c.
References NpsSensorBaro::data_available, FALSE, NpsSensorBaro::next_update, NpsSensorBaro::noise_std_dev, NPS_BARO_NOISE_STD_DEV, time, and NpsSensorBaro::value.
Referenced by nps_sensors_init().
Here is the caller graph for this function:
|
extern |
Definition at line 23 of file nps_sensor_baro.c.
References NpsSensorBaro::data_available, fdm, foo, get_gaussian_noise(), NpsSensorBaro::next_update, NpsSensorBaro::noise_std_dev, NpsFdm::pressure, TRUE, and NpsSensorBaro::value.
Referenced by nps_sensors_run_step().
Here is the call graph for this function:
Here is the caller graph for this function: