![]() |
Edge AI Add-on API 2.2.0
|
| int nrf_edgeai_obsv_deregister | ( | nrf_edgeai_obsv_ctx_t * | ctx, |
| nrf_edgeai_obsv_metric_t * | metric ) |
#include <include/nrf_edgeai_obsv/nrf_edgeai_obsv.h>
Deregister a previously registered metric.
Removes metric from the context's list. No-op if metric is not found.
| ctx | Initialized context. |
| metric | Metric descriptor to remove. |
ctx or metric is NULL.