aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/sensor_combined.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-03-23 16:58:07 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-03-23 16:58:07 +0100
commita490bd04eefc795b63e13d867fc8844f5b438d6e (patch)
tree04bb2b954a242180511d9fba64039dbaef6dd9e6 /src/modules/uORB/topics/sensor_combined.h
parentdf11310994fc983bc9faab54d107be81aa133ce3 (diff)
parent57fdb40a4efb943b0b14593b314ea2f887215d68 (diff)
downloadpx4-firmware-a490bd04eefc795b63e13d867fc8844f5b438d6e.tar.gz
px4-firmware-a490bd04eefc795b63e13d867fc8844f5b438d6e.tar.bz2
px4-firmware-a490bd04eefc795b63e13d867fc8844f5b438d6e.zip
Merge branch 'master' into paul_estimator_numeric
Diffstat (limited to 'src/modules/uORB/topics/sensor_combined.h')
-rw-r--r--src/modules/uORB/topics/sensor_combined.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/uORB/topics/sensor_combined.h b/src/modules/uORB/topics/sensor_combined.h
index 628977656..fa3367de9 100644
--- a/src/modules/uORB/topics/sensor_combined.h
+++ b/src/modules/uORB/topics/sensor_combined.h
@@ -105,6 +105,8 @@ struct sensor_combined_s {
float differential_pressure_pa; /**< Airspeed sensor differential pressure */
uint64_t differential_pressure_timestamp; /**< Last measurement timestamp */
+ float differential_pressure_filtered_pa; /**< Low pass filtered airspeed sensor differential pressure reading */
+
};
/**