APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
LOG_PACKET_HEADER | |
uint64_t | time_us |
uint8_t | ID |
int16_t | rng |
int16_t | innov |
uint16_t | sqrtInnovVar |
uint16_t | testRatio |
int16_t | beaconPosN |
int16_t | beaconPosE |
int16_t | beaconPosD |
int16_t | offsetHigh |
int16_t | offsetLow |
int16_t | posN |
int16_t | posE |
int16_t | posD |
Definition at line 548 of file LogStructure.h.
int16_t log_RngBcnDebug::beaconPosD |
Definition at line 558 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_RngBcnDebug::beaconPosE |
Definition at line 557 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_RngBcnDebug::beaconPosN |
Definition at line 556 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
uint8_t log_RngBcnDebug::ID |
Definition at line 551 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_RngBcnDebug::innov |
Definition at line 553 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
log_RngBcnDebug::LOG_PACKET_HEADER |
Definition at line 549 of file LogStructure.h.
int16_t log_RngBcnDebug::offsetHigh |
Definition at line 559 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_RngBcnDebug::offsetLow |
Definition at line 560 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_RngBcnDebug::posD |
Definition at line 563 of file LogStructure.h.
int16_t log_RngBcnDebug::posE |
Definition at line 562 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_RngBcnDebug::posN |
Definition at line 561 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
int16_t log_RngBcnDebug::rng |
Definition at line 552 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
uint16_t log_RngBcnDebug::sqrtInnovVar |
Definition at line 554 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().
uint16_t log_RngBcnDebug::testRatio |
Definition at line 555 of file LogStructure.h.
uint64_t log_RngBcnDebug::time_us |
Definition at line 550 of file LogStructure.h.
Referenced by DataFlash_Class::Log_Write_POS().