#include <AP_SpdHgtControl.h>
Definition at line 18 of file AP_SpdHgtControl.h.
◆ ControllerType
◆ get_land_airspeed()
virtual float AP_SpdHgtControl::get_land_airspeed |
( |
void |
| ) |
const |
|
pure virtual |
◆ get_land_sinkrate()
virtual float AP_SpdHgtControl::get_land_sinkrate |
( |
void |
| ) |
const |
|
pure virtual |
◆ get_max_climbrate()
virtual float AP_SpdHgtControl::get_max_climbrate |
( |
void |
| ) |
const |
|
pure virtual |
◆ get_pitch_demand()
virtual int32_t AP_SpdHgtControl::get_pitch_demand |
( |
void |
| ) |
|
|
pure virtual |
◆ get_target_airspeed()
virtual float AP_SpdHgtControl::get_target_airspeed |
( |
void |
| ) |
const |
|
pure virtual |
◆ get_throttle_demand()
virtual int32_t AP_SpdHgtControl::get_throttle_demand |
( |
void |
| ) |
|
|
pure virtual |
◆ get_VXdot()
virtual float AP_SpdHgtControl::get_VXdot |
( |
void |
| ) |
|
|
pure virtual |
◆ reset_pitch_I()
virtual void AP_SpdHgtControl::reset_pitch_I |
( |
void |
| ) |
|
|
pure virtual |
◆ set_path_proportion()
virtual void AP_SpdHgtControl::set_path_proportion |
( |
float |
path_proportion | ) |
|
|
pure virtual |
◆ update_50hz()
virtual void AP_SpdHgtControl::update_50hz |
( |
void |
| ) |
|
|
pure virtual |
◆ update_pitch_throttle()
virtual void AP_SpdHgtControl::update_pitch_throttle |
( |
int32_t |
hgt_dem_cm, |
|
|
int32_t |
EAS_dem_cm, |
|
|
enum AP_Vehicle::FixedWing::FlightStage |
flight_stage, |
|
|
float |
distance_beyond_land_wp, |
|
|
int32_t |
ptchMinCO_cd, |
|
|
int16_t |
throttle_nudge, |
|
|
float |
hgt_afe, |
|
|
float |
load_factor |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: