ardupilot/libraries/AP_Baro
Andrew Tridgell d404cc6542 AP_Baro: add set_external_temperature()
this allows the use of an external temperature sensor for calibration
purposes, such as the sensor built in to the digital airspeed sensor.

The main affect this has is on the EAS2TAS calculation

The get_calibration_temperature() is used to choose either an external
temperature or an internal one. If an internal one is used then it is
clamped at no higher than 25 degrees C, to prevent hot electronics
on startup affecting altitude scaling and EAS2TAS
2014-11-12 13:36:01 +11:00
..
examples/BARO_generic Baro: example sketch to use healthy() function 2014-08-14 16:03:15 +09:00
AP_Baro.cpp AP_Baro: add set_external_temperature() 2014-11-12 13:36:01 +11:00
AP_Baro.h AP_Baro: add set_external_temperature() 2014-11-12 13:36:01 +11:00
AP_Baro_BMP085.cpp AP_Baro: make get_temperature() a const function 2014-11-12 13:36:01 +11:00
AP_Baro_BMP085.h AP_Baro: make get_temperature() a const function 2014-11-12 13:36:01 +11:00
AP_Baro_Glitch.cpp BaroGlitch: check baro health after alt calculation 2014-08-14 16:03:33 +09:00
AP_Baro_Glitch.h BaroGlitch: add reset method 2014-11-09 13:34:15 -08:00
AP_Baro_HIL.cpp AP_Baro: make get_temperature() a const function 2014-11-12 13:36:01 +11:00
AP_Baro_HIL.h AP_Baro: make get_temperature() a const function 2014-11-12 13:36:01 +11:00
AP_Baro_MS5611.cpp AP_Baro: make get_temperature() a const function 2014-11-12 13:36:01 +11:00
AP_Baro_MS5611.h AP_Baro: make get_temperature() a const function 2014-11-12 13:36:01 +11:00
AP_Baro_PX4.cpp AP_Baro: make get_temperature() a const function 2014-11-12 13:36:01 +11:00
AP_Baro_PX4.h AP_Baro: make get_temperature() a const function 2014-11-12 13:36:01 +11:00
AP_Baro_VRBRAIN.cpp AP_Baro: make get_temperature() a const function 2014-11-12 13:36:01 +11:00
AP_Baro_VRBRAIN.h AP_Baro: make get_temperature() a const function 2014-11-12 13:36:01 +11:00