Sha256: e8fe5b24b302a988be364d5ea12311c84c87101ea612f8cf104dafdf97832954

Contents?: true

Size: 794 Bytes

Versions: 95

Compression:

Stored size: 794 Bytes

Contents

---
- name: Item Bit Size
  required: true
  description: Bit size of each array item
  values: \d+
- name: Item Data Type
  required: true
  description: Data Type of each array item
  values: <%= %w(INT UINT FLOAT STRING BLOCK DERIVED) %>
- name: Array Bit Size
  required: true
  description: Total Bit Size of the Array. Zero or Negative values may be used
    to indicate the array fills the packet up to the offset from the end of the
    packet specified by this value.
  values: '[-]?\d+'
- name: Description
  required: false
  description: Description which must be enclosed with quotes
  values: "['\"].*['\"]"
- name: Endianness
  required: false
  description: Indicates if the data is to be sent in Big Endian or Little Endian format
  values: <%= %w(BIG_ENDIAN LITTLE_ENDIAN) %>

Version data entries

95 entries across 95 versions & 2 rubygems

Version Path
openc3-6.2.1 data/config/_array_params.yaml
openc3-6.2.0 data/config/_array_params.yaml
openc3-6.1.0 data/config/_array_params.yaml
openc3-6.0.2 data/config/_array_params.yaml
openc3-6.0.1 data/config/_array_params.yaml
openc3-6.0.0 data/config/_array_params.yaml
openc3-5.20.0 data/config/_array_params.yaml
openc3-5.19.0 data/config/_array_params.yaml
openc3-5.18.0 data/config/_array_params.yaml
openc3-5.17.1 data/config/_array_params.yaml
openc3-5.17.0 data/config/_array_params.yaml
openc3-5.16.0 data/config/_array_params.yaml
openc3-5.15.2 data/config/_array_params.yaml
openc3-5.15.1 data/config/_array_params.yaml
openc3-5.15.0 data/config/_array_params.yaml
openc3-5.14.2 data/config/_array_params.yaml
openc3-5.14.1 data/config/_array_params.yaml
openc3-5.14.0 data/config/_array_params.yaml
openc3-5.13.0 data/config/_array_params.yaml
openc3-5.12.0 data/config/_array_params.yaml