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 88 of file AP_GPS_SBP.h.
bool AP_GPS_SBP::sbp_heartbeat_t::ext_antenna |
Definition at line 96 of file AP_GPS_SBP.h.
bool AP_GPS_SBP::sbp_heartbeat_t::io_error |
Definition at line 90 of file AP_GPS_SBP.h.
bool AP_GPS_SBP::sbp_heartbeat_t::nap_error |
Definition at line 91 of file AP_GPS_SBP.h.
uint8_t AP_GPS_SBP::sbp_heartbeat_t::protocol_major |
Definition at line 94 of file AP_GPS_SBP.h.
Referenced by AP_GPS_SBP::_detect().
uint8_t AP_GPS_SBP::sbp_heartbeat_t::protocol_minor |
Definition at line 93 of file AP_GPS_SBP.h.
uint8_t AP_GPS_SBP::sbp_heartbeat_t::res |
Definition at line 92 of file AP_GPS_SBP.h.
uint8_t AP_GPS_SBP::sbp_heartbeat_t::res2 |
Definition at line 95 of file AP_GPS_SBP.h.
bool AP_GPS_SBP::sbp_heartbeat_t::sys_error |
Definition at line 89 of file AP_GPS_SBP.h.