APM:Libraries
Macros | Variables
AP_Baro_BMP085.cpp File Reference
#include "AP_Baro_BMP085.h"
#include <utility>
#include <stdio.h>
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
Include dependency graph for AP_Baro_BMP085.cpp:

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::HALhal
 

Macro Definition Documentation

◆ BMP085_EOC

#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().

◆ BMP085_OVERSAMPLING_HIGHRES

#define BMP085_OVERSAMPLING_HIGHRES   2

Definition at line 27 of file AP_Baro_BMP085.cpp.

Referenced by AP_Baro_BMP085::_data_ready().

◆ BMP085_OVERSAMPLING_STANDARD

#define BMP085_OVERSAMPLING_STANDARD   1

Definition at line 26 of file AP_Baro_BMP085.cpp.

Referenced by AP_Baro_BMP085::_data_ready().

◆ BMP085_OVERSAMPLING_ULTRAHIGHRES

#define BMP085_OVERSAMPLING_ULTRAHIGHRES   3

Definition at line 28 of file AP_Baro_BMP085.cpp.

Referenced by AP_Baro_BMP085::_data_ready().

◆ BMP085_OVERSAMPLING_ULTRALOWPOWER

#define BMP085_OVERSAMPLING_ULTRALOWPOWER   0

Definition at line 25 of file AP_Baro_BMP085.cpp.

Referenced by AP_Baro_BMP085::_data_ready().

◆ OVERSAMPLING

#define OVERSAMPLING   BMP085_OVERSAMPLING_ULTRAHIGHRES

Variable Documentation

◆ hal

const AP_HAL::HAL& hal

Definition at line 14 of file AC_PID_test.cpp.