|
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 [48] |
Definition at line 942 of file LogStructure.h.
| uint8_t log_SbpRAWH::data[48] |
Definition at line 951 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
| uint8_t log_SbpRAWH::index |
Definition at line 947 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
| log_SbpRAWH::LOG_PACKET_HEADER |
Definition at line 943 of file LogStructure.h.
| uint8_t log_SbpRAWH::msg_len |
Definition at line 949 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
| uint16_t log_SbpRAWH::msg_type |
Definition at line 945 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
| uint8_t log_SbpRAWH::pages |
Definition at line 948 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
| uint8_t log_SbpRAWH::res |
Definition at line 950 of file LogStructure.h.
| uint16_t log_SbpRAWH::sender_id |
Definition at line 946 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
| uint64_t log_SbpRAWH::time_us |
Definition at line 944 of file LogStructure.h.
Referenced by AP_GPS_SBP::logging_log_raw_sbp(), and AP_GPS_SBP2::logging_log_raw_sbp().
1.8.13