APM:Libraries
|
#include <assert.h>
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL/I2CDevice.h>
#include <AP_HAL/SPIDevice.h>
#include <AP_Math/AP_Math.h>
#include <AP_Notify/AP_Notify.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <AP_BoardConfig/AP_BoardConfig.h>
#include <AP_AHRS/AP_AHRS.h>
#include "AP_InertialSensor.h"
#include "AP_InertialSensor_BMI160.h"
#include "AP_InertialSensor_Backend.h"
#include "AP_InertialSensor_HIL.h"
#include "AP_InertialSensor_L3G4200D.h"
#include "AP_InertialSensor_LSM9DS0.h"
#include "AP_InertialSensor_LSM9DS1.h"
#include "AP_InertialSensor_Invensense.h"
#include "AP_InertialSensor_PX4.h"
#include "AP_InertialSensor_SITL.h"
#include "AP_InertialSensor_RST.h"
#include "AP_InertialSensor_Revo.h"
Go to the source code of this file.
Namespaces | |
AP | |
Macros | |
#define | timing_printf(fmt, args...) |
#define | DEFAULT_GYRO_FILTER 20 |
#define | DEFAULT_ACCEL_FILTER 20 |
#define | DEFAULT_STILL_THRESH 0.1f |
#define | SAMPLE_UNIT 1 |
#define | GYRO_INIT_MAX_DIFF_DPS 0.1f |
#define | ADD_BACKEND(x) |
Functions | |
AP_InertialSensor & | AP::ins () |
Variables | |
const AP_HAL::HAL & | hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
#define ADD_BACKEND | ( | x | ) |
Referenced by AP_InertialSensor::detect_backends().
#define DEFAULT_ACCEL_FILTER 20 |
Definition at line 47 of file AP_InertialSensor.cpp.
#define DEFAULT_GYRO_FILTER 20 |
Definition at line 46 of file AP_InertialSensor.cpp.
#define DEFAULT_STILL_THRESH 0.1f |
Definition at line 48 of file AP_InertialSensor.cpp.
#define GYRO_INIT_MAX_DIFF_DPS 0.1f |
Definition at line 53 of file AP_InertialSensor.cpp.
Referenced by AP_InertialSensor::_init_gyro().
#define SAMPLE_UNIT 1 |
Definition at line 51 of file AP_InertialSensor.cpp.
#define timing_printf | ( | fmt, | |
args... | |||
) |
Definition at line 32 of file AP_InertialSensor.cpp.
Referenced by AP_InertialSensor::wait_for_sample().
const AP_HAL::HAL& hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
Definition at line 14 of file AC_PID_test.cpp.