APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
LOG_PACKET_HEADER | |
uint64_t | time_us |
int16_t | accBiasX |
int16_t | accBiasY |
int16_t | accBiasZ |
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 424 of file LogStructure.h.
int16_t log_NKF2a::accBiasX |
Definition at line 427 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2a::accBiasY |
Definition at line 428 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2a::accBiasZ |
Definition at line 429 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
uint8_t log_NKF2a::index |
Definition at line 438 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
log_NKF2a::LOG_PACKET_HEADER |
Definition at line 425 of file LogStructure.h.
int16_t log_NKF2a::magD |
Definition at line 434 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2a::magE |
Definition at line 433 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2a::magN |
Definition at line 432 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2a::magX |
Definition at line 435 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2a::magY |
Definition at line 436 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2a::magZ |
Definition at line 437 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
uint64_t log_NKF2a::time_us |
Definition at line 426 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2a::windE |
Definition at line 431 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_NKF2a::windN |
Definition at line 430 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().