PX4 Firmware
PX4 Autopilot Software http://px4.io
drv_range_finder.h File Reference
#include <stdint.h>
#include <sys/ioctl.h>
#include "drv_sensor.h"
#include "drv_orb_dev.h"
Include dependency graph for drv_range_finder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RANGE_FINDER_BASE_DEVICE_PATH   "/dev/range_finder"
 
#define RANGE_FINDER0_DEVICE_PATH   "/dev/range_finder0"
 
#define RANGE_FINDER_MAX_SENSORS   12
 

Macro Definition Documentation

◆ RANGE_FINDER0_DEVICE_PATH

#define RANGE_FINDER0_DEVICE_PATH   "/dev/range_finder0"

Definition at line 48 of file drv_range_finder.h.

Referenced by sf0x::reset(), sf0x::start(), and sf0x::test().

◆ RANGE_FINDER_BASE_DEVICE_PATH

◆ RANGE_FINDER_MAX_SENSORS

#define RANGE_FINDER_MAX_SENSORS   12

Definition at line 49 of file drv_range_finder.h.

Referenced by SRF02::init(), MB12XX::init(), and MappyDot::init().