Add tests
[barectf.git] / tests / config / fail / event / ct-not-struct.yaml
CommitLineData
bed7233f
PP
1version: '2.1'
2metadata:
3 type-aliases:
4 uint16:
5 class: int
6 size: 16
7 trace:
8 byte-order: le
9 streams:
10 my_stream:
11 packet-context-type:
12 class: struct
13 fields:
14 packet_size: uint16
15 content_size: uint16
16 events:
17 my_event:
18 context-type:
19 class: int
20 size: 8
21 payload-type:
22 class: struct
23 fields:
24 my_field:
25 class: int
26 size: 8
This page took 0.023233 seconds and 4 git commands to generate.