APM:Libraries
|
Public Attributes | |
bool | sys_error: 1 |
bool | io_error: 1 |
bool | nap_error: 1 |
uint8_t | res: 5 |
uint8_t | protocol_minor: 8 |
uint8_t | protocol_major: 8 |
uint8_t | res2: 7 |
bool | ext_antenna: 1 |
Definition at line 84 of file AP_GPS_SBP2.h.
bool AP_GPS_SBP2::sbp_heartbeat_t::ext_antenna |
Definition at line 92 of file AP_GPS_SBP2.h.
Referenced by AP_GPS_SBP2::_attempt_state_update().
bool AP_GPS_SBP2::sbp_heartbeat_t::io_error |
Definition at line 86 of file AP_GPS_SBP2.h.
Referenced by AP_GPS_SBP2::_attempt_state_update().
bool AP_GPS_SBP2::sbp_heartbeat_t::nap_error |
Definition at line 87 of file AP_GPS_SBP2.h.
Referenced by AP_GPS_SBP2::_attempt_state_update().
uint8_t AP_GPS_SBP2::sbp_heartbeat_t::protocol_major |
Definition at line 90 of file AP_GPS_SBP2.h.
Referenced by AP_GPS_SBP2::_attempt_state_update(), and AP_GPS_SBP2::_detect().
uint8_t AP_GPS_SBP2::sbp_heartbeat_t::protocol_minor |
Definition at line 89 of file AP_GPS_SBP2.h.
Referenced by AP_GPS_SBP2::_attempt_state_update().
uint8_t AP_GPS_SBP2::sbp_heartbeat_t::res |
Definition at line 88 of file AP_GPS_SBP2.h.
Referenced by AP_GPS_SBP2::_attempt_state_update().
uint8_t AP_GPS_SBP2::sbp_heartbeat_t::res2 |
Definition at line 91 of file AP_GPS_SBP2.h.
Referenced by AP_GPS_SBP2::_attempt_state_update().
bool AP_GPS_SBP2::sbp_heartbeat_t::sys_error |
Definition at line 85 of file AP_GPS_SBP2.h.
Referenced by AP_GPS_SBP2::_attempt_state_update().