APM:Libraries
|
#include <GPS_detect_state.h>
Public Attributes | |
uint8_t | payload_length |
uint8_t | payload_counter |
uint8_t | step |
uint8_t | ck_a |
uint8_t | ck_b |
Definition at line 50 of file GPS_detect_state.h.
uint8_t UBLOX_detect_state::ck_a |
Definition at line 53 of file GPS_detect_state.h.
Referenced by AP_GPS_UBLOX::_detect().
uint8_t UBLOX_detect_state::ck_b |
Definition at line 53 of file GPS_detect_state.h.
Referenced by AP_GPS_UBLOX::_detect().
uint8_t UBLOX_detect_state::payload_counter |
Definition at line 51 of file GPS_detect_state.h.
Referenced by AP_GPS_UBLOX::_detect().
uint8_t UBLOX_detect_state::payload_length |
Definition at line 51 of file GPS_detect_state.h.
Referenced by AP_GPS_UBLOX::_detect().
uint8_t UBLOX_detect_state::step |
Definition at line 52 of file GPS_detect_state.h.
Referenced by AP_GPS_UBLOX::_detect().