mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_AHRS: added get_airspeed() interface to AHRS
This commit is contained in:
parent
010250a966
commit
c7533579ac
@ -98,6 +98,10 @@ public:
|
|||||||
_airspeed = airspeed;
|
_airspeed = airspeed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const AP_Airspeed *get_airspeed(void) const {
|
||||||
|
return _airspeed;
|
||||||
|
}
|
||||||
|
|
||||||
const GPS *get_gps() const {
|
const GPS *get_gps() const {
|
||||||
return _gps;
|
return _gps;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user