Sha256: a6354cfea69debc0db18db0051c23e9e5e7febb9c54c16bad30eff852e53faf8

Contents?: true

Size: 1.67 KB

Versions: 27

Compression:

Stored size: 1.67 KB

Contents

TITLE "Launcher"
TOOL_FONT tahoma 12
LABEL_FONT tahoma 16
NUM_COLUMNS 5 # This is the default

TOOL "Command and Telemetry Server" "LAUNCH CmdTlmServer" "cts.png" --config cmd_tlm_server.txt
TOOL "Replay" "LAUNCH Replay" "replay.png"
TOOL "Limits Monitor" "LAUNCH LimitsMonitor" "limits_monitor.png"
MULTITOOL_START "COSMOS"
  TOOL "LAUNCH CmdTlmServer -x 827 -y 2 -w 756 -t 475 -c cmd_tlm_server.txt"
  DELAY 5
  TOOL "LAUNCH TlmViewer -x 827 -y 517 -w 424 -t 111"
  TOOL "LAUNCH PacketViewer -x 827 -y 669 -w 422 -t 450"
  TOOL "LAUNCH ScriptRunner -x 4 -y 2 -w 805 -t 545"
  TOOL "LAUNCH CmdSender -x 4 -y 586 -w 805 -t 533"
MULTITOOL_END

DIVIDER
LABEL "Commanding and Scripting"

TOOL "Command Sender" "LAUNCH CmdSender" "cmd_sender.png"
TOOL "Script Runner" "LAUNCH ScriptRunner" "script_runner.png"
TOOL "Test Runner" "LAUNCH TestRunner" "test_runner.png"
MULTITOOL_START "Simulated Targets" NULL
  TOOL "LAUNCH_TERMINAL ExampleTarget"
    DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
  TOOL "LAUNCH_TERMINAL ScpiTarget"
    DONT_CAPTURE_IO # Without this you get an "Unexpected Output" dialog
MULTITOOL_END

DIVIDER
LABEL Telemetry

TOOL "Packet Viewer" "LAUNCH PacketViewer" "packet_viewer.png"
TOOL "Telemetry Viewer" "LAUNCH TlmViewer" "tlm_viewer.png"
TOOL "Telemetry Grapher" "LAUNCH TlmGrapher" "tlm_grapher.png"
TOOL "Data Viewer" "LAUNCH DataViewer" "data_viewer.png"

DIVIDER
LABEL Utilities

TOOL "Telemetry Extractor" "LAUNCH TlmExtractor" "tlm_extractor.png"
TOOL "Command Extractor" "LAUNCH CmdExtractor" "cmd_extractor.png"
TOOL "Handbook Creator" "LAUNCH HandbookCreator" "handbook_creator.png"
TOOL "Table Manager" "LAUNCH TableManager" "table_manager.png"

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
cosmos-3.3.1 demo/config/tools/launcher/launcher.txt
cosmos-3.3.0 demo/config/tools/launcher/launcher.txt
cosmos-3.2.1 demo/config/tools/launcher/launcher.txt
cosmos-3.2.0 demo/config/tools/launcher/launcher.txt
cosmos-3.1.2 demo/config/tools/launcher/launcher.txt
cosmos-3.1.1 demo/config/tools/launcher/launcher.txt
cosmos-3.1.0 demo/config/tools/launcher/launcher.txt