Edge AI Add-on API
2.2.0
Loading...
Searching...
No Matches
nrf_edgeai_obsv_encode.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2026 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
*/
15
#ifndef NRF_EDGEAI_OBSV_ENCODE_H
16
#define NRF_EDGEAI_OBSV_ENCODE_H
17
18
#include <stddef.h>
19
20
#include <
nrf_edgeai_obsv/nrf_edgeai_obsv_core.h
>
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
41
size_t
nrf_edgeai_obsv_encode_cbor
(
nrf_edgeai_obsv_core_t
*state, uint8_t *buf,
size_t
max_len);
42
43
#ifdef __cplusplus
44
}
45
#endif
46
47
#endif
/* NRF_EDGEAI_OBSV_ENCODE_H */
48
nrf_edgeai_obsv_encode_cbor
size_t nrf_edgeai_obsv_encode_cbor(nrf_edgeai_obsv_core_t *state, uint8_t *buf, size_t max_len)
Encode observability state and metrics as CBOR (no mutex).
nrf_edgeai_obsv_core.h
nrf_edgeai_obsv_core_t
Portable observability core (no RTOS).
Definition
nrf_edgeai_obsv_core.h:51
lib
nrf_edgeai_obsv
nrf_edgeai_obsv_encode.h
Generated on Thu Jul 9 2026 11:59:51 for Edge AI Add-on API by
1.12.0