Fix: `ctf` plugin: use element FC's alignment as array/seq. FC alignment
[babeltrace.git] / tests / data / plugins / src.ctf.fs / succeed / trace-struct-array-align-elem.expect
1 Trace class:
2 Stream class (ID 0):
3 Supports packets: Yes
4 Packets have beginning default clock snapshot: No
5 Packets have end default clock snapshot: No
6 Supports discarded events: No
7 Supports discarded packets: No
8 Event class `ev` (ID 0):
9 Payload field class: Structure (3 members):
10 x: Unsigned integer (8-bit, Base 10)
11 y: Structure (2 members):
12 a: Unsigned integer (8-bit, Base 10)
13 b: Static array (Length 0):
14 Element: Unsigned integer (8-bit, Base 10)
15 z: Unsigned integer (8-bit, Base 10)
16
17 {Trace 0, Stream class ID 0, Stream ID 0}
18 Stream beginning:
19 Trace:
20 Stream (ID 0, Class ID 0)
21
22 {Trace 0, Stream class ID 0, Stream ID 0}
23 Packet beginning
24
25 {Trace 0, Stream class ID 0, Stream ID 0}
26 Event `ev` (Class ID 0):
27 Payload:
28 x: 1
29 y:
30 a: 5
31 b: Empty
32 z: 9
33
34 {Trace 0, Stream class ID 0, Stream ID 0}
35 Packet end
36
37 {Trace 0, Stream class ID 0, Stream ID 0}
38 Stream end
This page took 0.029687 seconds and 4 git commands to generate.