APM:Libraries
|
#include "AP_Baro.h"
#include <utility>
#include <stdio.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h>
#include <AP_BoardConfig/AP_BoardConfig.h>
#include <AP_BoardConfig/AP_BoardConfig_CAN.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
#include "AP_Baro_SITL.h"
#include "AP_Baro_BMP085.h"
#include "AP_Baro_BMP280.h"
#include "AP_Baro_HIL.h"
#include "AP_Baro_KellerLD.h"
#include "AP_Baro_MS5611.h"
#include "AP_Baro_ICM20789.h"
#include "AP_Baro_LPS2XH.h"
#include "AP_Baro_FBM320.h"
#include "AP_Baro_DPS280.h"
Go to the source code of this file.
Namespaces | |
AP | |
Macros | |
#define | INTERNAL_TEMPERATURE_CLAMP 35.0f |
#define | HAL_BARO_FILTER_DEFAULT 0 |
#define | ADD_BACKEND(backend) |
Functions | |
AP_Baro & | AP::baro () |
Variables | |
const AP_HAL::HAL & | hal |
#define ADD_BACKEND | ( | backend | ) |
Definition at line 387 of file AP_Baro.cpp.
Referenced by AP_Baro::init().
#define HAL_BARO_FILTER_DEFAULT 0 |
Definition at line 50 of file AP_Baro.cpp.
#define INTERNAL_TEMPERATURE_CLAMP 35.0f |
Definition at line 47 of file AP_Baro.cpp.
Referenced by AP_Baro::get_external_temperature().
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.