PX4 Firmware
PX4 Autopilot Software http://px4.io
drv_baro.h File Reference

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>
Include dependency graph for drv_baro.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BARO_BASE_DEVICE_PATH   "/dev/baro"
 
#define BARO0_DEVICE_PATH   "/dev/baro0"
 

Detailed Description

Barometric pressure sensor driver interface.

Definition in file drv_baro.h.

Macro Definition Documentation

◆ BARO0_DEVICE_PATH

#define BARO0_DEVICE_PATH   "/dev/baro0"

Definition at line 51 of file drv_baro.h.

◆ BARO_BASE_DEVICE_PATH