aboutsummaryrefslogtreecommitdiffstats
path: root/internal/testbinapi/binapi2001/.vppapi/core/vpe_types.api.json
blob: 5463cc46583c32cdcf5f779fc1c966f869546053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
    "types": [
        [
            "version",
            [
                "u32",
                "major"
            ],
            [
                "u32",
                "minor"
            ],
            [
                "u32",
                "patch"
            ],
            [
                "u8",
                "pre_release",
                17
            ],
            [
                "u8",
                "build_metadata",
                17
            ]
        ]
    ],
    "messages": [],
    "unions": [],
    "enums": [
        [
            "log_level",
            [
                "VPE_API_LOG_LEVEL_EMERG",
                0
            ],
            [
                "VPE_API_LOG_LEVEL_ALERT",
                1
            ],
            [
                "VPE_API_LOG_LEVEL_CRIT",
                2
            ],
            [
                "VPE_API_LOG_LEVEL_ERR",
                3
            ],
            [
                "VPE_API_LOG_LEVEL_WARNING",
                4
            ],
            [
                "VPE_API_LOG_LEVEL_NOTICE",
                5
            ],
            [
                "VPE_API_LOG_LEVEL_INFO",
                6
            ],
            [
                "VPE_API_LOG_LEVEL_DEBUG",
                7
            ],
            [
                "VPE_API_LOG_LEVEL_DISABLED",
                8
            ],
            {
                "enumtype": "u32"
            }
        ]
    ],
    "services": {},
    "options": {},
    "aliases": {
        "timestamp": {
            "type": "f64"
        },
        "timedelta": {
            "type": "f64"
        }
    },
    "vl_api_version": "0x3369988d"
}