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
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
41size_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
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).
Portable observability core (no RTOS).
Definition nrf_edgeai_obsv_core.h:51