![]() |
Edge AI Add-on API 2.2.0
|
| int nrf_edgeai_obsv_for_each_metric | ( | nrf_edgeai_obsv_ctx_t * | ctx, |
| nrf_edgeai_obsv_metric_cb_t | cb, | ||
| void * | user ) |
#include <include/nrf_edgeai_obsv/nrf_edgeai_obsv.h>
Iterate over all registered metrics under the context lock.
| ctx | Initialized context. |
| cb | Callback invoked once per metric snapshot. Return false to stop early. |
| user | Opaque pointer forwarded to cb. |
ctx or cb is NULL.