ardupilot/libraries/AP_Baro
Andrew Tridgell 68f8817e97 AP_Baro: removed create() method for objects
See discussion here:

  https://github.com/ArduPilot/ardupilot/issues/7331

we were getting some uninitialised variables. While it only showed up in
AP_SbusOut, it means we can't be sure it won't happen on other objects,
so safest to remove the approach

Thanks to assistance from Lucas, Peter and Francisco
2017-12-14 08:12:28 +11:00
..
examples/BARO_generic AP_Baro: removed create() method for objects 2017-12-14 08:12:28 +11:00
AP_Baro_Backend.cpp AP_Baro: make backends responsible for setting their health 2017-07-14 07:28:48 +09:00
AP_Baro_Backend.h AP_Baro: make backends responsible for setting their health 2017-07-14 07:28:48 +09:00
AP_Baro_BMP085.cpp
AP_Baro_BMP085.h
AP_Baro_BMP280.cpp AP_Baro: rename macros to avoid conflicts 2017-05-06 15:21:14 +10:00
AP_Baro_BMP280.h
AP_Baro_HIL.cpp
AP_Baro_HIL.h
AP_Baro_KellerLD.cpp AP_Baro: fixup Keller LD comments 2017-08-29 12:30:32 -04:00
AP_Baro_KellerLD.h AP_Baro: New AP_Baro_Keller device driver 2017-08-29 08:08:16 -04:00
AP_Baro_LPS25H.cpp AP_Baro: Adding a new LPS25H Barometer driver 2017-09-16 21:08:06 +10:00
AP_Baro_LPS25H.h AP_Baro: Adding a new LPS25H Barometer driver 2017-09-16 21:08:06 +10:00
AP_Baro_MS5611.cpp AP_Baro: use FALLTHROUGH define 2017-08-22 23:59:13 -07:00
AP_Baro_MS5611.h AP_Baro: Add support for water pressure and Sub 2017-02-21 11:26:14 +11:00
AP_Baro_qflight.cpp
AP_Baro_qflight.h
AP_Baro_QURT.cpp
AP_Baro_QURT.h
AP_Baro_SITL.cpp AP_Baro: rename all local variable with prefix 2017-07-24 10:15:15 -07:00
AP_Baro_SITL.h AP_Baro: rename all local variable with prefix 2017-07-24 10:15:15 -07:00
AP_Baro_UAVCAN.cpp AP_Baro: enumeration and multiple interfaces support 2017-07-03 11:44:32 +01:00
AP_Baro_UAVCAN.h AP_Baro: enumeration and multiple interfaces support 2017-07-03 11:44:32 +01:00
AP_Baro.cpp AP_Baro: Adding a new LPS25H Barometer driver 2017-09-16 21:08:06 +10:00
AP_Baro.h AP_Baro: removed create() method for objects 2017-12-14 08:12:28 +11:00