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
11
extern
"C"
{
12
#endif
13
17
#define STAT_MGMT_ID_SHOW 0
18
#define STAT_MGMT_ID_LIST 1
19
23
struct
stat_mgmt_entry
{
24
const
char
*
name
;
25
uint64_t
value
;
26
};
27
28
#ifdef __cplusplus
29
}
30
#endif
31
32
#endif
/* H_STAT_MGMT_ */
uint64_t
__UINT64_TYPE__ uint64_t
Definition:
stdint.h:91
stat_mgmt_entry
Represents a single value in a statistics group.
Definition:
stat_mgmt.h:23
stat_mgmt_entry::name
const char * name
Definition:
stat_mgmt.h:24
stat_mgmt_entry::value
uint64_t value
Definition:
stat_mgmt.h:25
include
zephyr
mgmt
mcumgr
grp
stat_mgmt
stat_mgmt.h
Generated on Fri Jun 9 2023 14:09:43 for Zephyr Project API by
1.9.2