Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
|
4.2.99 |
Go to the source code of this file.
Functions | |
int | gnss_rtk_decoder_frame_get (uint8_t *buf, size_t buf_len, uint8_t **data, size_t *data_len) |
Get an RTK frame from buffer. |
int gnss_rtk_decoder_frame_get | ( | uint8_t * | buf, |
size_t | buf_len, | ||
uint8_t ** | data, | ||
size_t * | data_len ) |
Get an RTK frame from buffer.
Used by RTK clients to extract frames from a data-buffer.
[in] | buf | Buffer holding encoded data. |
[in] | buf_len | Buffer length. |
[out] | data | Pointer to the decoded frame. |
[out] | data_len | Length of the decoded frame |