APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
LOG_PACKET_HEADER | |
uint64_t | time_us |
uint8_t | stage |
float | target_heading |
int32_t | target_lat |
int32_t | target_lng |
int32_t | target_alt |
int16_t | crosstrack_error |
int16_t | travel_distance |
float | l1_i |
int32_t | loiter_sum_cd |
float | desired |
float | P |
float | I |
float | D |
Definition at line 1047 of file LogStructure.h.
int16_t log_DSTL::crosstrack_error |
Definition at line 1055 of file LogStructure.h.
float log_DSTL::D |
Definition at line 1062 of file LogStructure.h.
Referenced by AP_Landing_Deepstall::Log().
float log_DSTL::desired |
Definition at line 1059 of file LogStructure.h.
Referenced by AP_Landing_Deepstall::Log().
float log_DSTL::I |
Definition at line 1061 of file LogStructure.h.
Referenced by AP_Landing_Deepstall::Log().
float log_DSTL::l1_i |
Definition at line 1057 of file LogStructure.h.
Referenced by AP_Landing_Deepstall::Log().
log_DSTL::LOG_PACKET_HEADER |
Definition at line 1048 of file LogStructure.h.
int32_t log_DSTL::loiter_sum_cd |
Definition at line 1058 of file LogStructure.h.
float log_DSTL::P |
Definition at line 1060 of file LogStructure.h.
Referenced by AP_Landing_Deepstall::Log().
uint8_t log_DSTL::stage |
Definition at line 1050 of file LogStructure.h.
int32_t log_DSTL::target_alt |
Definition at line 1054 of file LogStructure.h.
Referenced by AP_Landing_Deepstall::Log().
float log_DSTL::target_heading |
Definition at line 1051 of file LogStructure.h.
Referenced by AP_Landing_Deepstall::Log().
int32_t log_DSTL::target_lat |
Definition at line 1052 of file LogStructure.h.
Referenced by AP_Landing_Deepstall::Log().
int32_t log_DSTL::target_lng |
Definition at line 1053 of file LogStructure.h.
Referenced by AP_Landing_Deepstall::Log().
uint64_t log_DSTL::time_us |
Definition at line 1049 of file LogStructure.h.
Referenced by AP_Landing_Deepstall::Log().
int16_t log_DSTL::travel_distance |
Definition at line 1056 of file LogStructure.h.
Referenced by AP_Landing_Deepstall::Log().