|
APM:Libraries
|
#include "AP_Baro_BMP085.h"#include <utility>#include <stdio.h>#include <AP_Common/AP_Common.h>#include <AP_HAL/AP_HAL.h>Go to the source code of this file.
Macros | |
| #define | BMP085_OVERSAMPLING_ULTRALOWPOWER 0 |
| #define | BMP085_OVERSAMPLING_STANDARD 1 |
| #define | BMP085_OVERSAMPLING_HIGHRES 2 |
| #define | BMP085_OVERSAMPLING_ULTRAHIGHRES 3 |
| #define | BMP085_EOC -1 |
| #define | OVERSAMPLING BMP085_OVERSAMPLING_ULTRAHIGHRES |
Variables | |
| const AP_HAL::HAL & | hal |
| #define BMP085_EOC -1 |
Definition at line 31 of file AP_Baro_BMP085.cpp.
Referenced by AP_Baro_BMP085::_data_ready(), and AP_Baro_BMP085::_init().
| #define BMP085_OVERSAMPLING_HIGHRES 2 |
Definition at line 27 of file AP_Baro_BMP085.cpp.
Referenced by AP_Baro_BMP085::_data_ready().
| #define BMP085_OVERSAMPLING_STANDARD 1 |
Definition at line 26 of file AP_Baro_BMP085.cpp.
Referenced by AP_Baro_BMP085::_data_ready().
| #define BMP085_OVERSAMPLING_ULTRAHIGHRES 3 |
Definition at line 28 of file AP_Baro_BMP085.cpp.
Referenced by AP_Baro_BMP085::_data_ready().
| #define BMP085_OVERSAMPLING_ULTRALOWPOWER 0 |
Definition at line 25 of file AP_Baro_BMP085.cpp.
Referenced by AP_Baro_BMP085::_data_ready().
| #define OVERSAMPLING BMP085_OVERSAMPLING_ULTRAHIGHRES |
Definition at line 32 of file AP_Baro_BMP085.cpp.
Referenced by AP_Baro_BMP085::_calculate(), AP_Baro_BMP085::_cmd_read_pressure(), AP_Baro_BMP085::_data_ready(), and AP_Baro_BMP085::_read_pressure().
| const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.
1.8.13