Add tests
[barectf.git] / tests / config / fail / stream / pct-tb-not-int.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 content_size: uint16
15 packet_size: uint16
16 timestamp_begin:
17 class: string
18 events:
19 my_event:
20 payload-type:
21 class: struct
22 fields:
23 my_field:
24 class: int
25 size: 8
This page took 0.031917 seconds and 4 git commands to generate.