PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Classes | |
struct | bmp280_bus_option |
struct | calibration_s |
struct | data_s |
struct | fcalibration_s |
class | IBMP280 |
Functions | |
static struct bmp280_bus_option * | find_bus (BMP280_BUS busid) |
static bool | start_bus (bmp280_bus_option &bus) |
static int | start (BMP280_BUS busid) |
static int | stop (BMP280_BUS busid) |
static int | status (BMP280_BUS busid) |
static int | usage () |
Variables | |
struct bmp280::bmp280_bus_option | bus_options [] |
|
static |
Definition at line 75 of file bmp280_main.cpp.
References ALL, and bus_options.
Referenced by rm3100::info(), rm3100::init(), rm3100::reset(), status(), stop(), and rm3100::test().
|
static |
Definition at line 117 of file bmp280_main.cpp.
References ALL, bus_options, and start_bus().
Referenced by bmp280_main().
|
static |
Definition at line 88 of file bmp280_main.cpp.
References BMP280::init().
Referenced by rm3100::start(), lis3mdl::start(), and start().
|
static |
Definition at line 155 of file bmp280_main.cpp.
References bmp280::bmp280_bus_option::dev, find_bus(), and BMP280::print_info().
Referenced by bmp280_main().
|
static |
Definition at line 139 of file bmp280_main.cpp.
References bmp280::bmp280_bus_option::dev, and find_bus().
Referenced by bmp280_main().
|
static |
Definition at line 168 of file bmp280_main.cpp.
Referenced by bmp280_main().
struct bmp280::bmp280_bus_option bmp280::bus_options[] |
Referenced by find_bus(), rm3100::find_bus(), rm3100::start(), start(), and rm3100::stop().