ardupilot/libraries/AP_Common
Peter Barker 4e5842a150 AP_Common: add initialised() method to Location
Sometimes code paths are crossed when they shouldn't be.  This method
can help in the short term if a codepath is calling methods on a
Location when it is not initialised, but generally a vehicle should be
calling position_ok() and other methods rather than this one.
2019-06-18 09:07:56 +09:00
..
examples/AP_Common AP_Common: example fix travis warning 2017-04-13 19:56:16 +01:00
missing AP_Common: fixed cygwin ChibiOS build 2018-03-02 17:11:31 +11:00
tests AP_Common: add sanity check into bitmask get/set 2019-05-28 09:43:17 +10:00
AP_Common.cpp AP_Common: unify Location_Class and Location 2019-01-16 11:45:29 +11:00
AP_Common.h AP_Common: correct type conversion issues in _assert_storage_size 2019-04-05 05:48:41 -07:00
AP_FWVersion.cpp AP_Common: AP_FWVersion: create singleton 2018-06-18 19:10:37 +01:00
AP_FWVersion.h AP_Common: AP_FWVersion: create singleton 2018-06-18 19:10:37 +01:00
AP_Test.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
Bitmask.h AP_Common: add sanity check into bitmask get/set 2019-05-28 09:43:17 +10:00
c++.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
Location.cpp AP_Common: add initialised() method to Location 2019-06-18 09:07:56 +09:00
Location.h AP_Common: add initialised() method to Location 2019-06-18 09:07:56 +09:00