|
mbgtools-lx
4.2.8
|
#include <gpsserio.h>
Data Fields | |
| uint8_t * | cur |
| points to current pos inside receive buffer More... | |
| int | cnt |
| the number of bytes to be received More... | |
| ulong | flags |
| flags if header already completed, etc., see MBG_MSG_RCV_CTL_MASKS More... | |
| MBG_TMO_TIME | tstamp |
| time when the first byte of the packet was received More... | |
Definition at line 1739 of file gpsserio.h.
| int MBG_MSG_RCV_CTL::rcv_state::cnt |
the number of bytes to be received
Definition at line 1742 of file gpsserio.h.
| uint8_t* MBG_MSG_RCV_CTL::rcv_state::cur |
points to current pos inside receive buffer
Definition at line 1741 of file gpsserio.h.
| ulong MBG_MSG_RCV_CTL::rcv_state::flags |
flags if header already completed, etc., see MBG_MSG_RCV_CTL_MASKS
Definition at line 1743 of file gpsserio.h.
| MBG_TMO_TIME MBG_MSG_RCV_CTL::rcv_state::tstamp |
time when the first byte of the packet was received
Definition at line 1745 of file gpsserio.h.