nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
ml_app_mode_event.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
11#ifndef _ML_APP_MODE_EVENT_H_
12#define _ML_APP_MODE_EVENT_H_
13
20#include <app_event_manager.h>
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
31
33};
34
35
39 struct app_event_header header;
40
43};
44
45
47
48#ifdef __cplusplus
49}
50#endif
51
56#endif /* _ML_APP_MODE_EVENT_H_ */
Application Event Manager header.
Application Event Manager profiler tracer header.
#define APP_EVENT_TYPE_DECLARE(ename)
Declare an event type.
Definition: app_event_manager.h:143
ml_app_mode
Machine learning application modes.
Definition: ml_app_mode_event.h:28
@ ML_APP_MODE_DATA_FORWARDING
Definition: ml_app_mode_event.h:30
@ ML_APP_MODE_COUNT
Definition: ml_app_mode_event.h:32
@ ML_APP_MODE_MODEL_RUNNING
Definition: ml_app_mode_event.h:29
enum ml_app_mode mode
Definition: ml_app_mode_event.h:42
struct app_event_header header
Definition: ml_app_mode_event.h:39
Machine learning application mode event.
Definition: ml_app_mode_event.h:37