Sha256: d1febbc11be38305280d6014505017f6bd3ccee7fa2be28569da1694b0f8c393

Contents?: true

Size: 1.64 KB

Versions: 33

Compression:

Stored size: 1.64 KB

Contents

---
COMMAND:
  modifiers:
    <%= MetaConfigParser.load('command_modifiers.yaml').to_meta_config_yaml(4) %>
  summary: Defines a new command packet
  example: COMMAND SYSTEM STARTLOGGING BIG_ENDIAN "Starts logging both commands and telemetry for an interface"
  parameters:
    - name: Target
      required: true
      description: Name of the target this command is associated with
      values: <%= System.targets.keys %>
    - name: Command
      required: true
      description: Name of this command. Also referred to as its mnemonic.
        Must be unique to commands to this target. Ideally will be as short and clear as possible.
      values: \D\S*
    - name: Endianness
      required: true
      description: Indicates if the data in this command is to be sent in Big Endian or Little Endian format
      values: ['BIG_ENDIAN', 'LITTLE_ENDIAN']
    - name: Description
      required: false
      description: Description of this command which must be enclosed with quotes
      values: "['\"].*['\"]"
SELECT_COMMAND:
  modifiers:
    <%= MetaConfigParser.load('command_modifiers.yaml').to_meta_config_yaml(4) %>
  summary: Selects an existing command packet for editing
  description: Typically used in a separate configuration file from where the original
    command is defined to override or add to the existing command definition
  example: SELECT_COMMAND SYSTEM STARTLOGGING
  parameters:
    - name: Target Name
      required: true
      description: Name of the target this command is associated with
      values: <%= System.targets.keys %>
    - name: Command Name
      required: true
      description: Name of the command to select
      values: .*

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
cosmos-4.5.2-java data/config/command.yaml
cosmos-4.5.2 data/config/command.yaml
cosmos-4.5.1-java data/config/command.yaml
cosmos-4.5.1 data/config/command.yaml
cosmos-4.5.0-java data/config/command.yaml
cosmos-4.5.0 data/config/command.yaml
cosmos-4.4.2-java data/config/command.yaml
cosmos-4.4.2 data/config/command.yaml
cosmos-4.4.1-java data/config/command.yaml
cosmos-4.4.1 data/config/command.yaml
cosmos-4.4.0-java data/config/command.yaml
cosmos-4.4.0 data/config/command.yaml
cosmos-4.3.0-java data/config/command.yaml
cosmos-4.3.0 data/config/command.yaml
cosmos-4.2.4-java data/config/command.yaml
cosmos-4.2.4 data/config/command.yaml
cosmos-4.2.3-java data/config/command.yaml
cosmos-4.2.3 data/config/command.yaml
cosmos-4.2.2-java data/config/command.yaml
cosmos-4.2.2 data/config/command.yaml