Sha256: 62e42886d1ee46c40f3bd5c9aead00952f29321b93180891750032cd9af99843

Contents?: true

Size: 950 Bytes

Versions: 29

Compression:

Stored size: 950 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. If Bit Offset is 0 and Bit Size is 0 then
    this is a derived parameter and the Data Type must be set to 'DERIVED'.
  values: \d+
- name: Data Type
  required: true
  description: Data Type of this telemetry item
  values: <%= %w(INT UINT FLOAT STRING BLOCK DERIVED) %>
- 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 <a href="https://openc3.com/docs/v5/little-endian-bitfields">Little Endian Bitfields</a>.
  values: <%= %w(BIG_ENDIAN LITTLE_ENDIAN) %>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
openc3-5.11.3 data/config/_items.yaml
openc3-5.11.2 data/config/_items.yaml
openc3-5.11.1 data/config/_items.yaml
openc3-5.11.0 data/config/_items.yaml
openc3-5.10.1 data/config/_items.yaml
openc3-5.10.0 data/config/_items.yaml
openc3-5.9.1 data/config/_items.yaml
openc3-5.9.0 data/config/_items.yaml
openc3-5.8.1 data/config/_items.yaml
openc3-5.8.0 data/config/_items.yaml
openc3-5.7.2 data/config/_items.yaml
openc3-5.7.0 data/config/_items.yaml
openc3-5.6.1 data/config/_items.yaml
openc3-5.6.0 data/config/_items.yaml
openc3-5.5.2 data/config/_items.yaml
openc3-5.5.2.pre.beta0 data/config/_items.yaml
openc3-5.5.1 data/config/_items.yaml
openc3-5.5.0 data/config/_items.yaml
openc3-5.5.0.pre.beta0 data/config/_items.yaml
openc3-5.4.3.pre.beta0 data/config/_items.yaml