mirror of https://github.com/ArduPilot/ardupilot
e5e4dee708
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. |
||
---|---|---|
.. | ||
examples/AC_PID_test | ||
AC_HELI_PID.cpp | ||
AC_HELI_PID.h | ||
AC_P.cpp | ||
AC_P.h | ||
AC_PI.cpp | ||
AC_PI.h | ||
AC_PID.cpp | ||
AC_PID.h | ||
AC_PID_2D.cpp | ||
AC_PID_2D.h | ||
AC_PID_Basic.cpp | ||
AC_PID_Basic.h | ||
AC_PI_2D.cpp | ||
AC_PI_2D.h | ||
AC_P_1D.cpp | ||
AC_P_1D.h | ||
AC_P_2D.cpp | ||
AC_P_2D.h | ||
AP_PIDInfo.h |