Extensible Connection-oriented Messaging (XCM)
Loading...
Searching...
No Matches
xcm_attr_types.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: BSD-3-Clause
3 * Copyright(c) 2020 Ericsson AB
4 */
5
6#ifndef XCM_ATTR_TYPES_H
7#define XCM_ATTR_TYPES_H
8#ifdef __cplusplus
9extern "C" {
10#endif
11
31
32#ifdef __cplusplus
33}
34#endif
35#endif
xcm_attr_type
Definition xcm_attr_types.h:18
@ xcm_attr_type_int64
Definition xcm_attr_types.h:22
@ xcm_attr_type_double
Definition xcm_attr_types.h:29
@ xcm_attr_type_bin
Definition xcm_attr_types.h:27
@ xcm_attr_type_str
Definition xcm_attr_types.h:25
@ xcm_attr_type_bool
Definition xcm_attr_types.h:20