v4
Data Viewer
This document describes Data Viewer configuration file and command line parameters.
AUTO_START
Automatically start Data Viewer and connect to the Server
AUTO_TARGET_COMPONENTS
Automatically load all data_viewer.txt configuration files in each target
TARGET_COMPONENT
Load a Data Viewer configuration file in the specified target
Parameter | Description | Required |
---|---|---|
Target | Name of the target Valid Values: Any Target Name |
True |
Filename | The Data Viewer configuration file name. Defaults to data_viewer.txt. | False |
COMPONENT
Declare a Data Viewer component
Parameter | Description | Required |
---|---|---|
Tab Name | Name of the component which shows up in the GUI tab | True |
Filename | Name of the Ruby file which contains the component class | True |
Options | Optional parameters that are sent to the component constructor | False |
COMPONENT Modifiers
The following keywords must follow a COMPONENT keyword.
PACKET
Declare a packet to process by the component
Parameter | Description | Required |
---|---|---|
Target | Name of the target Valid Values: Any Target Name |
True |
Packet | Name of the packet | True |
Command Line Parameters