APM:Libraries
|
Public Attributes | |
uint8_t | fragments_received:4 |
uint8_t | sequence:5 |
uint8_t | fragment_count |
uint16_t | total_length |
uint8_t | buffer [MAVLINK_MSG_GPS_RTCM_DATA_FIELD_DATA_LEN *4] |
uint8_t AP_GPS::rtcm_buffer::buffer[MAVLINK_MSG_GPS_RTCM_DATA_FIELD_DATA_LEN *4] |
Definition at line 523 of file AP_GPS.h.
Referenced by AP_GPS::handle_gps_rtcm_data().
uint8_t AP_GPS::rtcm_buffer::fragment_count |
Definition at line 521 of file AP_GPS.h.
Referenced by AP_GPS::handle_gps_rtcm_data().
uint8_t AP_GPS::rtcm_buffer::fragments_received |
Definition at line 519 of file AP_GPS.h.
Referenced by AP_GPS::handle_gps_rtcm_data().
uint8_t AP_GPS::rtcm_buffer::sequence |
Definition at line 520 of file AP_GPS.h.
Referenced by AP_GPS::handle_gps_rtcm_data().
uint16_t AP_GPS::rtcm_buffer::total_length |
Definition at line 522 of file AP_GPS.h.
Referenced by AP_GPS::handle_gps_rtcm_data().