File: structure_with_context.yaml

package info (click to toggle)
dtfabric 20221218-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 856 kB
  • sloc: python: 5,797; sh: 23; makefile: 21
file content (29 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# dtFabric format specification.
---
name: byte
type: integer
attributes:
  format: unsigned
  size: 1
  units: bytes
---
name: uint32
type: integer
attributes:
  format: unsigned
  size: 4
  units: bytes
---
name: instance_block_header
type: structure
attributes:
  byte_order: little-endian
members:
- name: name_offset
  data_type: uint32
- name: unknown1
  data_type: byte
- name: property_value_offsets
  type: sequence
  element_data_type: uint32
  number_of_elements: number_of_properties