APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
LOG_PACKET_HEADER | |
uint8_t | type |
uint8_t | length |
char | name [4] |
char | format [16] |
char | labels [64] |
Definition at line 37 of file LogStructure.h.
char log_Format::format[16] |
Definition at line 42 of file LogStructure.h.
Referenced by DataFlash_Backend::Log_Fill_Format().
char log_Format::labels[64] |
Definition at line 43 of file LogStructure.h.
Referenced by DataFlash_Backend::Log_Fill_Format().
uint8_t log_Format::length |
Definition at line 40 of file LogStructure.h.
Referenced by DataFlash_Backend::Log_Fill_Format().
log_Format::LOG_PACKET_HEADER |
Definition at line 38 of file LogStructure.h.
char log_Format::name[4] |
Definition at line 41 of file LogStructure.h.
Referenced by DataFlash_Backend::Log_Fill_Format().
uint8_t log_Format::type |
Definition at line 39 of file LogStructure.h.
Referenced by DataFlash_Backend::Log_Fill_Format().