Zephyr Project API
4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
decoder.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025 Croxel Inc.
3
* Copyright (c) 2025 CogniPilot Foundation
4
*
5
* SPDX-License-Identifier: Apache-2.0
6
*/
7
8
#ifndef ZEPHYR_INCLUDE_GNSS_RTK_DECODER_H_
9
#define ZEPHYR_INCLUDE_GNSS_RTK_DECODER_H_
10
11
#include <
stdint.h
>
12
#include <stddef.h>
13
28
int
gnss_rtk_decoder_frame_get
(
uint8_t
*buf,
size_t
buf_len,
29
uint8_t
**data,
size_t
*data_len);
30
31
#endif
/* ZEPHYR_INCLUDE_GNSS_RTK_DECODER_H_ */
gnss_rtk_decoder_frame_get
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.
stdint.h
uint8_t
__UINT8_TYPE__ uint8_t
Definition
stdint.h:88
include
zephyr
gnss
rtk
decoder.h
Generated on Sun Aug 24 2025 06:52:31 for Zephyr Project API by
1.9.8