cosmos 4.3.0-java → 4.4.0-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/ISSUE_TEMPLATE/bug_report.md +30 -0
- data/.github/ISSUE_TEMPLATE/feature_request.md +19 -0
- data/.github/ISSUE_TEMPLATE/help---usage---general-question.md +12 -0
- data/.gitignore +1 -0
- data/.travis.yml +5 -5
- data/Manifest.txt +81 -44
- data/Rakefile +9 -0
- data/appveyor.yml +2 -1
- data/autohotkey/config/targets/INST/cmd_tlm/inst_cmds.txt +1 -1
- data/autohotkey/config/targets/INST/cmd_tlm/inst_tlm.txt +5 -5
- data/autohotkey/config/targets/INST/lib/sim_inst.rb +3 -1
- data/autohotkey/config/tools/handbook_creator/assets/css/bootstrap-theme.css +397 -0
- data/autohotkey/config/tools/handbook_creator/assets/css/bootstrap-theme.min.css +7 -0
- data/autohotkey/config/tools/handbook_creator/assets/css/bootstrap.css +7118 -0
- data/autohotkey/config/tools/handbook_creator/assets/css/bootstrap.min.css +7 -0
- data/autohotkey/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- data/autohotkey/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.svg +229 -0
- data/autohotkey/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/autohotkey/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/autohotkey/config/tools/handbook_creator/assets/js/bootstrap.js +2006 -0
- data/autohotkey/config/tools/handbook_creator/assets/js/bootstrap.min.js +7 -0
- data/autohotkey/config/tools/table_manager/ConfigTables_def.txt +2 -4
- data/autohotkey/config/tools/table_manager/SubTables/OneDimensionalSubTable_def.txt +31 -0
- data/autohotkey/config/tools/table_manager/SubTables/TwoDimensionalSubTable_def.txt +28 -0
- data/autohotkey/config/tools/test_runner/test_runner.txt +1 -1
- data/autohotkey/config/tools/test_runner/test_runner2.txt +1 -1
- data/autohotkey/config/tools/test_runner/test_runner3.txt +1 -1
- data/autohotkey/config/tools/test_runner/test_runner4.txt +1 -1
- data/autohotkey/tools/limits_monitor.ahk +1 -1
- data/autohotkey/tools/packet_viewer.ahk +1 -1
- data/autohotkey/tools/script_runner.ahk +16 -4
- data/bin/cosmos +1 -1
- data/bin/xtce_converter +1 -1
- data/cosmos.gemspec +5 -7
- data/data/config/_interfaces.yaml +4 -0
- data/data/config/cmd_sequence.yaml +14 -0
- data/data/config/housekeeping_params.yaml +14 -0
- data/data/config/interface_modifiers.yaml +11 -0
- data/data/config/item_modifiers.yaml +2 -1
- data/data/config/launcher.yaml +12 -2
- data/data/config/param_item_modifiers.yaml +2 -2
- data/data/config/parameter_modifiers.yaml +20 -0
- data/data/config/screen.yaml +2 -0
- data/data/config/script_runner.yaml +9 -0
- data/data/config/system.yaml +47 -10
- data/data/config/table_manager.yaml +7 -0
- data/data/config/target.yaml +12 -0
- data/data/config/telemetry_modifiers.yaml +3 -1
- data/data/config/test_runner.yaml +10 -9
- data/data/config/widgets.yaml +174 -11
- data/data/crc.txt +128 -125
- data/demo/Gemfile +1 -1
- data/demo/Launcher.bat +1 -9
- data/demo/Launcher2.bat +1 -0
- data/demo/LauncherMini.bat +1 -0
- data/demo/config/data/crc.txt +40 -20
- data/demo/config/system/system.txt +1 -1
- data/demo/config/system/system_alt_ports.txt +1 -1
- data/demo/config/targets/EXAMPLE/cmd_tlm_server.txt +1 -0
- data/demo/config/targets/INST/cmd_tlm/inst_cmds.txt +2 -1
- data/demo/config/targets/INST/cmd_tlm/inst_tlm.txt +7 -7
- data/demo/config/targets/INST/cmd_tlm_server.txt +2 -0
- data/demo/config/targets/INST/lib/sim_inst.rb +15 -3
- data/demo/config/targets/INST/screens/adcs.txt +2 -2
- data/demo/config/targets/INST/screens/block.txt +1 -1
- data/demo/config/targets/INST/screens/commanding.txt +1 -1
- data/demo/config/targets/INST/screens/ground.txt +27 -5
- data/demo/config/targets/INST/screens/ground_error.gif +0 -0
- data/demo/config/{data/groundoff.gif → targets/INST/screens/ground_off.gif} +0 -0
- data/demo/config/{data/groundon.gif → targets/INST/screens/ground_on.gif} +0 -0
- data/demo/config/targets/INST/screens/limits.txt +69 -31
- data/demo/config/targets/INST/screens/other.txt +13 -3
- data/demo/config/targets/INST/screens/params.txt +54 -0
- data/demo/config/targets/INST/screens/satellite.gif +0 -0
- data/demo/config/tools/data_viewer/data_viewer.txt +3 -0
- data/demo/config/tools/handbook_creator/assets/css/bootstrap-theme.css +397 -0
- data/demo/config/tools/handbook_creator/assets/css/bootstrap-theme.min.css +7 -0
- data/demo/config/tools/handbook_creator/assets/css/bootstrap.css +7118 -0
- data/demo/config/tools/handbook_creator/assets/css/bootstrap.min.css +7 -0
- data/demo/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- data/demo/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.svg +229 -0
- data/demo/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/demo/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/demo/config/tools/handbook_creator/assets/img/ball_logo.bmp +0 -0
- data/demo/config/tools/handbook_creator/assets/img/ball_logo.gif +0 -0
- data/demo/config/tools/handbook_creator/assets/img/ball_logo.jpg +0 -0
- data/demo/config/tools/handbook_creator/assets/js/bootstrap.js +2006 -0
- data/demo/config/tools/handbook_creator/assets/js/bootstrap.min.js +7 -0
- data/demo/config/tools/handbook_creator/assets/js/html5shiv.js +8 -0
- data/demo/config/tools/handbook_creator/assets/js/jquery-1.10.2.min.js +6 -0
- data/demo/config/tools/handbook_creator/assets/js/respond.min.js +6 -0
- data/demo/config/tools/script_runner/script_runner.txt +1 -2
- data/demo/config/tools/test_runner/test_runner.txt +3 -1
- data/demo/lib/example_background_task.rb +1 -0
- data/demo/procedures/cosmos_api_test.rb +1 -1
- data/demo/procedures/interactive.rb +22 -0
- data/ext/cosmos/ext/packet/packet.c +0 -77
- data/install/Gemfile +1 -1
- data/install/Launcher.bat +1 -9
- data/install/config/data/crc.txt +17 -1
- data/install/config/system/system.txt +1 -1
- data/install/config/tools/handbook_creator/assets/css/bootstrap-theme.css +397 -0
- data/install/config/tools/handbook_creator/assets/css/bootstrap-theme.min.css +7 -0
- data/install/config/tools/handbook_creator/assets/css/bootstrap.css +7118 -0
- data/install/config/tools/handbook_creator/assets/css/bootstrap.min.css +7 -0
- data/install/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- data/install/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.svg +229 -0
- data/install/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/install/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/install/config/tools/handbook_creator/assets/img/ball_logo.bmp +0 -0
- data/install/config/tools/handbook_creator/assets/img/ball_logo.gif +0 -0
- data/install/config/tools/handbook_creator/assets/img/ball_logo.jpg +0 -0
- data/install/config/tools/handbook_creator/assets/js/bootstrap.js +2006 -0
- data/install/config/tools/handbook_creator/assets/js/bootstrap.min.js +7 -0
- data/install/config/tools/handbook_creator/assets/js/html5shiv.js +8 -0
- data/install/config/tools/handbook_creator/assets/js/jquery-1.10.2.min.js +6 -0
- data/install/config/tools/handbook_creator/assets/js/respond.min.js +6 -0
- data/lib/cosmos/config/config_parser.rb +4 -5
- data/lib/cosmos/dart/lib/dart_common.rb +1 -1
- data/lib/cosmos/gui/dialogs/details_dialog.rb +16 -1
- data/lib/cosmos/gui/dialogs/tlm_details_dialog.rb +1 -0
- data/lib/cosmos/gui/dialogs/tlm_graph_dialog.rb +4 -2
- data/lib/cosmos/gui/opengl/earth_model.rb +1 -1
- data/lib/cosmos/gui/qt.rb +3 -1
- data/lib/cosmos/gui/qt_tool.rb +46 -23
- data/lib/cosmos/gui/text/ruby_editor.rb +44 -41
- data/lib/cosmos/gui/utilities/screenshot.rb +1 -1
- data/lib/cosmos/gui/utilities/script_module_gui.rb +92 -92
- data/lib/cosmos/interfaces.rb +1 -0
- data/lib/cosmos/interfaces/interface.rb +5 -1
- data/lib/cosmos/interfaces/protocols/fixed_protocol.rb +40 -18
- data/lib/cosmos/interfaces/protocols/template_protocol.rb +6 -1
- data/lib/cosmos/interfaces/simulated_target_interface.rb +14 -5
- data/lib/cosmos/io/json_drb.rb +11 -7
- data/lib/cosmos/packets/commands.rb +28 -11
- data/lib/cosmos/packets/packet.rb +69 -32
- data/lib/cosmos/packets/packet_config.rb +34 -1
- data/lib/cosmos/packets/parsers/state_parser.rb +0 -1
- data/lib/cosmos/packets/parsers/xtce_converter.rb +2 -0
- data/lib/cosmos/packets/parsers/xtce_parser.rb +4 -3
- data/lib/cosmos/packets/structure.rb +4 -2
- data/lib/cosmos/packets/telemetry.rb +19 -3
- data/lib/cosmos/script/api_shared.rb +12 -9
- data/lib/cosmos/script/scripting.rb +16 -14
- data/lib/cosmos/system/system.rb +39 -20
- data/lib/cosmos/system/target.rb +39 -9
- data/lib/cosmos/tools/cmd_extractor/cmd_extractor.rb +94 -35
- data/lib/cosmos/tools/cmd_sender/cmd_sender.rb +3 -0
- data/lib/cosmos/tools/cmd_sequence/sequence_item.rb +1 -1
- data/lib/cosmos/tools/cmd_tlm_server/background_tasks.rb +2 -0
- data/lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server.rb +30 -4
- data/lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server_config.rb +1 -0
- data/lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server_gui.rb +9 -12
- data/lib/cosmos/tools/cmd_tlm_server/gui/packets_tab.rb +5 -2
- data/lib/cosmos/tools/cmd_tlm_server/routers.rb +2 -0
- data/lib/cosmos/tools/config_editor/config_editor.rb +80 -24
- data/lib/cosmos/tools/config_editor/config_editor_frame.rb +2 -0
- data/lib/cosmos/tools/data_viewer/data_viewer.rb +15 -9
- data/lib/cosmos/tools/data_viewer/dump_component.rb +2 -9
- data/lib/cosmos/tools/data_viewer/text_component.rb +77 -0
- data/lib/cosmos/tools/handbook_creator/handbook_creator.rb +64 -38
- data/lib/cosmos/tools/launcher/launcher.rb +1 -0
- data/lib/cosmos/tools/limits_monitor/limits_monitor.rb +31 -17
- data/lib/cosmos/tools/packet_viewer/packet_viewer.rb +8 -6
- data/lib/cosmos/tools/script_runner/script_runner.rb +87 -29
- data/lib/cosmos/tools/script_runner/script_runner_config.rb +14 -0
- data/lib/cosmos/tools/script_runner/script_runner_frame.rb +41 -7
- data/lib/cosmos/tools/table_manager/table_config.rb +5 -3
- data/lib/cosmos/tools/table_manager/table_manager.rb +6 -3
- data/lib/cosmos/tools/test_runner/test_runner.rb +14 -9
- data/lib/cosmos/tools/test_runner/test_runner_chooser.rb +21 -9
- data/lib/cosmos/tools/tlm_extractor/tlm_extractor.rb +3 -3
- data/lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_realtime_thread.rb +5 -8
- data/lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_tool.rb +11 -8
- data/lib/cosmos/tools/tlm_grapher/tlm_grapher.rb +9 -15
- data/lib/cosmos/tools/tlm_viewer/screen.rb +3 -1
- data/lib/cosmos/tools/tlm_viewer/tlm_viewer.rb +19 -13
- data/lib/cosmos/tools/tlm_viewer/widgets.rb +2 -0
- data/lib/cosmos/tools/tlm_viewer/widgets/aging_widget.rb +4 -5
- data/lib/cosmos/tools/tlm_viewer/widgets/array_widget.rb +3 -4
- data/lib/cosmos/tools/tlm_viewer/widgets/block_widget.rb +4 -5
- data/lib/cosmos/tools/tlm_viewer/widgets/canvas_clickable.rb +16 -2
- data/lib/cosmos/tools/tlm_viewer/widgets/canvas_widget.rb +17 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/canvasdot_widget.rb +1 -2
- data/lib/cosmos/tools/tlm_viewer/widgets/canvasellipse_widget.rb +1 -1
- data/lib/cosmos/tools/tlm_viewer/widgets/canvasimage_widget.rb +12 -7
- data/lib/cosmos/tools/tlm_viewer/widgets/canvasimagevalue_widget.rb +79 -29
- data/lib/cosmos/tools/tlm_viewer/widgets/canvaslabel_widget.rb +1 -0
- data/lib/cosmos/tools/tlm_viewer/widgets/canvaslabelvalue_widget.rb +2 -1
- data/lib/cosmos/tools/tlm_viewer/widgets/canvasline_widget.rb +2 -0
- data/lib/cosmos/tools/tlm_viewer/widgets/canvaslinevalue_widget.rb +4 -0
- data/lib/cosmos/tools/tlm_viewer/widgets/canvasvalue_widget.rb +33 -25
- data/lib/cosmos/tools/tlm_viewer/widgets/checkbutton_widget.rb +5 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/combobox_widget.rb +5 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/formatfontvalue_widget.rb +1 -1
- data/lib/cosmos/tools/tlm_viewer/widgets/formatvalue_widget.rb +4 -7
- data/lib/cosmos/tools/tlm_viewer/widgets/horizontal_widget.rb +5 -5
- data/lib/cosmos/tools/tlm_viewer/widgets/horizontalbox_widget.rb +6 -7
- data/lib/cosmos/tools/tlm_viewer/widgets/horizontalline_widget.rb +2 -4
- data/lib/cosmos/tools/tlm_viewer/widgets/label_widget.rb +10 -8
- data/lib/cosmos/tools/tlm_viewer/widgets/labelformatvalue_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/labelled_widget.rb +58 -0
- data/lib/cosmos/tools/tlm_viewer/widgets/labelprogressbar_widget.rb +3 -4
- data/lib/cosmos/tools/tlm_viewer/widgets/labeltrendlimitsbar_widget.rb +2 -4
- data/lib/cosmos/tools/tlm_viewer/widgets/labelvalue_widget.rb +2 -1
- data/lib/cosmos/tools/tlm_viewer/widgets/labelvaluedesc_widget.rb +3 -5
- data/lib/cosmos/tools/tlm_viewer/widgets/labelvaluelimitsbar_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/labelvaluelimitscolumn_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/labelvaluerangebar_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/labelvaluerangecolumn_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb +3 -5
- data/lib/cosmos/tools/tlm_viewer/widgets/led_widget.rb +108 -0
- data/lib/cosmos/tools/tlm_viewer/widgets/limits_widget.rb +60 -10
- data/lib/cosmos/tools/tlm_viewer/widgets/limitsbar_widget.rb +22 -8
- data/lib/cosmos/tools/tlm_viewer/widgets/limitscolor_widget.rb +19 -13
- data/lib/cosmos/tools/tlm_viewer/widgets/limitscolumn_widget.rb +22 -8
- data/lib/cosmos/tools/tlm_viewer/widgets/linegraph_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/matrixbycolumns_widget.rb +4 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/multi_widget.rb +1 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/progressbar_widget.rb +10 -5
- data/lib/cosmos/tools/tlm_viewer/widgets/radiobutton_widget.rb +7 -4
- data/lib/cosmos/tools/tlm_viewer/widgets/rangebar_widget.rb +4 -6
- data/lib/cosmos/tools/tlm_viewer/widgets/rangecolumn_widget.rb +3 -5
- data/lib/cosmos/tools/tlm_viewer/widgets/screenshotbutton_widget.rb +4 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/scrollwindow_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/sectionheader_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/spacer_widget.rb +4 -6
- data/lib/cosmos/tools/tlm_viewer/widgets/tabbook_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/tabitem_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/textbox_widget.rb +13 -4
- data/lib/cosmos/tools/tlm_viewer/widgets/textfield_widget.rb +3 -4
- data/lib/cosmos/tools/tlm_viewer/widgets/timegraph_widget.rb +2 -7
- data/lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb +6 -12
- data/lib/cosmos/tools/tlm_viewer/widgets/trendbar_widget.rb +5 -10
- data/lib/cosmos/tools/tlm_viewer/widgets/trendlimitsbar_widget.rb +5 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/value_widget.rb +4 -4
- data/lib/cosmos/tools/tlm_viewer/widgets/valuelimitsbar_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/valuelimitscolumn_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/valuerangebar_widget.rb +3 -4
- data/lib/cosmos/tools/tlm_viewer/widgets/valuerangecolumn_widget.rb +2 -3
- data/lib/cosmos/tools/tlm_viewer/widgets/vertical_widget.rb +8 -7
- data/lib/cosmos/tools/tlm_viewer/widgets/verticalbox_widget.rb +9 -7
- data/lib/cosmos/tools/tlm_viewer/widgets/widget.rb +54 -46
- data/lib/cosmos/top_level.rb +23 -12
- data/lib/cosmos/version.rb +4 -4
- data/spec/gui/utilities/script_module_gui_spec.rb +44 -63
- data/spec/install/config/targets/INST/cmd_tlm/inst_cmds.txt +1 -1
- data/spec/install/config/targets/INST/cmd_tlm/inst_tlm.txt +5 -5
- data/spec/install/yaml_docs_spec.rb +112 -0
- data/spec/interfaces/protocols/fixed_protocol_spec.rb +20 -9
- data/spec/interfaces/protocols/template_protocol_spec.rb +78 -25
- data/spec/packets/commands_spec.rb +22 -0
- data/spec/packets/packet_config_spec.rb +24 -0
- data/spec/packets/packet_item_spec.rb +2 -2
- data/spec/packets/packet_spec.rb +39 -6
- data/spec/packets/parsers/state_parser_spec.rb +33 -11
- data/spec/packets/structure_spec.rb +41 -0
- data/spec/packets/telemetry_spec.rb +23 -0
- data/spec/streams/tcpip_socket_stream_spec.rb +32 -27
- data/spec/system/system_spec.rb +77 -2
- data/spec/system/target_spec.rb +62 -1
- data/spec/tools/cmd_tlm_server/api_spec.rb +1 -1
- data/spec/tools/cmd_tlm_server/background_tasks_spec.rb +15 -7
- data/spec/top_level/top_level_spec.rb +29 -5
- data/tasks/gemfile_stats.rake +28 -14
- data/test/performance/config/system/system.txt +0 -0
- data/test/performance/config/targets/PACKET/cmd_tlm/packet_tlm.txt +5 -5
- data/test/performance/config/tools/handbook_creator/assets/css/bootstrap-theme.css +397 -0
- data/test/performance/config/tools/handbook_creator/assets/css/bootstrap-theme.min.css +7 -0
- data/test/performance/config/tools/handbook_creator/assets/css/bootstrap.css +7118 -0
- data/test/performance/config/tools/handbook_creator/assets/css/bootstrap.min.css +7 -0
- data/test/performance/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- data/test/performance/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.svg +229 -0
- data/test/performance/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/test/performance/config/tools/handbook_creator/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/test/performance/config/tools/handbook_creator/assets/img/ball_logo.bmp +0 -0
- data/test/performance/config/tools/handbook_creator/assets/img/ball_logo.gif +0 -0
- data/test/performance/config/tools/handbook_creator/assets/img/ball_logo.jpg +0 -0
- data/test/performance/config/tools/handbook_creator/assets/js/bootstrap.js +2006 -0
- data/test/performance/config/tools/handbook_creator/assets/js/bootstrap.min.js +7 -0
- data/test/performance/config/tools/handbook_creator/assets/js/html5shiv.js +8 -0
- data/test/performance/config/tools/handbook_creator/assets/js/jquery-1.10.2.min.js +6 -0
- data/test/performance/config/tools/handbook_creator/assets/js/respond.min.js +6 -0
- data/test/performance/config/tools/test_runner/test_runner.txt +1 -1
- data/test/performance/procedures/cosmos_api_test.rb +1 -1
- data/test/performance/tools/identify_performance.rb +82 -0
- metadata +92 -55
|
@@ -74,3 +74,10 @@ TABLE:
|
|
|
74
74
|
description: Description of the table in quotes. The description is
|
|
75
75
|
used in mouseover popups and status line information.
|
|
76
76
|
values: "['\"].*['\"]"
|
|
77
|
+
SELECT_TABLE:
|
|
78
|
+
summary: Select an existing table for editing, typically done to override an existing definition
|
|
79
|
+
parameters:
|
|
80
|
+
- name: Table
|
|
81
|
+
required: true
|
|
82
|
+
description: The name of the existin table
|
|
83
|
+
values: .*
|
data/data/config/target.yaml
CHANGED
|
@@ -78,3 +78,15 @@ AUTO_SCREEN_SUBSTITUTE:
|
|
|
78
78
|
replaces the target name in the screen definitions with the actual target name.
|
|
79
79
|
warning: Replaces ALL target names in a screen definition file, so this is not
|
|
80
80
|
suitable for screens with multiple targets.
|
|
81
|
+
CMD_UNIQUE_ID_MODE:
|
|
82
|
+
summary: Flags that commands to this target are identified in a mixed variety of ways
|
|
83
|
+
description: Ideally all commands for a target are identified using the exact same fields in a header
|
|
84
|
+
for each command. If this target identifies packets using different fields for some commands than others,
|
|
85
|
+
then this flag must be set to force a brute force identification method.
|
|
86
|
+
warning: Using this mode significantly slows packet identification
|
|
87
|
+
TLM_UNIQUE_ID_MODE:
|
|
88
|
+
summary: Flags that telemetry to this target are identified in a mixed variety of ways
|
|
89
|
+
description: Ideally all telemetry for a target are identified using the exact same fields in a header
|
|
90
|
+
for each packet. If this target identifies packets using different fields for some telemetry packets than others,
|
|
91
|
+
then this flag must be set to force a brute force identification method.
|
|
92
|
+
warning: Using this mode significantly slows packet identification
|
|
@@ -32,7 +32,9 @@ APPEND_ITEM:
|
|
|
32
32
|
ID_ITEM:
|
|
33
33
|
modifiers:
|
|
34
34
|
<%= MetaConfigParser.load('item_modifiers.yaml').to_meta_config_yaml(4) %>
|
|
35
|
-
summary: Defines a telemetry item in the current telemetry packet
|
|
35
|
+
summary: Defines a telemetry item in the current telemetry packet.
|
|
36
|
+
Note, packets defined without one or more ID_ITEMs are "catch-all" packets which
|
|
37
|
+
will match all incoming data. Normally this is the job of the UNKNOWN packet.
|
|
36
38
|
example: ID_ITEM PKTID 112 16 UINT 1 "Packet ID which must be 1"
|
|
37
39
|
parameters:
|
|
38
40
|
- name: Name
|
|
@@ -1,22 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
<%= MetaConfigParser.load('script_runner.yaml').to_meta_config_yaml(0) %>
|
|
3
3
|
LOAD_UTILITY:
|
|
4
|
-
summary: Specify a test procedure to
|
|
4
|
+
summary: Specify a test procedure to load into Test Runner
|
|
5
5
|
description: Procedures will be found automatically in the procedures directory
|
|
6
6
|
or can be given by a path relative to the COSMOS install directory or by an
|
|
7
|
-
absolute path.
|
|
8
|
-
by line by showing the current execution point. Sometimes you want to load
|
|
9
|
-
utility code that is NOT executed line by line but is executed in the background.
|
|
10
|
-
For example, a CRC routine or other long running calculation. The Ruby keyword
|
|
11
|
-
'load' can be used for this purpose, e.g. 'load utility.rb'. This code will
|
|
12
|
-
be loaded but not shown when executing.
|
|
7
|
+
absolute path.
|
|
13
8
|
parameters:
|
|
14
9
|
- name: Filename
|
|
15
10
|
required: true
|
|
16
11
|
description: Name of the test file in quotes
|
|
17
12
|
values: '.+\.rb'
|
|
18
|
-
REQUIRE_UTILITY:
|
|
19
|
-
summary: DEPRECATED in favor of LOAD_UTILITY
|
|
20
13
|
RESULTS_WRITER:
|
|
21
14
|
summary: Specify a different Ruby file to interpret and print the Test Runner results
|
|
22
15
|
description: The specified Ruby file must define a class which implements the
|
|
@@ -116,3 +109,11 @@ AUTO_CYCLE_LOGS:
|
|
|
116
109
|
beginning and end of each test. Typically used in combination with CREATE_DATA_PACKAGE.
|
|
117
110
|
COLLECT_METADATA:
|
|
118
111
|
summary: Prompt for Meta Data before starting tests
|
|
112
|
+
DISABLE_TEST_SUITE_START:
|
|
113
|
+
summary: Disable the Test Suite Start button to prevent all tests in the Suite from running.
|
|
114
|
+
This is a useful option if you're simply using Suites and Groups to organize test cases but
|
|
115
|
+
do not want a user to accidentally run them all.
|
|
116
|
+
DISABLE_TEST_GROUP_START:
|
|
117
|
+
summary: Disable the Test Group Start button to prevent all tests in the Group from running.
|
|
118
|
+
This is a useful option if you're simply using Suites and Groups to organize test cases but
|
|
119
|
+
do not want a user to accidentally run them all.
|
data/data/config/widgets.yaml
CHANGED
|
@@ -59,6 +59,14 @@ MATRIXBYCOLUMNS:
|
|
|
59
59
|
required: true
|
|
60
60
|
description: The number of columns to create
|
|
61
61
|
values: .*
|
|
62
|
+
- name: Horizontal spacing
|
|
63
|
+
required: false
|
|
64
|
+
description: Horizontal spacing between matix items in pixels (default = 0)
|
|
65
|
+
values: .*
|
|
66
|
+
- name: Vertical spacing
|
|
67
|
+
required: false
|
|
68
|
+
description: Vertical spacing between matrix items in pixels (default = 0)
|
|
69
|
+
values: .*
|
|
62
70
|
SCROLLWINDOW:
|
|
63
71
|
summary: Places the widgets inside of it into a scrollable
|
|
64
72
|
area. The SCROLLWINDOW widget sizes itself to fit the screen in which it is contained.
|
|
@@ -272,6 +280,42 @@ FORMATVALUE:
|
|
|
272
280
|
required: false
|
|
273
281
|
description: The number of characters wide to make the value box (default = 12)
|
|
274
282
|
values: .*
|
|
283
|
+
LABELLED:
|
|
284
|
+
summary: Displays a Label widget followed by a LED which changes color based on telemetry values.
|
|
285
|
+
See the LED widget documentation for more information.
|
|
286
|
+
parameters:
|
|
287
|
+
- name: Target name
|
|
288
|
+
required: true
|
|
289
|
+
description: The target name
|
|
290
|
+
values: <%= System.targets.keys %>
|
|
291
|
+
- name: Packet name
|
|
292
|
+
required: true
|
|
293
|
+
description: The packet name
|
|
294
|
+
values: .+
|
|
295
|
+
- name: Item name
|
|
296
|
+
required: true
|
|
297
|
+
description: The item name
|
|
298
|
+
values: .+
|
|
299
|
+
- name: Value type
|
|
300
|
+
required: false
|
|
301
|
+
description: The type of the value to display. Default is CONVERTED.
|
|
302
|
+
values: <%= %w(RAW CONVERTED FORMATTED WITH_UNITS) %>
|
|
303
|
+
- name: Width
|
|
304
|
+
required: false
|
|
305
|
+
description: Width of the LED circle (default = 15)
|
|
306
|
+
values: .*
|
|
307
|
+
- name: Height
|
|
308
|
+
required: false
|
|
309
|
+
description: Height of the LED circle (default = 15)
|
|
310
|
+
values: .*
|
|
311
|
+
- name: Justification
|
|
312
|
+
required: false
|
|
313
|
+
description: How to justify the label and LED together. The default of
|
|
314
|
+
'SPLIT' aligns the label to the left and the LED to the right with any
|
|
315
|
+
additional space going between them. 'CENTER' pushes the label and LED
|
|
316
|
+
together with any additional space to the left and right. 'LEFT' or 'RIGHT'
|
|
317
|
+
pushes them to the respective side with the space going on the opposite.
|
|
318
|
+
values: ['SPLIT','CENTER','LEFT','RIGHT']
|
|
275
319
|
LABELPROGRESSBAR:
|
|
276
320
|
summary: Displays a LABEL widget showing the items
|
|
277
321
|
name followed by a PROGRESSBAR widget to show the items value.
|
|
@@ -340,7 +384,7 @@ LABELTRENDLIMITSBAR:
|
|
|
340
384
|
description: Height of the limits bar (default = 25)
|
|
341
385
|
values: .*
|
|
342
386
|
LABELVALUE:
|
|
343
|
-
summary: Displays a LABEL widget to
|
|
387
|
+
summary: Displays a LABEL widget to show the telemetry
|
|
344
388
|
items name followed by a VALUE widget to display the items value.
|
|
345
389
|
parameters:
|
|
346
390
|
- name: Target name
|
|
@@ -372,7 +416,7 @@ LABELVALUE:
|
|
|
372
416
|
pushes them to the respective side with the space going on the opposite.
|
|
373
417
|
values: ['SPLIT','CENTER','LEFT','RIGHT']
|
|
374
418
|
LABELVALUEDESC:
|
|
375
|
-
summary: Displays a LABEL widget to
|
|
419
|
+
summary: Displays a LABEL widget to show the telemetry
|
|
376
420
|
items description followed by a VALUE widget to display the items value.
|
|
377
421
|
parameters:
|
|
378
422
|
- name: Target name
|
|
@@ -400,10 +444,37 @@ LABELVALUEDESC:
|
|
|
400
444
|
required: false
|
|
401
445
|
description: The number of characters wide to make the value box (default = 12)
|
|
402
446
|
values: .*
|
|
447
|
+
LABELFORMATVALUE:
|
|
448
|
+
summary: Displays a LABEL widget to show the telemetry
|
|
449
|
+
items name followed by a formatted VALUE widget to display the items value.
|
|
450
|
+
parameters:
|
|
451
|
+
- name: Target name
|
|
452
|
+
required: true
|
|
453
|
+
description: The target name
|
|
454
|
+
values: <%= System.targets.keys %>
|
|
455
|
+
- name: Packet name
|
|
456
|
+
required: true
|
|
457
|
+
description: The packet name
|
|
458
|
+
values: .+
|
|
459
|
+
- name: Item name
|
|
460
|
+
required: true
|
|
461
|
+
description: The item name
|
|
462
|
+
values: .+
|
|
463
|
+
- name: Format String
|
|
464
|
+
required: true
|
|
465
|
+
description: Printf style format string, for example %0.6f
|
|
466
|
+
values: .*
|
|
467
|
+
- name: Value type
|
|
468
|
+
required: false
|
|
469
|
+
description: The type of the value to display. Default is CONVERTED.
|
|
470
|
+
values: <%= %w(RAW CONVERTED FORMATTED WITH_UNITS) %>
|
|
471
|
+
- name: Number of characters
|
|
472
|
+
required: false
|
|
473
|
+
description: The number of characters wide to make the value box (default = 12)
|
|
474
|
+
values: .*
|
|
403
475
|
LABELVALUELIMITSBAR:
|
|
404
|
-
summary: Displays a LABEL widget to
|
|
405
|
-
|
|
406
|
-
followed by a LIMITSBAR widget.
|
|
476
|
+
summary: Displays a LABEL widget to show the telemetry item's name,
|
|
477
|
+
followed by a VALUE widget to display the item's value, followed by a LIMITSBAR widget.
|
|
407
478
|
parameters:
|
|
408
479
|
- name: Target name
|
|
409
480
|
required: true
|
|
@@ -451,9 +522,8 @@ LABELVALUELIMITSCOLUMN:
|
|
|
451
522
|
description: The number of characters wide to make the value box (default = 12)
|
|
452
523
|
values: .*
|
|
453
524
|
LABELVALUERANGEBAR:
|
|
454
|
-
summary: Displays a LABEL widget to
|
|
455
|
-
|
|
456
|
-
followed by a RANGEBAR widget.
|
|
525
|
+
summary: Displays a LABEL widget to show the telemetry item's name,
|
|
526
|
+
followed by a VALUE widget to display the item's value, followed by a RANGEBAR widget.
|
|
457
527
|
parameters:
|
|
458
528
|
- name: Target name
|
|
459
529
|
required: true
|
|
@@ -494,9 +564,8 @@ LABELVALUERANGEBAR:
|
|
|
494
564
|
description: Height of the range bar (default = 25)
|
|
495
565
|
values: .*
|
|
496
566
|
LABELVALUERANGECOLUMN:
|
|
497
|
-
summary: Displays a LABEL widget to
|
|
498
|
-
|
|
499
|
-
followed by a RANGECOLUMN widget.
|
|
567
|
+
summary: Displays a LABEL widget to show the telemetry item's name,
|
|
568
|
+
followed by a VALUE widget to display the item's value, followed by a RANGECOLUMN widget.
|
|
500
569
|
parameters:
|
|
501
570
|
- name: Target name
|
|
502
571
|
required: true
|
|
@@ -536,6 +605,37 @@ LABELVALUERANGECOLUMN:
|
|
|
536
605
|
required: false
|
|
537
606
|
description: Height of the range bar (default = 25)
|
|
538
607
|
values: .*
|
|
608
|
+
LED:
|
|
609
|
+
summary: Displays a LED which changes color based on telemetry values.
|
|
610
|
+
By default TRUE is green and FALSE is red and all other values are black.
|
|
611
|
+
Additional values can be added by using the LED_COLOR setting. For example
|
|
612
|
+
LED INST PARAMS VALUE3 RAW can be followed by SETTING LED_COLOR 0 GREEN,
|
|
613
|
+
SETTING LED_COLOR 1 RED, and SETTING LED_COLOR ANY ORANGE.
|
|
614
|
+
parameters:
|
|
615
|
+
- name: Target name
|
|
616
|
+
required: true
|
|
617
|
+
description: The target name
|
|
618
|
+
values: <%= System.targets.keys %>
|
|
619
|
+
- name: Packet name
|
|
620
|
+
required: true
|
|
621
|
+
description: The packet name
|
|
622
|
+
values: .+
|
|
623
|
+
- name: Item name
|
|
624
|
+
required: true
|
|
625
|
+
description: The item name
|
|
626
|
+
values: .+
|
|
627
|
+
- name: Value type
|
|
628
|
+
required: false
|
|
629
|
+
description: The type of the value to display. Default is CONVERTED.
|
|
630
|
+
values: <%= %w(RAW CONVERTED FORMATTED WITH_UNITS) %>
|
|
631
|
+
- name: Width
|
|
632
|
+
required: false
|
|
633
|
+
description: Width of the LED circle (default = 15)
|
|
634
|
+
values: .*
|
|
635
|
+
- name: Height
|
|
636
|
+
required: false
|
|
637
|
+
description: Height of the LED circle (default = 15)
|
|
638
|
+
values: .*
|
|
539
639
|
LIMITSBAR:
|
|
540
640
|
summary: Displays a graphical representation of where an
|
|
541
641
|
item's value falls withing its limits ranges horizontally.
|
|
@@ -1066,6 +1166,25 @@ BUTTON:
|
|
|
1066
1166
|
required: true
|
|
1067
1167
|
description: Ruby code to execute when the button is pressed
|
|
1068
1168
|
values: .+
|
|
1169
|
+
BACKGROUNDBUTTON:
|
|
1170
|
+
summary: Displays a rectangular clickable button
|
|
1171
|
+
description: Upon clicking, the button executes the Ruby code assigned in a new thread
|
|
1172
|
+
so the code executes in the background (not in the GUI thread). Buttons
|
|
1173
|
+
can be used to send commands and perform other tasks. If you want your button
|
|
1174
|
+
to use values from other widgets, define them as named widgets and read their
|
|
1175
|
+
values using the get_named_widget("WIDGET_NAME").text method.
|
|
1176
|
+
warning: If your button logic gets complex it's recommended to require a separate
|
|
1177
|
+
script and pass the screen to the script using self,
|
|
1178
|
+
e.g. require utility.rb; utility_method(self).
|
|
1179
|
+
parameters:
|
|
1180
|
+
- name: Button Text
|
|
1181
|
+
required: true
|
|
1182
|
+
description: Text displayed on the button
|
|
1183
|
+
values: .+
|
|
1184
|
+
- name: Button Code
|
|
1185
|
+
required: true
|
|
1186
|
+
description: Ruby code to execute when the button is pressed
|
|
1187
|
+
values: .+
|
|
1069
1188
|
CHECKBUTTON:
|
|
1070
1189
|
summary: Displays a check box
|
|
1071
1190
|
description: Note this is of limited use by itself and is primarily used in
|
|
@@ -1104,6 +1223,19 @@ TEXTFIELD:
|
|
|
1104
1223
|
required: false
|
|
1105
1224
|
description: Default text to put in the text field (default is blank)
|
|
1106
1225
|
values: .*
|
|
1226
|
+
SCREENSHOTBUTTON:
|
|
1227
|
+
summary: Creates a button which takes a screenshot of the screen it is on
|
|
1228
|
+
description: The screenshot automatically gets placed in the outputs/logs directory
|
|
1229
|
+
with the current date / time and the name of the window.
|
|
1230
|
+
parameters:
|
|
1231
|
+
- name: Button Text
|
|
1232
|
+
required: false
|
|
1233
|
+
description: The text on the button, default is 'Screenshot'.
|
|
1234
|
+
values: .*
|
|
1235
|
+
- name: Screenshot Directory
|
|
1236
|
+
required: false
|
|
1237
|
+
description: The directory to put the screenshot. Default is output/logs.
|
|
1238
|
+
values: .*
|
|
1107
1239
|
CANVAS:
|
|
1108
1240
|
summary: Layout widget for the other canvas widgets
|
|
1109
1241
|
description: All canvas widgets must be enclosed within a CANVAS widget.
|
|
@@ -1337,3 +1469,34 @@ CANVASDOT:
|
|
|
1337
1469
|
required: false
|
|
1338
1470
|
description: Width of the dot in pixels (default = 3)
|
|
1339
1471
|
values: \d+
|
|
1472
|
+
CANVASELLIPSE:
|
|
1473
|
+
summary: The CANVASELLIPSE widget draws an ellipse onto the canvas
|
|
1474
|
+
parameters:
|
|
1475
|
+
- name: X Center
|
|
1476
|
+
required: true
|
|
1477
|
+
description: X position of the center of the ellipse
|
|
1478
|
+
values: \d+
|
|
1479
|
+
- name: Y Center
|
|
1480
|
+
required: true
|
|
1481
|
+
description: Y position of the center of the ellipse
|
|
1482
|
+
values: \d+
|
|
1483
|
+
- name: Width
|
|
1484
|
+
required: true
|
|
1485
|
+
description: Width of the ellipse in pixels
|
|
1486
|
+
values: \d+
|
|
1487
|
+
- name: Height
|
|
1488
|
+
required: true
|
|
1489
|
+
description: Height of the ellipse in pixels
|
|
1490
|
+
values: \d+
|
|
1491
|
+
- name: Color
|
|
1492
|
+
required: false
|
|
1493
|
+
description: Color of the ellipse. Default is black.
|
|
1494
|
+
values: .+
|
|
1495
|
+
- name: Line Width
|
|
1496
|
+
required: false
|
|
1497
|
+
description: Width of the line. Default is 1
|
|
1498
|
+
values: \d+
|
|
1499
|
+
- name: Fill
|
|
1500
|
+
required: false
|
|
1501
|
+
description: Whether to fill the ellipse. Default is false.
|
|
1502
|
+
values: .+
|
data/data/crc.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"lib/cosmos/io/json_drb.rb"
|
|
1
|
+
"lib/cosmos/io/json_drb.rb" 0xE112C400
|
|
2
2
|
"lib/cosmos/io/win32_serial_driver.rb" 0x8A4CC83B
|
|
3
3
|
"lib/cosmos/io/io_multiplexer.rb" 0x9C3213AD
|
|
4
4
|
"lib/cosmos/io/stderr.rb" 0x401624AF
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"lib/cosmos/processors/processor.rb" 0x1FEB7030
|
|
19
19
|
"lib/cosmos/processors/statistics_processor.rb" 0x514E4788
|
|
20
20
|
"lib/cosmos/processors/watermark_processor.rb" 0x8829E260
|
|
21
|
-
"lib/cosmos/version.rb"
|
|
21
|
+
"lib/cosmos/version.rb" 0xBCB8FAE4
|
|
22
22
|
"lib/cosmos/conversions/new_packet_log_conversion.rb" 0x4AA03555
|
|
23
23
|
"lib/cosmos/conversions/segmented_polynomial_conversion.rb" 0xC498CE81
|
|
24
24
|
"lib/cosmos/conversions/processor_conversion.rb" 0xC72B73BD
|
|
@@ -53,28 +53,28 @@
|
|
|
53
53
|
"lib/cosmos/gui/dialogs/legal_dialog.rb" 0x8CC86D19
|
|
54
54
|
"lib/cosmos/gui/dialogs/about_dialog.rb" 0x3B7BABF2
|
|
55
55
|
"lib/cosmos/gui/dialogs/exception_dialog.rb" 0x2FD04B65
|
|
56
|
-
"lib/cosmos/gui/dialogs/details_dialog.rb"
|
|
56
|
+
"lib/cosmos/gui/dialogs/details_dialog.rb" 0x6933FAA8
|
|
57
57
|
"lib/cosmos/gui/dialogs/calendar_dialog.rb" 0xB91051CB
|
|
58
58
|
"lib/cosmos/gui/dialogs/cmd_tlm_raw_dialog.rb" 0x0C19B0AF
|
|
59
59
|
"lib/cosmos/gui/dialogs/packet_log_dialog.rb" 0xEDA412A5
|
|
60
60
|
"lib/cosmos/gui/dialogs/pry_dialog.rb" 0xBE843775
|
|
61
61
|
"lib/cosmos/gui/dialogs/find_replace_dialog.rb" 0xC82984BF
|
|
62
62
|
"lib/cosmos/gui/dialogs/progress_dialog.rb" 0xF46E4DAE
|
|
63
|
-
"lib/cosmos/gui/dialogs/tlm_graph_dialog.rb"
|
|
64
|
-
"lib/cosmos/gui/dialogs/tlm_details_dialog.rb"
|
|
63
|
+
"lib/cosmos/gui/dialogs/tlm_graph_dialog.rb" 0x334A72E3
|
|
64
|
+
"lib/cosmos/gui/dialogs/tlm_details_dialog.rb" 0x576BF373
|
|
65
65
|
"lib/cosmos/gui/dialogs/dart_dialog.rb" 0x83728C2B
|
|
66
66
|
"lib/cosmos/gui/dialogs/scroll_text_dialog.rb" 0x65A1806D
|
|
67
67
|
"lib/cosmos/gui/dialogs/cmd_details_dialog.rb" 0xCC67DC8A
|
|
68
68
|
"lib/cosmos/gui/dialogs/tlm_edit_dialog.rb" 0x4610C6FD
|
|
69
69
|
"lib/cosmos/gui/dialogs/exception_list_dialog.rb" 0x00675AAE
|
|
70
70
|
"lib/cosmos/gui/text/completion_line_edit.rb" 0x16E0A174
|
|
71
|
-
"lib/cosmos/gui/text/ruby_editor.rb"
|
|
71
|
+
"lib/cosmos/gui/text/ruby_editor.rb" 0x34738759
|
|
72
72
|
"lib/cosmos/gui/text/completion_text_edit.rb" 0x09A88429
|
|
73
73
|
"lib/cosmos/gui/text/completion.rb" 0xB55DB949
|
|
74
74
|
"lib/cosmos/gui/opengl/moon_model.rb" 0x9C1D696C
|
|
75
75
|
"lib/cosmos/gui/opengl/opengl.rb" 0x4165DA92
|
|
76
76
|
"lib/cosmos/gui/opengl/gl_scene.rb" 0x24F22BA7
|
|
77
|
-
"lib/cosmos/gui/opengl/earth_model.rb"
|
|
77
|
+
"lib/cosmos/gui/opengl/earth_model.rb" 0xADBA8569
|
|
78
78
|
"lib/cosmos/gui/opengl/stl_reader.rb" 0x05C1E979
|
|
79
79
|
"lib/cosmos/gui/opengl/gl_bounds.rb" 0x3C40A91B
|
|
80
80
|
"lib/cosmos/gui/opengl/gl_light.rb" 0x9B198652
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"lib/cosmos/gui/opengl/gl_viewport.rb" 0xDCA4C43E
|
|
85
85
|
"lib/cosmos/gui/opengl/gl_material.rb" 0xA9335A05
|
|
86
86
|
"lib/cosmos/gui/opengl/gl_shape.rb" 0xB1531BE7
|
|
87
|
-
"lib/cosmos/gui/qt_tool.rb"
|
|
88
|
-
"lib/cosmos/gui/qt.rb"
|
|
87
|
+
"lib/cosmos/gui/qt_tool.rb" 0x17F77734
|
|
88
|
+
"lib/cosmos/gui/qt.rb" 0xC56DC257
|
|
89
89
|
"lib/cosmos/gui/utilities/classification_banner.rb" 0x44217DFA
|
|
90
90
|
"lib/cosmos/gui/utilities/analyze_log.rb" 0x5E13ABB0
|
|
91
|
-
"lib/cosmos/gui/utilities/screenshot.rb"
|
|
92
|
-
"lib/cosmos/gui/utilities/script_module_gui.rb"
|
|
91
|
+
"lib/cosmos/gui/utilities/screenshot.rb" 0x7117F767
|
|
92
|
+
"lib/cosmos/gui/utilities/script_module_gui.rb" 0x9761B4EB
|
|
93
93
|
"lib/cosmos/gui/choosers/file_chooser.rb" 0x4596F107
|
|
94
94
|
"lib/cosmos/gui/choosers/combobox_chooser.rb" 0x4CFBAC4E
|
|
95
95
|
"lib/cosmos/gui/choosers/float_chooser.rb" 0xA1DDC10B
|
|
@@ -97,23 +97,23 @@
|
|
|
97
97
|
"lib/cosmos/gui/choosers/string_chooser.rb" 0x1326AF82
|
|
98
98
|
"lib/cosmos/gui/choosers/value_chooser.rb" 0x2374B886
|
|
99
99
|
"lib/cosmos/gui/choosers/telemetry_chooser.rb" 0xF8DC6A15
|
|
100
|
-
"lib/cosmos/packets/parsers/xtce_parser.rb"
|
|
100
|
+
"lib/cosmos/packets/parsers/xtce_parser.rb" 0x20DA9D4A
|
|
101
101
|
"lib/cosmos/packets/parsers/format_string_parser.rb" 0x8015C5E3
|
|
102
102
|
"lib/cosmos/packets/parsers/limits_parser.rb" 0xD680A7A1
|
|
103
103
|
"lib/cosmos/packets/parsers/packet_item_parser.rb" 0xFE0FCF44
|
|
104
104
|
"lib/cosmos/packets/parsers/limits_response_parser.rb" 0x05979119
|
|
105
105
|
"lib/cosmos/packets/parsers/macro_parser.rb" 0x5028FBBF
|
|
106
|
-
"lib/cosmos/packets/parsers/state_parser.rb"
|
|
106
|
+
"lib/cosmos/packets/parsers/state_parser.rb" 0xF6AE77A3
|
|
107
107
|
"lib/cosmos/packets/parsers/processor_parser.rb" 0xEC75BA88
|
|
108
108
|
"lib/cosmos/packets/parsers/packet_parser.rb" 0x619F475D
|
|
109
|
-
"lib/cosmos/packets/parsers/xtce_converter.rb"
|
|
110
|
-
"lib/cosmos/packets/telemetry.rb"
|
|
109
|
+
"lib/cosmos/packets/parsers/xtce_converter.rb" 0x163EBAC1
|
|
110
|
+
"lib/cosmos/packets/telemetry.rb" 0xA1082891
|
|
111
111
|
"lib/cosmos/packets/binary_accessor.rb" 0xCD678EF6
|
|
112
|
-
"lib/cosmos/packets/packet.rb"
|
|
113
|
-
"lib/cosmos/packets/structure.rb"
|
|
114
|
-
"lib/cosmos/packets/commands.rb"
|
|
112
|
+
"lib/cosmos/packets/packet.rb" 0x68D3CFCA
|
|
113
|
+
"lib/cosmos/packets/structure.rb" 0xD4873B62
|
|
114
|
+
"lib/cosmos/packets/commands.rb" 0xC8D18EE4
|
|
115
115
|
"lib/cosmos/packets/limits_response.rb" 0xB836D388
|
|
116
|
-
"lib/cosmos/packets/packet_config.rb"
|
|
116
|
+
"lib/cosmos/packets/packet_config.rb" 0xEC657790
|
|
117
117
|
"lib/cosmos/packets/packet_item.rb" 0xE0789E45
|
|
118
118
|
"lib/cosmos/packets/limits.rb" 0x93BE03A8
|
|
119
119
|
"lib/cosmos/packets/packet_item_limits.rb" 0xC4534EAB
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"lib/cosmos/interfaces/cmd_tlm_server_interface.rb" 0x8921CFC1
|
|
130
130
|
"lib/cosmos/interfaces/serial_interface.rb" 0x97B428D8
|
|
131
131
|
"lib/cosmos/interfaces/stream_interface.rb" 0x6D1676BA
|
|
132
|
-
"lib/cosmos/interfaces/protocols/template_protocol.rb"
|
|
132
|
+
"lib/cosmos/interfaces/protocols/template_protocol.rb" 0x8C86548D
|
|
133
133
|
"lib/cosmos/interfaces/protocols/length_protocol.rb" 0x95412E32
|
|
134
134
|
"lib/cosmos/interfaces/protocols/preidentified_protocol.rb" 0xE8D0347C
|
|
135
135
|
"lib/cosmos/interfaces/protocols/protocol.rb" 0x46D4F6E7
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
"lib/cosmos/interfaces/protocols/crc_protocol.rb" 0x9212C9CB
|
|
139
139
|
"lib/cosmos/interfaces/protocols/burst_protocol.rb" 0xCF4EE7A5
|
|
140
140
|
"lib/cosmos/interfaces/protocols/override_protocol.rb" 0x64479CFF
|
|
141
|
-
"lib/cosmos/interfaces/protocols/fixed_protocol.rb"
|
|
142
|
-
"lib/cosmos/interfaces/simulated_target_interface.rb"
|
|
143
|
-
"lib/cosmos/interfaces/interface.rb"
|
|
141
|
+
"lib/cosmos/interfaces/protocols/fixed_protocol.rb" 0x49DC1E44
|
|
142
|
+
"lib/cosmos/interfaces/simulated_target_interface.rb" 0x402C2FF5
|
|
143
|
+
"lib/cosmos/interfaces/interface.rb" 0xFC517874
|
|
144
144
|
"lib/cosmos/interfaces/linc_interface.rb" 0xA85A43C1
|
|
145
145
|
"lib/cosmos/interfaces/tcpip_server_interface.rb" 0x0209F6E0
|
|
146
146
|
"lib/cosmos/interfaces/dart_status_interface.rb" 0xE85231B8
|
|
@@ -149,14 +149,14 @@
|
|
|
149
149
|
"lib/cosmos/packet_logs/packet_log_reader.rb" 0xEF0DBA80
|
|
150
150
|
"lib/cosmos/packet_logs/packet_log_writer.rb" 0x32D5A979
|
|
151
151
|
"lib/cosmos/packet_logs/ccsds_log_reader.rb" 0x0B80AEA6
|
|
152
|
-
"lib/cosmos/system/system.rb"
|
|
153
|
-
"lib/cosmos/system/target.rb"
|
|
154
|
-
"lib/cosmos/script/scripting.rb"
|
|
152
|
+
"lib/cosmos/system/system.rb" 0x24C114EA
|
|
153
|
+
"lib/cosmos/system/target.rb" 0x67DCFB35
|
|
154
|
+
"lib/cosmos/script/scripting.rb" 0x26D4B802
|
|
155
155
|
"lib/cosmos/script/replay.rb" 0xEB08C485
|
|
156
156
|
"lib/cosmos/script/telemetry.rb" 0x19F63F52
|
|
157
157
|
"lib/cosmos/script/commands.rb" 0x13531FE3
|
|
158
158
|
"lib/cosmos/script/extract.rb" 0x31199456
|
|
159
|
-
"lib/cosmos/script/api_shared.rb"
|
|
159
|
+
"lib/cosmos/script/api_shared.rb" 0x6E5C7B38
|
|
160
160
|
"lib/cosmos/script/cmd_tlm_server.rb" 0xF4698FA2
|
|
161
161
|
"lib/cosmos/script/limits.rb" 0x9693149E
|
|
162
162
|
"lib/cosmos/script/script.rb" 0xA19681FC
|
|
@@ -167,8 +167,8 @@
|
|
|
167
167
|
"lib/cosmos/win32/win32.rb" 0xBCECA922
|
|
168
168
|
"lib/cosmos/win32/win32_main.rb" 0x722DDE0D
|
|
169
169
|
"lib/cosmos/packet_logs.rb" 0xDBC544CD
|
|
170
|
-
"lib/cosmos/top_level.rb"
|
|
171
|
-
"lib/cosmos/interfaces.rb"
|
|
170
|
+
"lib/cosmos/top_level.rb" 0x50808EF2
|
|
171
|
+
"lib/cosmos/interfaces.rb" 0x8E436080
|
|
172
172
|
"lib/cosmos/core_ext/math.rb" 0xEFD1636D
|
|
173
173
|
"lib/cosmos/core_ext/string.rb" 0x4F30E09A
|
|
174
174
|
"lib/cosmos/core_ext/matrix.rb" 0x9DDBCA0B
|
|
@@ -185,15 +185,15 @@
|
|
|
185
185
|
"lib/cosmos/core_ext/range.rb" 0x5D3E08D1
|
|
186
186
|
"lib/cosmos/core_ext/file.rb" 0x988C5632
|
|
187
187
|
"lib/cosmos/core_ext/kernel.rb" 0xFF4DF6CF
|
|
188
|
-
"lib/cosmos/tools/config_editor/config_editor.rb"
|
|
189
|
-
"lib/cosmos/tools/config_editor/config_editor_frame.rb"
|
|
190
|
-
"lib/cosmos/tools/launcher/launcher.rb"
|
|
188
|
+
"lib/cosmos/tools/config_editor/config_editor.rb" 0x308A0128
|
|
189
|
+
"lib/cosmos/tools/config_editor/config_editor_frame.rb" 0xCEC90774
|
|
190
|
+
"lib/cosmos/tools/launcher/launcher.rb" 0x6A6C084E
|
|
191
191
|
"lib/cosmos/tools/launcher/launcher_multitool.rb" 0x1020A3D0
|
|
192
192
|
"lib/cosmos/tools/launcher/launcher_tool.rb" 0xE2F186A7
|
|
193
193
|
"lib/cosmos/tools/launcher/launcher_config.rb" 0xC89E8E85
|
|
194
194
|
"lib/cosmos/tools/table_manager/table_item.rb" 0x98E1F9F5
|
|
195
|
-
"lib/cosmos/tools/table_manager/table_manager.rb"
|
|
196
|
-
"lib/cosmos/tools/table_manager/table_config.rb"
|
|
195
|
+
"lib/cosmos/tools/table_manager/table_manager.rb" 0xB41EFF19
|
|
196
|
+
"lib/cosmos/tools/table_manager/table_config.rb" 0x324F6EF1
|
|
197
197
|
"lib/cosmos/tools/table_manager/table_manager_core.rb" 0xE8865A3F
|
|
198
198
|
"lib/cosmos/tools/table_manager/table_item_parser.rb" 0xB71F4D86
|
|
199
199
|
"lib/cosmos/tools/table_manager/table.rb" 0x03997FD7
|
|
@@ -201,114 +201,117 @@
|
|
|
201
201
|
"lib/cosmos/tools/replay/replay.rb" 0xA4B43070
|
|
202
202
|
"lib/cosmos/tools/cmd_sequence/cmd_sequence.rb" 0x0F5866FA
|
|
203
203
|
"lib/cosmos/tools/cmd_sequence/sequence_list.rb" 0x4AD01295
|
|
204
|
-
"lib/cosmos/tools/cmd_sequence/sequence_item.rb"
|
|
204
|
+
"lib/cosmos/tools/cmd_sequence/sequence_item.rb" 0x2CBB364F
|
|
205
205
|
"lib/cosmos/tools/tlm_viewer/tlm_viewer_config.rb" 0xD1CF7B70
|
|
206
|
-
"lib/cosmos/tools/tlm_viewer/tlm_viewer.rb"
|
|
207
|
-
"lib/cosmos/tools/tlm_viewer/widgets/labeltrendlimitsbar_widget.rb"
|
|
208
|
-
"lib/cosmos/tools/tlm_viewer/widgets/matrixbycolumns_widget.rb"
|
|
209
|
-
"lib/cosmos/tools/tlm_viewer/widgets/labelvaluerangecolumn_widget.rb"
|
|
210
|
-
"lib/cosmos/tools/tlm_viewer/widgets/progressbar_widget.rb"
|
|
211
|
-
"lib/cosmos/tools/tlm_viewer/widgets/rangecolumn_widget.rb"
|
|
212
|
-
"lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb"
|
|
213
|
-
"lib/cosmos/tools/tlm_viewer/widgets/formatfontvalue_widget.rb"
|
|
214
|
-
"lib/cosmos/tools/tlm_viewer/widgets/canvaslinevalue_widget.rb"
|
|
215
|
-
"lib/cosmos/tools/tlm_viewer/widgets/trendbar_widget.rb"
|
|
216
|
-
"lib/cosmos/tools/tlm_viewer/widgets/widget.rb"
|
|
217
|
-
"lib/cosmos/tools/tlm_viewer/widgets/tabitem_widget.rb"
|
|
218
|
-
"lib/cosmos/tools/tlm_viewer/widgets/labelvaluedesc_widget.rb"
|
|
219
|
-
"lib/cosmos/tools/tlm_viewer/widgets/canvas_clickable.rb"
|
|
220
|
-
"lib/cosmos/tools/tlm_viewer/widgets/labelprogressbar_widget.rb"
|
|
221
|
-
"lib/cosmos/tools/tlm_viewer/widgets/rangebar_widget.rb"
|
|
222
|
-
"lib/cosmos/tools/tlm_viewer/widgets/linegraph_widget.rb"
|
|
223
|
-
"lib/cosmos/tools/tlm_viewer/widgets/limitscolumn_widget.rb"
|
|
224
|
-
"lib/cosmos/tools/tlm_viewer/widgets/labelvaluelimitsbar_widget.rb"
|
|
225
|
-
"lib/cosmos/tools/tlm_viewer/widgets/canvaslabel_widget.rb"
|
|
226
|
-
"lib/cosmos/tools/tlm_viewer/widgets/textfield_widget.rb"
|
|
227
|
-
"lib/cosmos/tools/tlm_viewer/widgets/labelformatvalue_widget.rb"
|
|
228
|
-
"lib/cosmos/tools/tlm_viewer/widgets/screenshotbutton_widget.rb"
|
|
229
|
-
"lib/cosmos/tools/tlm_viewer/widgets/trendlimitsbar_widget.rb"
|
|
230
|
-
"lib/cosmos/tools/tlm_viewer/widgets/spacer_widget.rb"
|
|
231
|
-
"lib/cosmos/tools/tlm_viewer/widgets/labelvaluelimitscolumn_widget.rb"
|
|
232
|
-
"lib/cosmos/tools/tlm_viewer/widgets/timegraph_widget.rb"
|
|
233
|
-
"lib/cosmos/tools/tlm_viewer/widgets/label_widget.rb"
|
|
234
|
-
"lib/cosmos/tools/tlm_viewer/widgets/sectionheader_widget.rb"
|
|
235
|
-
"lib/cosmos/tools/tlm_viewer/widgets/valuerangebar_widget.rb"
|
|
236
|
-
"lib/cosmos/tools/tlm_viewer/widgets/radiobutton_widget.rb"
|
|
237
|
-
"lib/cosmos/tools/tlm_viewer/widgets/verticalbox_widget.rb"
|
|
238
|
-
"lib/cosmos/tools/tlm_viewer/widgets/horizontal_widget.rb"
|
|
239
|
-
"lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb"
|
|
240
|
-
"lib/cosmos/tools/tlm_viewer/widgets/multi_widget.rb"
|
|
241
|
-
"lib/cosmos/tools/tlm_viewer/widgets/canvasvalue_widget.rb"
|
|
242
|
-
"lib/cosmos/tools/tlm_viewer/widgets/horizontalbox_widget.rb"
|
|
243
|
-
"lib/cosmos/tools/tlm_viewer/widgets/array_widget.rb"
|
|
244
|
-
"lib/cosmos/tools/tlm_viewer/widgets/scrollwindow_widget.rb"
|
|
245
|
-
"lib/cosmos/tools/tlm_viewer/widgets/valuelimitscolumn_widget.rb"
|
|
246
|
-
"lib/cosmos/tools/tlm_viewer/widgets/vertical_widget.rb"
|
|
247
|
-
"lib/cosmos/tools/tlm_viewer/widgets/valuerangecolumn_widget.rb"
|
|
248
|
-
"lib/cosmos/tools/tlm_viewer/widgets/horizontalline_widget.rb"
|
|
249
|
-
"lib/cosmos/tools/tlm_viewer/widgets/aging_widget.rb"
|
|
250
|
-
"lib/cosmos/tools/tlm_viewer/widgets/value_widget.rb"
|
|
251
|
-
"lib/cosmos/tools/tlm_viewer/widgets/canvasimagevalue_widget.rb"
|
|
252
|
-
"lib/cosmos/tools/tlm_viewer/widgets/checkbutton_widget.rb"
|
|
253
|
-
"lib/cosmos/tools/tlm_viewer/widgets/combobox_widget.rb"
|
|
254
|
-
"lib/cosmos/tools/tlm_viewer/widgets/limitscolor_widget.rb"
|
|
255
|
-
"lib/cosmos/tools/tlm_viewer/widgets/limitsbar_widget.rb"
|
|
256
|
-
"lib/cosmos/tools/tlm_viewer/widgets/canvasellipse_widget.rb"
|
|
257
|
-
"lib/cosmos/tools/tlm_viewer/widgets/canvasimage_widget.rb"
|
|
258
|
-
"lib/cosmos/tools/tlm_viewer/widgets/textbox_widget.rb"
|
|
206
|
+
"lib/cosmos/tools/tlm_viewer/tlm_viewer.rb" 0x54E13BC6
|
|
207
|
+
"lib/cosmos/tools/tlm_viewer/widgets/labeltrendlimitsbar_widget.rb" 0x22B5927A
|
|
208
|
+
"lib/cosmos/tools/tlm_viewer/widgets/matrixbycolumns_widget.rb" 0xEEC1CF22
|
|
209
|
+
"lib/cosmos/tools/tlm_viewer/widgets/labelvaluerangecolumn_widget.rb" 0x8245C862
|
|
210
|
+
"lib/cosmos/tools/tlm_viewer/widgets/progressbar_widget.rb" 0x35B5A83F
|
|
211
|
+
"lib/cosmos/tools/tlm_viewer/widgets/rangecolumn_widget.rb" 0xB3AC4E59
|
|
212
|
+
"lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb" 0x7479E725
|
|
213
|
+
"lib/cosmos/tools/tlm_viewer/widgets/formatfontvalue_widget.rb" 0xDFFA5304
|
|
214
|
+
"lib/cosmos/tools/tlm_viewer/widgets/canvaslinevalue_widget.rb" 0x0A85D2DA
|
|
215
|
+
"lib/cosmos/tools/tlm_viewer/widgets/trendbar_widget.rb" 0x3E9B8A71
|
|
216
|
+
"lib/cosmos/tools/tlm_viewer/widgets/widget.rb" 0xDC706643
|
|
217
|
+
"lib/cosmos/tools/tlm_viewer/widgets/tabitem_widget.rb" 0x768C2EF0
|
|
218
|
+
"lib/cosmos/tools/tlm_viewer/widgets/labelvaluedesc_widget.rb" 0xEDA01118
|
|
219
|
+
"lib/cosmos/tools/tlm_viewer/widgets/canvas_clickable.rb" 0xDF0E1DB8
|
|
220
|
+
"lib/cosmos/tools/tlm_viewer/widgets/labelprogressbar_widget.rb" 0x46326096
|
|
221
|
+
"lib/cosmos/tools/tlm_viewer/widgets/rangebar_widget.rb" 0x974658BC
|
|
222
|
+
"lib/cosmos/tools/tlm_viewer/widgets/linegraph_widget.rb" 0x7A6165AD
|
|
223
|
+
"lib/cosmos/tools/tlm_viewer/widgets/limitscolumn_widget.rb" 0x73F88C2B
|
|
224
|
+
"lib/cosmos/tools/tlm_viewer/widgets/labelvaluelimitsbar_widget.rb" 0x7FC0CE66
|
|
225
|
+
"lib/cosmos/tools/tlm_viewer/widgets/canvaslabel_widget.rb" 0x833FAF68
|
|
226
|
+
"lib/cosmos/tools/tlm_viewer/widgets/textfield_widget.rb" 0x4421B4B5
|
|
227
|
+
"lib/cosmos/tools/tlm_viewer/widgets/labelformatvalue_widget.rb" 0x8198822E
|
|
228
|
+
"lib/cosmos/tools/tlm_viewer/widgets/screenshotbutton_widget.rb" 0xC438CA17
|
|
229
|
+
"lib/cosmos/tools/tlm_viewer/widgets/trendlimitsbar_widget.rb" 0xC02C649D
|
|
230
|
+
"lib/cosmos/tools/tlm_viewer/widgets/spacer_widget.rb" 0x9773126E
|
|
231
|
+
"lib/cosmos/tools/tlm_viewer/widgets/labelvaluelimitscolumn_widget.rb" 0x563FE2EE
|
|
232
|
+
"lib/cosmos/tools/tlm_viewer/widgets/timegraph_widget.rb" 0x87FF71D5
|
|
233
|
+
"lib/cosmos/tools/tlm_viewer/widgets/label_widget.rb" 0x91B714B3
|
|
234
|
+
"lib/cosmos/tools/tlm_viewer/widgets/sectionheader_widget.rb" 0x60425E7E
|
|
235
|
+
"lib/cosmos/tools/tlm_viewer/widgets/valuerangebar_widget.rb" 0x86F0B30C
|
|
236
|
+
"lib/cosmos/tools/tlm_viewer/widgets/radiobutton_widget.rb" 0x63CF403A
|
|
237
|
+
"lib/cosmos/tools/tlm_viewer/widgets/verticalbox_widget.rb" 0xFBF6E366
|
|
238
|
+
"lib/cosmos/tools/tlm_viewer/widgets/horizontal_widget.rb" 0x46E84EDB
|
|
239
|
+
"lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb" 0xCEAE2C5E
|
|
240
|
+
"lib/cosmos/tools/tlm_viewer/widgets/multi_widget.rb" 0xC587DC15
|
|
241
|
+
"lib/cosmos/tools/tlm_viewer/widgets/canvasvalue_widget.rb" 0xBAFC6DAE
|
|
242
|
+
"lib/cosmos/tools/tlm_viewer/widgets/horizontalbox_widget.rb" 0x2C62567A
|
|
243
|
+
"lib/cosmos/tools/tlm_viewer/widgets/array_widget.rb" 0xD6018363
|
|
244
|
+
"lib/cosmos/tools/tlm_viewer/widgets/scrollwindow_widget.rb" 0xCF4EA938
|
|
245
|
+
"lib/cosmos/tools/tlm_viewer/widgets/valuelimitscolumn_widget.rb" 0x8A5D0D03
|
|
246
|
+
"lib/cosmos/tools/tlm_viewer/widgets/vertical_widget.rb" 0xB679DC0C
|
|
247
|
+
"lib/cosmos/tools/tlm_viewer/widgets/valuerangecolumn_widget.rb" 0x9185E862
|
|
248
|
+
"lib/cosmos/tools/tlm_viewer/widgets/horizontalline_widget.rb" 0xF101ACCA
|
|
249
|
+
"lib/cosmos/tools/tlm_viewer/widgets/aging_widget.rb" 0xC4C74D44
|
|
250
|
+
"lib/cosmos/tools/tlm_viewer/widgets/value_widget.rb" 0x93A60E7F
|
|
251
|
+
"lib/cosmos/tools/tlm_viewer/widgets/canvasimagevalue_widget.rb" 0x9944D59D
|
|
252
|
+
"lib/cosmos/tools/tlm_viewer/widgets/checkbutton_widget.rb" 0x2814D5DD
|
|
253
|
+
"lib/cosmos/tools/tlm_viewer/widgets/combobox_widget.rb" 0x0A1FBC48
|
|
254
|
+
"lib/cosmos/tools/tlm_viewer/widgets/limitscolor_widget.rb" 0x9C00AA0B
|
|
255
|
+
"lib/cosmos/tools/tlm_viewer/widgets/limitsbar_widget.rb" 0xBD462C70
|
|
256
|
+
"lib/cosmos/tools/tlm_viewer/widgets/canvasellipse_widget.rb" 0xD4957F51
|
|
257
|
+
"lib/cosmos/tools/tlm_viewer/widgets/canvasimage_widget.rb" 0xA16FCEAB
|
|
258
|
+
"lib/cosmos/tools/tlm_viewer/widgets/textbox_widget.rb" 0x10810DCC
|
|
259
259
|
"lib/cosmos/tools/tlm_viewer/widgets/button_widget.rb" 0x6CD830A7
|
|
260
|
-
"lib/cosmos/tools/tlm_viewer/widgets/canvasline_widget.rb"
|
|
260
|
+
"lib/cosmos/tools/tlm_viewer/widgets/canvasline_widget.rb" 0x277CC19C
|
|
261
261
|
"lib/cosmos/tools/tlm_viewer/widgets/backgroundbutton_widget.rb" 0x52BC719C
|
|
262
|
-
"lib/cosmos/tools/tlm_viewer/widgets/limits_widget.rb"
|
|
263
|
-
"lib/cosmos/tools/tlm_viewer/widgets/labelvaluerangebar_widget.rb"
|
|
264
|
-
"lib/cosmos/tools/tlm_viewer/widgets/formatvalue_widget.rb"
|
|
265
|
-
"lib/cosmos/tools/tlm_viewer/widgets/valuelimitsbar_widget.rb"
|
|
266
|
-
"lib/cosmos/tools/tlm_viewer/widgets/
|
|
267
|
-
"lib/cosmos/tools/tlm_viewer/widgets/
|
|
268
|
-
"lib/cosmos/tools/tlm_viewer/widgets/
|
|
269
|
-
"lib/cosmos/tools/tlm_viewer/widgets/
|
|
270
|
-
"lib/cosmos/tools/tlm_viewer/widgets/
|
|
271
|
-
"lib/cosmos/tools/tlm_viewer/widgets/
|
|
272
|
-
"lib/cosmos/tools/tlm_viewer/widgets.rb"
|
|
273
|
-
"lib/cosmos/tools/tlm_viewer/
|
|
274
|
-
"lib/cosmos/tools/
|
|
275
|
-
"lib/cosmos/tools/
|
|
262
|
+
"lib/cosmos/tools/tlm_viewer/widgets/limits_widget.rb" 0xFD34A8F4
|
|
263
|
+
"lib/cosmos/tools/tlm_viewer/widgets/labelvaluerangebar_widget.rb" 0xFD5953C9
|
|
264
|
+
"lib/cosmos/tools/tlm_viewer/widgets/formatvalue_widget.rb" 0x774B94E1
|
|
265
|
+
"lib/cosmos/tools/tlm_viewer/widgets/valuelimitsbar_widget.rb" 0x34276F91
|
|
266
|
+
"lib/cosmos/tools/tlm_viewer/widgets/labelled_widget.rb" 0x3C549CFC
|
|
267
|
+
"lib/cosmos/tools/tlm_viewer/widgets/labelvalue_widget.rb" 0x377A2C60
|
|
268
|
+
"lib/cosmos/tools/tlm_viewer/widgets/tabbook_widget.rb" 0x059D1678
|
|
269
|
+
"lib/cosmos/tools/tlm_viewer/widgets/block_widget.rb" 0x8C63D301
|
|
270
|
+
"lib/cosmos/tools/tlm_viewer/widgets/canvas_widget.rb" 0xAE4A5046
|
|
271
|
+
"lib/cosmos/tools/tlm_viewer/widgets/canvasdot_widget.rb" 0xC8824095
|
|
272
|
+
"lib/cosmos/tools/tlm_viewer/widgets/canvaslabelvalue_widget.rb" 0x9C32A0B1
|
|
273
|
+
"lib/cosmos/tools/tlm_viewer/widgets/led_widget.rb" 0xD67BD013
|
|
274
|
+
"lib/cosmos/tools/tlm_viewer/widgets.rb" 0xE64D7D2A
|
|
275
|
+
"lib/cosmos/tools/tlm_viewer/screen.rb" 0x007BDC26
|
|
276
|
+
"lib/cosmos/tools/data_viewer/text_component.rb" 0xD24B7A1D
|
|
277
|
+
"lib/cosmos/tools/data_viewer/data_viewer.rb" 0x407EC736
|
|
278
|
+
"lib/cosmos/tools/data_viewer/dump_component.rb" 0x2203F268
|
|
276
279
|
"lib/cosmos/tools/data_viewer/data_viewer_component.rb" 0x941870C1
|
|
277
280
|
"lib/cosmos/tools/test_runner/test.rb" 0x79355402
|
|
278
281
|
"lib/cosmos/tools/test_runner/results_writer.rb" 0x42746FB4
|
|
279
|
-
"lib/cosmos/tools/test_runner/test_runner_chooser.rb"
|
|
280
|
-
"lib/cosmos/tools/test_runner/test_runner.rb"
|
|
282
|
+
"lib/cosmos/tools/test_runner/test_runner_chooser.rb" 0xC48422FF
|
|
283
|
+
"lib/cosmos/tools/test_runner/test_runner.rb" 0xC6994D3E
|
|
281
284
|
"lib/cosmos/tools/tlm_extractor/text_item_chooser.rb" 0x587768C6
|
|
282
|
-
"lib/cosmos/tools/tlm_extractor/tlm_extractor.rb"
|
|
285
|
+
"lib/cosmos/tools/tlm_extractor/tlm_extractor.rb" 0xC0641063
|
|
283
286
|
"lib/cosmos/tools/tlm_extractor/tlm_extractor_processor.rb" 0x311C451A
|
|
284
287
|
"lib/cosmos/tools/tlm_extractor/tlm_extractor_config.rb" 0xAF6ED55C
|
|
285
|
-
"lib/cosmos/tools/cmd_tlm_server/background_tasks.rb"
|
|
286
|
-
"lib/cosmos/tools/cmd_tlm_server/routers.rb"
|
|
287
|
-
"lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server_config.rb"
|
|
288
|
+
"lib/cosmos/tools/cmd_tlm_server/background_tasks.rb" 0xE3BC8498
|
|
289
|
+
"lib/cosmos/tools/cmd_tlm_server/routers.rb" 0x18E7BEB7
|
|
290
|
+
"lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server_config.rb" 0x89CD9307
|
|
288
291
|
"lib/cosmos/tools/cmd_tlm_server/replay_backend.rb" 0xE096F3A6
|
|
289
292
|
"lib/cosmos/tools/cmd_tlm_server/gui/targets_tab.rb" 0x253A1878
|
|
290
293
|
"lib/cosmos/tools/cmd_tlm_server/gui/logging_tab.rb" 0x19816D8D
|
|
291
294
|
"lib/cosmos/tools/cmd_tlm_server/gui/status_tab.rb" 0xD36F0929
|
|
292
|
-
"lib/cosmos/tools/cmd_tlm_server/gui/packets_tab.rb"
|
|
295
|
+
"lib/cosmos/tools/cmd_tlm_server/gui/packets_tab.rb" 0x1BE8AF55
|
|
293
296
|
"lib/cosmos/tools/cmd_tlm_server/gui/replay_tab.rb" 0x63401F0C
|
|
294
297
|
"lib/cosmos/tools/cmd_tlm_server/gui/interfaces_tab.rb" 0x0D95D613
|
|
295
298
|
"lib/cosmos/tools/cmd_tlm_server/commanding.rb" 0x882E8F0B
|
|
296
299
|
"lib/cosmos/tools/cmd_tlm_server/background_task.rb" 0xC2141E7E
|
|
297
300
|
"lib/cosmos/tools/cmd_tlm_server/limits_groups_background_task.rb" 0xB8CB20B0
|
|
298
|
-
"lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server_gui.rb"
|
|
299
|
-
"lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server.rb"
|
|
301
|
+
"lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server_gui.rb" 0xC3853708
|
|
302
|
+
"lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server.rb" 0x3C59E53D
|
|
300
303
|
"lib/cosmos/tools/cmd_tlm_server/connections.rb" 0x6DC54689
|
|
301
304
|
"lib/cosmos/tools/cmd_tlm_server/api.rb" 0xF595F815
|
|
302
305
|
"lib/cosmos/tools/cmd_tlm_server/packet_logging.rb" 0xCE912CF1
|
|
303
306
|
"lib/cosmos/tools/cmd_tlm_server/interfaces.rb" 0xF5C647E1
|
|
304
307
|
"lib/cosmos/tools/cmd_tlm_server/router_thread.rb" 0x5070D428
|
|
305
308
|
"lib/cosmos/tools/cmd_tlm_server/interface_thread.rb" 0xB8AC60DF
|
|
306
|
-
"lib/cosmos/tools/packet_viewer/packet_viewer.rb"
|
|
307
|
-
"lib/cosmos/tools/cmd_sender/cmd_sender.rb"
|
|
309
|
+
"lib/cosmos/tools/packet_viewer/packet_viewer.rb" 0xFAA9A854
|
|
310
|
+
"lib/cosmos/tools/cmd_sender/cmd_sender.rb" 0x418A654A
|
|
308
311
|
"lib/cosmos/tools/cmd_sender/cmd_param_table_item_delegate.rb" 0xE80FAD0A
|
|
309
312
|
"lib/cosmos/tools/cmd_sender/cmd_sender_text_edit.rb" 0xB192AF6E
|
|
310
313
|
"lib/cosmos/tools/tlm_grapher/tabbed_plots/overview_tabbed_plots.rb" 0xF466215E
|
|
311
|
-
"lib/cosmos/tools/tlm_grapher/tlm_grapher.rb"
|
|
314
|
+
"lib/cosmos/tools/tlm_grapher/tlm_grapher.rb" 0xA0AF6F34
|
|
312
315
|
"lib/cosmos/tools/tlm_grapher/plot_gui_objects/linegraph_plot_gui_object.rb" 0xBD8282FB
|
|
313
316
|
"lib/cosmos/tools/tlm_grapher/plot_gui_objects/xy_plot_gui_object.rb" 0xA500650F
|
|
314
317
|
"lib/cosmos/tools/tlm_grapher/plot_gui_objects/singlexy_plot_gui_object.rb" 0x4FC1C15C
|
|
@@ -328,9 +331,9 @@
|
|
|
328
331
|
"lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_dart_thread.rb" 0x4611A032
|
|
329
332
|
"lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_tab.rb" 0xD0AC7888
|
|
330
333
|
"lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_data_object_editor.rb" 0xF016E145
|
|
331
|
-
"lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_realtime_thread.rb"
|
|
334
|
+
"lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_realtime_thread.rb" 0x90FC9B2E
|
|
332
335
|
"lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_plot_editor.rb" 0x55DDD0F5
|
|
333
|
-
"lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_tool.rb"
|
|
336
|
+
"lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_tool.rb" 0xFD2B8D88
|
|
334
337
|
"lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_config.rb" 0xF301DC6E
|
|
335
338
|
"lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_logfile_thread.rb" 0xB6035CEA
|
|
336
339
|
"lib/cosmos/tools/tlm_grapher/plot_editors/singlexy_plot_editor.rb" 0xA9B7CD4C
|
|
@@ -343,14 +346,14 @@
|
|
|
343
346
|
"lib/cosmos/tools/tlm_grapher/plots/xy_plot.rb" 0x98F7712F
|
|
344
347
|
"lib/cosmos/tools/opengl_builder/scene_config.rb" 0x15B59793
|
|
345
348
|
"lib/cosmos/tools/opengl_builder/opengl_builder.rb" 0x2D82B6FB
|
|
346
|
-
"lib/cosmos/tools/limits_monitor/limits_monitor.rb"
|
|
347
|
-
"lib/cosmos/tools/cmd_extractor/cmd_extractor.rb"
|
|
349
|
+
"lib/cosmos/tools/limits_monitor/limits_monitor.rb" 0xBED34BE5
|
|
350
|
+
"lib/cosmos/tools/cmd_extractor/cmd_extractor.rb" 0x4BDD539F
|
|
348
351
|
"lib/cosmos/tools/handbook_creator/handbook_creator_config.rb" 0x9706590F
|
|
349
|
-
"lib/cosmos/tools/handbook_creator/handbook_creator.rb"
|
|
350
|
-
"lib/cosmos/tools/script_runner/script_runner.rb"
|
|
351
|
-
"lib/cosmos/tools/script_runner/script_runner_frame.rb"
|
|
352
|
+
"lib/cosmos/tools/handbook_creator/handbook_creator.rb" 0xA0E1DA06
|
|
353
|
+
"lib/cosmos/tools/script_runner/script_runner.rb" 0xB766E6B6
|
|
354
|
+
"lib/cosmos/tools/script_runner/script_runner_frame.rb" 0x8FF9EE0E
|
|
352
355
|
"lib/cosmos/tools/script_runner/script_audit.rb" 0xAAEFBDF7
|
|
353
|
-
"lib/cosmos/tools/script_runner/script_runner_config.rb"
|
|
356
|
+
"lib/cosmos/tools/script_runner/script_runner_config.rb" 0x6F35F34D
|
|
354
357
|
"lib/cosmos/dart/db/seeds.rb" 0xF64BB16E
|
|
355
358
|
"lib/cosmos/dart/db/schema.rb" 0x32C12415
|
|
356
359
|
"lib/cosmos/dart/db/migrate/20170919210307_add_max_table_index_to_packet_configs.rb" 0xF2B4CF5A
|
|
@@ -440,7 +443,7 @@
|
|
|
440
443
|
"lib/cosmos/dart/lib/dart_reducer_worker_thread.rb" 0x06DB8136
|
|
441
444
|
"lib/cosmos/dart/lib/dart_decommutator.rb" 0xCC574FFA
|
|
442
445
|
"lib/cosmos/dart/lib/dart_tcpip_server_interface.rb" 0xF3A295D4
|
|
443
|
-
"lib/cosmos/dart/lib/dart_common.rb"
|
|
446
|
+
"lib/cosmos/dart/lib/dart_common.rb" 0xB15F73F6
|
|
444
447
|
"lib/cosmos/dart/lib/dart_database_cleaner.rb" 0x4D70698F
|
|
445
448
|
"lib/cosmos/dart/lib/dart_packet_log_writer.rb" 0xFD4DD7A9
|
|
446
449
|
"lib/cosmos/dart/lib/dart_decom_query.rb" 0xD55AF757
|
|
@@ -448,7 +451,7 @@
|
|
|
448
451
|
"lib/cosmos/dart/lib/dart_logging.rb" 0xA77140B0
|
|
449
452
|
"lib/cosmos/conversions.rb" 0x3C0D8984
|
|
450
453
|
"lib/cosmos/script.rb" 0x25BB611B
|
|
451
|
-
"lib/cosmos/config/config_parser.rb"
|
|
454
|
+
"lib/cosmos/config/config_parser.rb" 0x102A81E6
|
|
452
455
|
"lib/cosmos/config/meta_config_parser.rb" 0xE4521B6B
|
|
453
456
|
"lib/cosmos/utilities/csv.rb" 0xF79582B8
|
|
454
457
|
"lib/cosmos/utilities/ruby_lex_utils.rb" 0x839105B3
|