Zephyr Project API  3.3.0
A Scalable Open Source RTOS
stat_mgmt.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2018-2021 mcumgr authors
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef H_STAT_MGMT_
8#define H_STAT_MGMT_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
17#define STAT_MGMT_ID_SHOW 0
18#define STAT_MGMT_ID_LIST 1
19
24 const char *name;
26};
27
28#ifdef __cplusplus
29}
30#endif
31
32#endif /* H_STAT_MGMT_ */
__UINT64_TYPE__ uint64_t
Definition: stdint.h:91
Represents a single value in a statistics group.
Definition: stat_mgmt.h:23
const char * name
Definition: stat_mgmt.h:24
uint64_t value
Definition: stat_mgmt.h:25