Sha256: 0bd40ff90cb92caedb37b7f2470c9203bb2fcd1f94f765cec1eef68a87ff35ff

Contents?: true

Size: 842 Bytes

Versions: 42

Compression:

Stored size: 842 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
  values: <%= %w(BIG_ENDIAN LITTLE_ENDIAN) %>

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
openc3-5.0.9 data/config/_items.yaml
openc3-5.0.8 data/config/_items.yaml
openc3-5.0.7 data/config/_items.yaml
openc3-5.0.6 data/config/_items.yaml
cosmos-5.0.5 data/config/_items.yaml
cosmos-5.0.4 data/config/_items.yaml
cosmos-5.0.3 data/config/_items.yaml
cosmos-5.0.2 data/config/_items.yaml
cosmos-5.0.2.pre.beta2 data/config/_items.yaml
cosmos-4.5.2-java data/config/_items.yaml
cosmos-4.5.2 data/config/_items.yaml
cosmos-4.5.1-java data/config/_items.yaml
cosmos-4.5.1 data/config/_items.yaml
cosmos-4.5.0-java data/config/_items.yaml
cosmos-4.5.0 data/config/_items.yaml
cosmos-4.4.2-java data/config/_items.yaml
cosmos-4.4.2 data/config/_items.yaml
cosmos-4.4.1-java data/config/_items.yaml
cosmos-4.4.1 data/config/_items.yaml
cosmos-4.4.0-java data/config/_items.yaml