APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
LOG_PACKET_HEADER | |
uint64_t | time_us |
uint16_t | msg_type |
uint16_t | sender_id |
uint8_t | index |
uint8_t | pages |
uint8_t | msg_len |
uint8_t | res |
uint8_t | data [104] |
Definition at line 954 of file LogStructure.h.
uint8_t log_SbpRAWM::data[104] |
Definition at line 963 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
uint8_t log_SbpRAWM::index |
Definition at line 959 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
log_SbpRAWM::LOG_PACKET_HEADER |
Definition at line 955 of file LogStructure.h.
uint8_t log_SbpRAWM::msg_len |
Definition at line 961 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
uint16_t log_SbpRAWM::msg_type |
Definition at line 957 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
uint8_t log_SbpRAWM::pages |
Definition at line 960 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
uint8_t log_SbpRAWM::res |
Definition at line 962 of file LogStructure.h.
uint16_t log_SbpRAWM::sender_id |
Definition at line 958 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
uint64_t log_SbpRAWM::time_us |
Definition at line 956 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().