Fix: `ctf` plugin: use element FC's alignment as array/seq. FC alignment
[babeltrace.git] / tests / data / plugins / src.ctf.fs / succeed / trace-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 a: Unsigned integer (8-bit, Base 10)
11 b: Static array (Length 0):
12 Element: Unsigned integer (8-bit, Base 10)
13 c: Unsigned integer (8-bit, Base 10)
14
15 {Trace 0, Stream class ID 0, Stream ID 0}
16 Stream beginning:
17 Trace:
18 Stream (ID 0, Class ID 0)
19
20 {Trace 0, Stream class ID 0, Stream ID 0}
21 Packet beginning
22
23 {Trace 0, Stream class ID 0, Stream ID 0}
24 Event `ev` (Class ID 0):
25 Payload:
26 a: 1
27 b: Empty
28 c: 3
29
30 {Trace 0, Stream class ID 0, Stream ID 0}
31 Packet end
32
33 {Trace 0, Stream class ID 0, Stream ID 0}
34 Stream end
This page took 0.033958 seconds and 4 git commands to generate.