|
APM:Libraries
|
#include <GPS_detect_state.h>
Public Types | |
| enum | { WAITING = 0, GET_TYPE = 1, GET_SENDER = 2, GET_LEN = 3, GET_MSG = 4, GET_CRC = 5 } |
Public Attributes | |
| enum SBP_detect_state:: { ... } | state |
| uint16_t | msg_type |
| uint8_t | n_read |
| uint8_t | msg_len |
| uint16_t | crc_so_far |
| uint16_t | crc |
| uint8_t | heartbeat_buff [4] |
Definition at line 62 of file GPS_detect_state.h.
| anonymous enum |
| Enumerator | |
|---|---|
| WAITING | |
| GET_TYPE | |
| GET_SENDER | |
| GET_LEN | |
| GET_MSG | |
| GET_CRC | |
Definition at line 63 of file GPS_detect_state.h.
| uint16_t SBP_detect_state::crc |
Definition at line 75 of file GPS_detect_state.h.
Referenced by AP_GPS_SBP::_detect().
| uint16_t SBP_detect_state::crc_so_far |
Definition at line 74 of file GPS_detect_state.h.
Referenced by AP_GPS_SBP::_detect().
| uint8_t SBP_detect_state::heartbeat_buff[4] |
Definition at line 76 of file GPS_detect_state.h.
Referenced by AP_GPS_SBP::_detect().
| uint8_t SBP_detect_state::msg_len |
Definition at line 73 of file GPS_detect_state.h.
Referenced by AP_GPS_SBP::_detect().
| uint16_t SBP_detect_state::msg_type |
Definition at line 71 of file GPS_detect_state.h.
Referenced by AP_GPS_SBP::_detect().
| uint8_t SBP_detect_state::n_read |
Definition at line 72 of file GPS_detect_state.h.
Referenced by AP_GPS_SBP::_detect().
| enum { ... } SBP_detect_state::state |
Referenced by AP_GPS_SBP::_detect().
1.8.13