Sha256: 731360c872ea4f7bd06a44fceeef0cee75ac356469a1dced756cb5251b3a5e8a

Contents?: true

Size: 984 Bytes

Versions: 4

Compression:

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cosmos-4.0.1-universal-java-1.8 data/config/_id_items.yaml
cosmos-4.0.1 data/config/_id_items.yaml
cosmos-4.0.0-universal-java-1.8 data/config/_id_items.yaml
cosmos-4.0.0 data/config/_id_items.yaml