File: structure_with_sections.yaml

package info (click to toggle)
dtfabric 20181128-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 704 kB
  • sloc: python: 4,647; sh: 120; makefile: 38
file content (20 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: int32
type: integer
attributes:
  format: signed
  size: 4
  units: bytes
---
name: 3dsphere
type: structure
members:
- section: 3dcoordinate
- name: x
  data_type: int32
- name: y
  data_type: int32
- name: z
  data_type: int32
- section: size
- name: radius
  data_type: int32