ardupilot/libraries/AC_Fence
Peter Barker 44d0172f83 AC_Fence: avoid using struct Location
clang reports this could be a problem when compiling under some EABIs.  Remove it from most places as it is just noise, replace with class where we want to avoid including Location.h
2023-02-04 22:51:54 +11:00
..
AC_Fence.cpp AC_Fence: include required GCS.h header 2022-09-27 09:26:45 +10:00
AC_Fence.h all: use CLASS_NO_COPY() macro 2022-10-04 11:23:04 +11:00
AC_Fence_config.h AC_Fence: defualt to AP_FENCE_ENABLED 2, 1 disables dummy methods 2022-07-27 19:04:56 +10:00
AC_PolyFence_loader.cpp AC_Fence: avoid using struct Location 2023-02-04 22:51:54 +11:00
AC_PolyFence_loader.h all: use CLASS_NO_COPY() macro 2022-10-04 11:23:04 +11:00
LogStructure.h AC_Fence: correct compilation when fence compiled out 2022-09-01 08:25:55 +10:00