|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <px4_platform_common/px4_config.h>#include <px4_platform_common/defines.h>#include <px4_platform_common/tasks.h>#include <px4_platform_common/posix.h>#include <px4_platform_common/time.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <math.h>#include <poll.h>#include <time.h>#include <float.h>#include <matrix/math.hpp>Go to the source code of this file.
Classes | |
| class | polyfitter< _forder > |
Macros | |
| #define | DEBUG 0 |
| #define | PF_DEBUG(fmt, ...) |
| #define DEBUG 0 |
Definition at line 108 of file polyfit.hpp.
| #define PF_DEBUG | ( | fmt, | |
| ... | |||
| ) |
Definition at line 112 of file polyfit.hpp.
Referenced by polyfitter< PolyfitOrder+1 >::fit(), polyfitter< PolyfitOrder+1 >::update_VTV(), and polyfitter< PolyfitOrder+1 >::update_VTY().