APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
uint8_t | msg_type |
uint8_t | msg_len |
const char * | name |
const char * | format |
const char * | labels |
const char * | units |
const char * | multipliers |
Definition at line 17 of file LogStructure.h.
const char* LogStructure::format |
Definition at line 21 of file LogStructure.h.
Referenced by DataFlash_Class::fill_log_write_logstructure(), DataFlash_Backend::Log_Fill_Format(), and DataFlash_Class::validate_structure().
const char* LogStructure::labels |
Definition at line 22 of file LogStructure.h.
Referenced by DataFlash_Class::dump_structures(), DataFlash_Class::fill_log_write_logstructure(), DataFlash_Backend::Log_Fill_Format(), and DataFlash_Class::validate_structure().
uint8_t LogStructure::msg_len |
Definition at line 19 of file LogStructure.h.
Referenced by DataFlash_Class::fill_log_write_logstructure(), DataFlash_Backend::Log_Fill_Format(), DataFlash_Backend::Log_Write(), and DataFlash_Class::validate_structure().
uint8_t LogStructure::msg_type |
Definition at line 18 of file LogStructure.h.
Referenced by DataFlash_Class::fill_log_write_logstructure(), DataFlash_Backend::Log_Fill_Format(), DataFlash_Backend::Log_Fill_Format_Units(), DataFlash_Backend::Log_Write(), and DataFlash_Class::validate_structure().
const char* LogStructure::multipliers |
Definition at line 24 of file LogStructure.h.
Referenced by DataFlash_Class::dump_structure_field(), DataFlash_Class::fill_log_write_logstructure(), DataFlash_Backend::Log_Fill_Format_Units(), and DataFlash_Class::validate_structure().
const char* LogStructure::name |
Definition at line 20 of file LogStructure.h.
Referenced by DataFlash_Class::dump_structures(), DataFlash_Class::fill_log_write_logstructure(), DataFlash_Backend::Log_Fill_Format(), and DataFlash_Class::validate_structure().
const char* LogStructure::units |
Definition at line 23 of file LogStructure.h.
Referenced by DataFlash_Class::dump_structure_field(), DataFlash_Class::fill_log_write_logstructure(), DataFlash_Backend::Log_Fill_Format_Units(), and DataFlash_Class::validate_structure().