Sha256: d4d07a48230c875825cfcb4dc61e51566281675739b7261ec23a620614873a88

Contents?: true

Size: 1.59 KB

Versions: 15

Compression:

Stored size: 1.59 KB

Contents

---
FORMAT_STRING:
  summary: Adds printf style formatting
  example: FORMAT_STRING "0x%0X"
  parameters:
    - name: Format
      required: true
      description: How to format using printf syntax.
        For example, '0x%0X' will display the value in hex.
      values: .*
UNITS:
  summary: Add displayed units
  example: |
    UNITS Celsius C
    UNITS Kilometers KM
  parameters:
    - name: Full Name
      required: true
      description: Full name of the units type, e.g. Celsius
      values: .*
    - name: Abbreviated
      required: true
      description: Abbreviation for the units, e.g. C
      values: .*
DESCRIPTION:
  summary: Override the defined description
  parameters:
    - name: Value
      required: true
      description: The new description
      values: .*
META:
  summary: Stores custom user metadata
  description: Meta data is user specific data that can be used by custom tools
    for various purposes. One example is to store additional information needed
    to generate source code header files.
  example: META TEST "This parameter is for test purposes only"
  parameters:
    - name: Meta Name
      required: true
      description: Name of the metadata to store
      values: .*
    - name: Meta Values
      required: false
      description: One or more values to be stored for this Meta Name
      values: .*
OVERLAP:
  summary: This item is allowed to overlap other items in the packet
  description: If an item's bit offset overlaps another item, COSMOS issues a warning. This keyword explicitly
    allows an item to overlap another and supresses the warning message.
  since: 4.4.1

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
cosmos-5.0.5 data/config/param_item_modifiers.yaml
cosmos-5.0.4 data/config/param_item_modifiers.yaml
cosmos-5.0.3 data/config/param_item_modifiers.yaml
cosmos-5.0.2 data/config/param_item_modifiers.yaml
cosmos-5.0.2.pre.beta2 data/config/param_item_modifiers.yaml
cosmos-4.5.2-java data/config/param_item_modifiers.yaml
cosmos-4.5.2 data/config/param_item_modifiers.yaml
cosmos-4.5.1-java data/config/param_item_modifiers.yaml
cosmos-4.5.1 data/config/param_item_modifiers.yaml
cosmos-4.5.0-java data/config/param_item_modifiers.yaml
cosmos-4.5.0 data/config/param_item_modifiers.yaml
cosmos-4.4.2-java data/config/param_item_modifiers.yaml
cosmos-4.4.2 data/config/param_item_modifiers.yaml
cosmos-4.4.1-java data/config/param_item_modifiers.yaml
cosmos-4.4.1 data/config/param_item_modifiers.yaml