|
APM:Libraries
|
#include <AP_AutoTune.h>
Public Attributes | |
| LOG_PACKET_HEADER | |
| uint64_t | time_us |
| uint8_t | type |
| uint8_t | state |
| int16_t | servo |
| float | demanded |
| float | achieved |
| float | P |
Definition at line 24 of file AP_AutoTune.h.
| float AP_AutoTune::log_ATRP::achieved |
Definition at line 31 of file AP_AutoTune.h.
| float AP_AutoTune::log_ATRP::demanded |
Definition at line 30 of file AP_AutoTune.h.
| AP_AutoTune::log_ATRP::LOG_PACKET_HEADER |
Definition at line 25 of file AP_AutoTune.h.
| float AP_AutoTune::log_ATRP::P |
Definition at line 32 of file AP_AutoTune.h.
| int16_t AP_AutoTune::log_ATRP::servo |
Definition at line 29 of file AP_AutoTune.h.
| uint8_t AP_AutoTune::log_ATRP::state |
Definition at line 28 of file AP_AutoTune.h.
| uint64_t AP_AutoTune::log_ATRP::time_us |
Definition at line 26 of file AP_AutoTune.h.
| uint8_t AP_AutoTune::log_ATRP::type |
Definition at line 27 of file AP_AutoTune.h.
1.8.13