APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
LOG_PACKET_HEADER | |
uint64_t | time_us |
int8_t | AZbias |
int16_t | scaleX |
int16_t | scaleY |
int16_t | scaleZ |
int16_t | windN |
int16_t | windE |
int16_t | magN |
int16_t | magE |
int16_t | magD |
int16_t | magX |
int16_t | magY |
int16_t | magZ |
uint8_t | index |
Definition at line 406 of file LogStructure.h.
int8_t log_NKF2::AZbias |
Definition at line 409 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
uint8_t log_NKF2::index |
Definition at line 421 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
log_NKF2::LOG_PACKET_HEADER |
Definition at line 407 of file LogStructure.h.
int16_t log_NKF2::magD |
Definition at line 417 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2::magE |
Definition at line 416 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2::magN |
Definition at line 415 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2::magX |
Definition at line 418 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2::magY |
Definition at line 419 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2::magZ |
Definition at line 420 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2::scaleX |
Definition at line 410 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2::scaleY |
Definition at line 411 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2::scaleZ |
Definition at line 412 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
uint64_t log_NKF2::time_us |
Definition at line 408 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2::windE |
Definition at line 414 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2::windN |
Definition at line 413 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().