ardupilot/libraries/AP_Camera
Peter Barker 6a97056736 AP_Camera: stop libraries including AP_Logger.h in .h files
AP_Logger.h is a nexus of includes; while this is being improved over
time, there's no reason for the library headers to include AP_Logger.h
as the logger itself is access by singleton and the structures are in
LogStructure.h

This necessitated moving The PID_Info structure out of AP_Logger's
namespace.  This cleans up a pretty nasty bit - that structure is
definitely not simply used for logging, but also used to pass pid
information around to controllers!

There are a lot of patches in here because AP_Logger.h, acting as a
nexus, was providing transitive header file inclusion in many (some
unlikely!) places.
2022-04-08 19:18:38 +10:00
..
AP_Camera.cpp AP_Camera: rename AP_AHRS::get_position to get_location 2022-01-25 10:47:22 +11:00
AP_Camera.h AP_Camera: stop libraries including AP_Logger.h in .h files 2022-04-08 19:18:38 +10:00
AP_Camera_Logging.cpp AP_Camera: rename AP_AHRS::get_position to get_location 2022-01-25 10:47:22 +11:00
AP_Camera_SoloGimbal.cpp AP_Camera: make solo gimbal inclusion configurable per-board 2020-08-04 09:18:14 +10:00
AP_Camera_SoloGimbal.h AP_Camera: make solo gimbal inclusion configurable per-board 2020-08-04 09:18:14 +10:00
AP_RunCam.cpp AP_Camera: support RunCam Hybrid correctly 2021-06-09 17:04:27 +10:00
AP_RunCam.h AP_Camera: remove build dependant compile 2021-10-26 11:42:12 +11:00
LogStructure.h AP_Camera: Privatize AP_Camera 2021-02-02 10:10:17 +11:00