PX4 Firmware
PX4 Autopilot Software http://px4.io
polyfit.hpp File Reference
#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>
Include dependency graph for polyfit.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  polyfitter< _forder >
 

Macros

#define DEBUG   0
 
#define PF_DEBUG(fmt, ...)
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG   0

Definition at line 108 of file polyfit.hpp.

◆ PF_DEBUG

#define PF_DEBUG (   fmt,
  ... 
)