tests: reflow licence headers for 72 columns
[barectf.git] / tests / config / yaml / 2 / configs / pass / everything / inc-metadata.yaml
CommitLineData
0a7000dc
PP
1# The MIT License (MIT)
2#
3# Copyright (c) 2016 Philippe Proulx <pproulx@efficios.com>
4#
982a3367
PP
5# Permission is hereby granted, free of charge, to any person obtaining
6# a copy of this software and associated documentation files (the
7# "Software"), to deal in the Software without restriction, including
8# without limitation the rights to use, copy, modify, merge, publish,
9# distribute, sublicense, and/or sell copies of the Software, and to
10# permit persons to whom the Software is furnished to do so, subject to
11# the following conditions:
0a7000dc 12#
982a3367
PP
13# The above copyright notice and this permission notice shall be
14# included in all copies or substantial portions of the Software.
0a7000dc 15#
982a3367
PP
16# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0a7000dc 23
bed7233f
PP
24$include:
25 - stdint.yaml
26 - stdfloat.yaml
27type-aliases:
28 my-special-int:
29 class: int
30 size: 23
31 align: 2
32 struct32:
33 class: struct
34 min-align: 32
35 def-payload-type:
36 $inherit: struct32
37 fields:
38 haha: float
39 hihi: uint32
40 huhu: uint16
41 hoho: double
42streams:
43 my_other_stream:
44 events:
45 this_event:
46 payload-type:
47 class: struct
48 fields:
49 special: my-special-int
50 more_special:
51 $inherit: my-special-int
52 align: 32
53$log-levels:
54 couch: 23
55 tv: 199
56 thread: 0x28aff
4810b707
PP
57env:
58 salut: lol
59 meow: mix
This page took 0.025713 seconds and 4 git commands to generate.