APM:Libraries
|
#include <AP_RangeFinder_MaxsonarSerialLV.h>
Public Member Functions | |
AP_RangeFinder_MaxsonarSerialLV (RangeFinder::RangeFinder_State &_state, AP_SerialManager &serial_manager, uint8_t serial_instance) | |
void | update (void) |
![]() | |
AP_RangeFinder_Backend (RangeFinder::RangeFinder_State &_state) | |
virtual | ~AP_RangeFinder_Backend (void) |
virtual void | handle_msg (mavlink_message_t *msg) |
void | update_pre_arm_check () |
enum Rotation | orientation () const |
uint16_t | distance_cm () const |
uint16_t | voltage_mv () const |
int16_t | max_distance_cm () const |
int16_t | min_distance_cm () const |
int16_t | ground_clearance_cm () const |
MAV_DISTANCE_SENSOR | get_mav_distance_sensor_type () const |
RangeFinder::RangeFinder_Status | status () const |
RangeFinder::RangeFinder_Type | type () const |
bool | has_data () const |
uint8_t | range_valid_count () const |
const Vector3f & | get_pos_offset () const |
Static Public Member Functions | |
static bool | detect (AP_SerialManager &serial_manager, uint8_t serial_instance) |
Protected Member Functions | |
MAV_DISTANCE_SENSOR | _get_mav_distance_sensor_type () const override |
![]() | |
void | update_status () |
void | set_status (RangeFinder::RangeFinder_Status status) |
Private Member Functions | |
bool | get_reading (uint16_t &reading_cm) |
Private Attributes | |
AP_HAL::UARTDriver * | uart = nullptr |
uint32_t | last_reading_ms = 0 |
char | linebuf [10] |
uint8_t | linebuf_len = 0 |
Additional Inherited Members | |
![]() | |
RangeFinder::RangeFinder_State & | state |
AP_HAL::Semaphore * | _sem |
Definition at line 6 of file AP_RangeFinder_MaxsonarSerialLV.h.
AP_RangeFinder_MaxsonarSerialLV::AP_RangeFinder_MaxsonarSerialLV | ( | RangeFinder::RangeFinder_State & | _state, |
AP_SerialManager & | serial_manager, | ||
uint8_t | serial_instance | ||
) |
Definition at line 32 of file AP_RangeFinder_MaxsonarSerialLV.cpp.
|
inlineoverrideprotectedvirtual |
Implements AP_RangeFinder_Backend.
Definition at line 23 of file AP_RangeFinder_MaxsonarSerialLV.h.
|
static |
Definition at line 48 of file AP_RangeFinder_MaxsonarSerialLV.cpp.
Referenced by RangeFinder::detect_instance().
|
private |
Definition at line 54 of file AP_RangeFinder_MaxsonarSerialLV.cpp.
Referenced by _get_mav_distance_sensor_type(), and update().
|
virtual |
Implements AP_RangeFinder_Backend.
Definition at line 93 of file AP_RangeFinder_MaxsonarSerialLV.cpp.
|
private |
Definition at line 32 of file AP_RangeFinder_MaxsonarSerialLV.h.
Referenced by update().
|
private |
Definition at line 33 of file AP_RangeFinder_MaxsonarSerialLV.h.
Referenced by get_reading().
|
private |
Definition at line 34 of file AP_RangeFinder_MaxsonarSerialLV.h.
Referenced by get_reading().
|
private |
Definition at line 31 of file AP_RangeFinder_MaxsonarSerialLV.h.
Referenced by AP_RangeFinder_MaxsonarSerialLV(), and get_reading().