| 
    APM:Libraries
    
   | 
 
Public Types | |
| enum | {  WAITING = 0, GET_TYPE = 1, GET_SENDER = 2, GET_LEN = 3, GET_MSG = 4, GET_CRC = 5 }  | 
Public Attributes | |
| enum AP_GPS_SBP::sbp_parser_state_t:: { ... } | state | 
| uint16_t | msg_type | 
| uint16_t | sender_id | 
| uint16_t | crc | 
| uint8_t | msg_len | 
| uint8_t | n_read | 
| uint8_t | msg_buff [256] | 
Definition at line 51 of file AP_GPS_SBP.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| WAITING | |
| GET_TYPE | |
| GET_SENDER | |
| GET_LEN | |
| GET_MSG | |
| GET_CRC | |
Definition at line 52 of file AP_GPS_SBP.h.
| uint16_t AP_GPS_SBP::sbp_parser_state_t::crc | 
Definition at line 62 of file AP_GPS_SBP.h.
Referenced by AP_GPS_SBP::_sbp_process().
| uint8_t AP_GPS_SBP::sbp_parser_state_t::msg_buff[256] | 
Definition at line 65 of file AP_GPS_SBP.h.
Referenced by AP_GPS_SBP::_sbp_process(), and AP_GPS_SBP::_sbp_process_message().
| uint8_t AP_GPS_SBP::sbp_parser_state_t::msg_len | 
Definition at line 63 of file AP_GPS_SBP.h.
Referenced by AP_GPS_SBP::_sbp_process(), and AP_GPS_SBP::_sbp_process_message().
| uint16_t AP_GPS_SBP::sbp_parser_state_t::msg_type | 
Definition at line 60 of file AP_GPS_SBP.h.
Referenced by AP_GPS_SBP::_sbp_process(), and AP_GPS_SBP::_sbp_process_message().
| uint8_t AP_GPS_SBP::sbp_parser_state_t::n_read | 
Definition at line 64 of file AP_GPS_SBP.h.
Referenced by AP_GPS_SBP::_sbp_process().
| uint16_t AP_GPS_SBP::sbp_parser_state_t::sender_id | 
Definition at line 61 of file AP_GPS_SBP.h.
Referenced by AP_GPS_SBP::_sbp_process(), and AP_GPS_SBP::_sbp_process_message().
| enum { ... } AP_GPS_SBP::sbp_parser_state_t::state | 
Referenced by AP_GPS_SBP::_sbp_process(), and AP_GPS_SBP::AP_GPS_SBP().
 1.8.13