PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Barometric pressure sensor driver interface. More...
#include <px4_platform_common/defines.h>
#include <stdint.h>
#include <sys/ioctl.h>
#include "drv_sensor.h"
#include "drv_orb_dev.h"
#include <uORB/topics/sensor_baro.h>
Go to the source code of this file.
Macros | |
#define | BARO_BASE_DEVICE_PATH "/dev/baro" |
#define | BARO0_DEVICE_PATH "/dev/baro0" |
Barometric pressure sensor driver interface.
Definition in file drv_baro.h.
#define BARO0_DEVICE_PATH "/dev/baro0" |
Definition at line 51 of file drv_baro.h.
#define BARO_BASE_DEVICE_PATH "/dev/baro" |
Definition at line 50 of file drv_baro.h.
Referenced by MPL3115A2::init(), LPS22HB::init(), MS5611::init(), LPS25H::init(), PX4Barometer::print_status(), PX4Barometer::PX4Barometer(), LPS22HB::~LPS22HB(), LPS25H::~LPS25H(), and PX4Barometer::~PX4Barometer().