APM:Libraries
|
#include <AP_YawController.h>
Public Member Functions | |
AP_YawController (AP_AHRS &ahrs, const AP_Vehicle::FixedWing &parms) | |
AP_YawController (const AP_YawController &other)=delete | |
AP_YawController & | operator= (const AP_YawController &)=delete |
int32_t | get_servo_out (float scaler, bool disable_integrator) |
void | reset_I () |
const DataFlash_Class::PID_Info & | get_pid_info (void) const |
Static Public Attributes | |
static const struct AP_Param::GroupInfo | var_info [] |
Private Attributes | |
const AP_Vehicle::FixedWing & | aparm |
AP_Float | _K_A |
AP_Float | _K_I |
AP_Float | _K_D |
AP_Float | _K_FF |
AP_Int16 | _imax |
uint32_t | _last_t |
float | _last_out |
float | _last_rate_hp_out |
float | _last_rate_hp_in |
float | _K_D_last |
float | _integrator |
DataFlash_Class::PID_Info | _pid_info |
AP_AHRS & | _ahrs |
Definition at line 9 of file AP_YawController.h.
|
inline |
|
delete |
|
inline |
Definition at line 29 of file AP_YawController.h.
int32_t AP_YawController::get_servo_out | ( | float | scaler, |
bool | disable_integrator | ||
) |
Definition at line 76 of file AP_YawController.cpp.
Referenced by AP_YawController().
|
delete |
void AP_YawController::reset_I | ( | ) |
Definition at line 179 of file AP_YawController.cpp.
Referenced by AP_YawController().
|
private |
Definition at line 50 of file AP_YawController.h.
Referenced by get_servo_out().
|
private |
Definition at line 39 of file AP_YawController.h.
Referenced by get_servo_out().
|
private |
Definition at line 46 of file AP_YawController.h.
Referenced by get_servo_out(), and reset_I().
|
private |
Definition at line 35 of file AP_YawController.h.
Referenced by get_servo_out().
|
private |
Definition at line 37 of file AP_YawController.h.
Referenced by get_servo_out().
|
private |
Definition at line 44 of file AP_YawController.h.
Referenced by get_servo_out().
|
private |
Definition at line 38 of file AP_YawController.h.
Referenced by get_servo_out().
|
private |
Definition at line 36 of file AP_YawController.h.
Referenced by get_servo_out().
|
private |
Definition at line 41 of file AP_YawController.h.
Referenced by get_servo_out().
|
private |
Definition at line 43 of file AP_YawController.h.
Referenced by get_servo_out().
|
private |
Definition at line 42 of file AP_YawController.h.
Referenced by get_servo_out().
|
private |
Definition at line 40 of file AP_YawController.h.
Referenced by get_servo_out().
|
private |
Definition at line 48 of file AP_YawController.h.
Referenced by AP_YawController(), get_pid_info(), and get_servo_out().
|
private |
Definition at line 34 of file AP_YawController.h.
Referenced by get_servo_out().
|
static |
Definition at line 31 of file AP_YawController.h.
Referenced by AP_YawController().