nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
sensor_sim_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 _SENSOR_SIM_EVENT_H_
12#define _SENSOR_SIM_EVENT_H_
13
20#include <app_event_manager.h>
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
30 struct app_event_header header;
31
33 const char *label;
34};
35
37
38#ifdef __cplusplus
39}
40#endif
41
46#endif /* _SENSOR_SIM_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
const char * label
Definition: sensor_sim_event.h:33
struct app_event_header header
Definition: sensor_sim_event.h:30
Simulated sensor event.
Definition: sensor_sim_event.h:28