#include <AP_Airspeed_Backend.h>
Definition at line 25 of file AP_Airspeed_Backend.h.
◆ AP_Airspeed_Backend()
AP_Airspeed_Backend::AP_Airspeed_Backend |
( |
AP_Airspeed & |
frontend, |
|
|
uint8_t |
instance |
|
) |
| |
◆ ~AP_Airspeed_Backend()
AP_Airspeed_Backend::~AP_Airspeed_Backend |
( |
void |
| ) |
|
|
virtual |
◆ get_airspeed_ratio()
float AP_Airspeed_Backend::get_airspeed_ratio |
( |
void |
| ) |
const |
|
inlineprotected |
◆ get_bus()
uint8_t AP_Airspeed_Backend::get_bus |
( |
void |
| ) |
const |
|
protected |
◆ get_differential_pressure()
virtual bool AP_Airspeed_Backend::get_differential_pressure |
( |
float & |
pressure | ) |
|
|
pure virtual |
◆ get_pin()
int8_t AP_Airspeed_Backend::get_pin |
( |
void |
| ) |
const |
|
protected |
◆ get_psi_range()
float AP_Airspeed_Backend::get_psi_range |
( |
void |
| ) |
const |
|
protected |
◆ get_temperature()
virtual bool AP_Airspeed_Backend::get_temperature |
( |
float & |
temperature | ) |
|
|
pure virtual |
◆ get_tube_order()
◆ init()
virtual bool AP_Airspeed_Backend::init |
( |
void |
| ) |
|
|
pure virtual |
◆ set_offset()
void AP_Airspeed_Backend::set_offset |
( |
float |
ofs | ) |
|
|
inlineprotected |
◆ set_skip_cal()
void AP_Airspeed_Backend::set_skip_cal |
( |
void |
| ) |
|
|
inlineprotected |
◆ set_use_zero_offset()
void AP_Airspeed_Backend::set_use_zero_offset |
( |
void |
| ) |
|
|
inlineprotected |
◆ frontend
◆ instance
uint8_t AP_Airspeed_Backend::instance |
|
private |
◆ sem
Definition at line 49 of file AP_Airspeed_Backend.h.
Referenced by AP_Airspeed_MS4525::_collect(), AP_Airspeed_SDP3X::_timer(), AP_Airspeed_Backend(), AP_Airspeed_MS5525::calculate(), AP_Airspeed_MS4525::get_differential_pressure(), AP_Airspeed_SDP3X::get_differential_pressure(), AP_Airspeed_MS5525::get_differential_pressure(), AP_Airspeed_MS4525::get_temperature(), AP_Airspeed_SDP3X::get_temperature(), AP_Airspeed_MS5525::get_temperature(), and ~AP_Airspeed_Backend().
The documentation for this class was generated from the following files: