Sha256: a4303f12a39b3048bd73299ac9cb050d5b34502d54b57f46d5fadc37d2e69274

Contents?: true

Size: 949 Bytes

Versions: 9

Compression:

Stored size: 949 Bytes

Contents

---
- name: Bit Size
  required: true
  description:
    Bit size of this telemetry item. Zero or Negative values may be used
    to indicate that a string fills the packet up to the offset from the end of
    the packet specified by this value.
  values: \d+
- name: Data Type
  required: true
  description: Data Type of this telemetry item
  values: <%= %w(INT UINT FLOAT STRING BLOCK) %>
- name: ID Value
  required: true
  description: The value of this telemetry item that uniquely identifies this telemetry packet
  values: .+
- name: Description
  required: false
  description: Description for this telemetry item which must be enclosed with quotes
  values: '[''"].*[''"]'
- name: Endianness
  required: false
  description:
    Indicates if the item is to be interpreted in Big Endian or Little Endian format.
    See guide on [Little Endian Bitfields](../guides/little-endian-bitfields.md).
  values: <%= %w(BIG_ENDIAN LITTLE_ENDIAN) %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
openc3-5.20.0 data/config/_id_items.yaml
openc3-5.19.0 data/config/_id_items.yaml
openc3-5.18.0 data/config/_id_items.yaml
openc3-5.17.1 data/config/_id_items.yaml
openc3-5.17.0 data/config/_id_items.yaml
openc3-5.16.0 data/config/_id_items.yaml
openc3-5.15.2 data/config/_id_items.yaml
openc3-5.15.1 data/config/_id_items.yaml
openc3-5.15.0 data/config/_id_items.yaml