|
APM:Libraries
|
#include <AP_Winch_Servo.h>
Public Member Functions | |
| AP_Winch_Servo (struct AP_Winch::Backend_Config &_config) | |
| void | init (const AP_WheelEncoder *wheel_encoder) override |
| void | update () override |
Public Member Functions inherited from AP_Winch_Backend | |
| AP_Winch_Backend (struct AP_Winch::Backend_Config &_config) | |
Private Attributes | |
| const AP_WheelEncoder * | _wheel_encoder |
| uint32_t | last_update_ms |
| bool | limit_high |
| bool | limit_low |
Additional Inherited Members | |
Protected Attributes inherited from AP_Winch_Backend | |
| struct AP_Winch::Backend_Config & | config |
Definition at line 21 of file AP_Winch_Servo.h.
|
inline |
|
overridevirtual |
Implements AP_Winch_Backend.
Definition at line 5 of file AP_Winch_Servo.cpp.
Referenced by AP_Winch_Servo().
|
overridevirtual |
Implements AP_Winch_Backend.
Definition at line 13 of file AP_Winch_Servo.cpp.
Referenced by AP_Winch_Servo().
|
private |
Definition at line 35 of file AP_Winch_Servo.h.
|
private |
Definition at line 37 of file AP_Winch_Servo.h.
Referenced by update().
|
private |
Definition at line 38 of file AP_Winch_Servo.h.
Referenced by update().
|
private |
Definition at line 39 of file AP_Winch_Servo.h.
Referenced by update().
1.8.13