APM:Libraries
|
Public Attributes | |
struct log_write_fmt * | next |
uint8_t | msg_type |
uint8_t | msg_len |
uint8_t | sent_mask |
const char * | name |
const char * | fmt |
const char * | labels |
const char * | units |
const char * | mults |
Definition at line 256 of file DataFlash.h.
const char* DataFlash_Class::log_write_fmt::fmt |
Definition at line 262 of file DataFlash.h.
Referenced by DataFlash_Class::assert_same_fmt_for_name(), DataFlash_Class::fill_log_write_logstructure(), DataFlash_Backend::Log_Write(), and DataFlash_Class::msg_fmt_for_name().
const char* DataFlash_Class::log_write_fmt::labels |
Definition at line 263 of file DataFlash.h.
Referenced by DataFlash_Class::assert_same_fmt_for_name(), DataFlash_Class::fill_log_write_logstructure(), and DataFlash_Class::msg_fmt_for_name().
uint8_t DataFlash_Class::log_write_fmt::msg_len |
Definition at line 259 of file DataFlash.h.
Referenced by DataFlash_Class::fill_log_write_logstructure(), DataFlash_Backend::Log_Write(), and DataFlash_Class::msg_fmt_for_name().
uint8_t DataFlash_Class::log_write_fmt::msg_type |
Definition at line 258 of file DataFlash.h.
Referenced by DataFlash_Class::fill_log_write_logstructure(), DataFlash_Backend::Log_Write(), DataFlash_Class::Log_WriteV(), DataFlash_Class::msg_fmt_for_name(), and DataFlash_Class::msg_type_in_use().
const char* DataFlash_Class::log_write_fmt::mults |
Definition at line 265 of file DataFlash.h.
Referenced by DataFlash_Class::assert_same_fmt_for_name(), DataFlash_Class::fill_log_write_logstructure(), and DataFlash_Class::msg_fmt_for_name().
const char* DataFlash_Class::log_write_fmt::name |
Definition at line 261 of file DataFlash.h.
Referenced by DataFlash_Class::assert_same_fmt_for_name(), DataFlash_Class::fill_log_write_logstructure(), and DataFlash_Class::msg_fmt_for_name().
struct log_write_fmt* DataFlash_Class::log_write_fmt::next |
Definition at line 257 of file DataFlash.h.
Referenced by DataFlash_Class::fill_log_write_logstructure(), DataFlash_Backend::Log_Write(), DataFlash_Class::msg_fmt_for_name(), and DataFlash_Class::msg_type_in_use().
uint8_t DataFlash_Class::log_write_fmt::sent_mask |
Definition at line 260 of file DataFlash.h.
Referenced by DataFlash_Class::Log_WriteV().
const char* DataFlash_Class::log_write_fmt::units |
Definition at line 264 of file DataFlash.h.
Referenced by DataFlash_Class::assert_same_fmt_for_name(), DataFlash_Class::fill_log_write_logstructure(), and DataFlash_Class::msg_fmt_for_name().