openaliro
Aliro reader: UWB/CCC core and ESP32-S3/C5/C6 port
Loading...
Searching...
No Matches
cherry_common.h
Go to the documentation of this file.
1
3#pragma once
4
5#include <stdbool.h>
6#include <stdint.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
16 bool extra_status;
17 bool aoa;
18 bool cfo;
19 bool emitter_addr;
20 bool seg_metrics;
21 bool cirs;
22 bool timestamp;
23 bool rssi;
24 bool rx_path;
25 bool rx_debugging;
26 bool fira_msg_id;
27 uint8_t cir_window_size;
28 uint8_t cir_window_fp_offset;
29};
30
34struct cherry_common_diag_report;
35
36#ifdef __cplusplus
37}
38#endif
Per-session diagnostics selection flags and CIR window parameters, passed by value.
Definition cherry_common.h:15