Sha256: 6279b71f8e390953cf6a2edde70a2026715da288e115e20b4b15cd56b6683ab9

Contents?: true

Size: 1.37 KB

Versions: 37

Compression:

Stored size: 1.37 KB

Contents

---
AUTO_START:
  summary: Automatically start Data Viewer and connect to the Server
AUTO_TARGET_COMPONENTS:
  summary: Automatically load all data_viewer.txt configuration files in each target
TARGET_COMPONENT:
  summary: Load a Data Viewer configuration file in the specified target
  parameters:
    - name: Target
      required: true
      description: Name of the target
      values: <%= System.targets.keys %>
    - name: Filename
      required: false
      description: The Data Viewer configuration file name. Defaults to data_viewer.txt.
      values: '(.+\.txt)?'
COMPONENT:
  summary: Declare a Data Viewer component
  parameters:
    - name: Tab Name
      required: true
      description: Name of the component which shows up in the GUI tab
      values: .+
    - name: Filename
      required: true
      description: Name of the Ruby file which contains the component class
      values: '.+\.rb'
    - name: Options
      required: false
      description: Optional parameters that are sent to the component constructor
      values: .*
  modifiers:
    PACKET:
      summary: Declare a packet to process by the component
      parameters:
        - name: Target
          required: true
          description: Name of the target
          values: <%= System.targets.keys %>
        - name: Packet
          required: true
          description: Name of the packet
          values: .+

Version data entries

37 entries across 37 versions & 1 rubygems

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