cosmos 3.8.2 → 3.8.3
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/Manifest.txt +5 -5
- data/Rakefile +8 -2
- data/autohotkey/tools/autohotkey.rb +3 -3
- data/data/crc.txt +27 -27
- data/demo/Launcher.bat +3 -3
- data/demo/config/data/crc.txt +27 -27
- data/demo/{procedures → config/targets/INST/procedures}/checks.rb +0 -0
- data/demo/{procedures → config/targets/INST/procedures}/collect.rb +2 -2
- data/demo/{procedures → config/targets/INST/procedures}/disconnect.rb +0 -0
- data/demo/{procedures/clear_util.rb → config/targets/INST/procedures/utilities/clear.rb} +0 -0
- data/demo/{procedures/collect_util.rb → config/targets/INST/procedures/utilities/collect.rb} +2 -2
- data/demo/config/targets/INST/screens/commanding.txt +3 -3
- data/demo/config/tools/table_manager/ExampleTableDefinition.txt +7 -7
- data/demo/procedures/plot_test.rb +1 -1
- data/demo/tools/CmdExtractor.bat +3 -3
- data/demo/tools/CmdSender.bat +3 -3
- data/demo/tools/CmdTlmServer.bat +3 -3
- data/demo/tools/DataViewer.bat +3 -3
- data/demo/tools/ExampleTarget.bat +3 -3
- data/demo/tools/HandbookCreator.bat +3 -3
- data/demo/tools/Launcher.bat +3 -3
- data/demo/tools/LimitsMonitor.bat +3 -3
- data/demo/tools/OpenGLBuilder.bat +3 -3
- data/demo/tools/PacketViewer.bat +3 -3
- data/demo/tools/Replay.bat +3 -3
- data/demo/tools/ScpiTarget.bat +3 -3
- data/demo/tools/ScriptRunner.bat +3 -3
- data/demo/tools/TableManager.bat +3 -3
- data/demo/tools/TestRunner.bat +3 -3
- data/demo/tools/TlmExtractor.bat +3 -3
- data/demo/tools/TlmGrapher.bat +3 -3
- data/demo/tools/TlmViewer.bat +3 -3
- data/demo/tools/ToolLaunch.bat +3 -6
- data/ext/cosmos/ext/packet/packet.c +10 -0
- data/install/config/data/crc.txt +17 -17
- data/install/tools/CmdExtractor.bat +3 -3
- data/install/tools/CmdSender.bat +3 -3
- data/install/tools/CmdTlmServer.bat +3 -3
- data/install/tools/DataViewer.bat +3 -3
- data/install/tools/HandbookCreator.bat +3 -3
- data/install/tools/Launcher.bat +3 -3
- data/install/tools/LimitsMonitor.bat +3 -3
- data/install/tools/OpenGLBuilder.bat +3 -3
- data/install/tools/PacketViewer.bat +3 -3
- data/install/tools/Replay.bat +3 -3
- data/install/tools/ScriptRunner.bat +3 -3
- data/install/tools/TableManager.bat +3 -3
- data/install/tools/TestRunner.bat +3 -3
- data/install/tools/TlmExtractor.bat +3 -3
- data/install/tools/TlmGrapher.bat +3 -3
- data/install/tools/TlmViewer.bat +3 -3
- data/install/tools/ToolLaunch.bat +3 -6
- data/lib/cosmos/config/config_parser.rb +10 -2
- data/lib/cosmos/gui/qt_tool.rb +6 -0
- data/lib/cosmos/gui/utilities/screenshot.rb +8 -0
- data/lib/cosmos/gui/utilities/script_module_gui.rb +37 -11
- data/lib/cosmos/interfaces/cmd_tlm_server_interface.rb +3 -3
- data/lib/cosmos/interfaces/udp_interface.rb +9 -2
- data/lib/cosmos/packet_logs/packet_log_reader.rb +1 -0
- data/lib/cosmos/packets/commands.rb +70 -74
- data/lib/cosmos/packets/packet.rb +14 -7
- data/lib/cosmos/script/scripting.rb +9 -7
- data/lib/cosmos/system/system.rb +4 -0
- data/lib/cosmos/system/target.rb +2 -0
- data/lib/cosmos/tools/cmd_tlm_server/api.rb +10 -10
- data/lib/cosmos/tools/cmd_tlm_server/gui/interfaces_tab.rb +2 -2
- data/lib/cosmos/tools/cmd_tlm_server/interface_thread.rb +1 -1
- data/lib/cosmos/tools/packet_viewer/packet_viewer.rb +5 -15
- data/lib/cosmos/tools/script_runner/script_runner.rb +40 -21
- data/lib/cosmos/tools/table_manager/table.rb +2 -2
- data/lib/cosmos/tools/table_manager/table_config.rb +18 -10
- data/lib/cosmos/tools/table_manager/table_manager.rb +61 -59
- data/lib/cosmos/tools/table_manager/table_manager_core.rb +24 -56
- data/lib/cosmos/tools/test_runner/test_runner.rb +15 -10
- data/lib/cosmos/tools/tlm_viewer/widgets/checkbutton_widget.rb +9 -2
- data/lib/cosmos/tools/tlm_viewer/widgets/combobox_widget.rb +1 -1
- data/lib/cosmos/tools/tlm_viewer/widgets/radiobutton_widget.rb +9 -1
- data/lib/cosmos/top_level.rb +5 -5
- data/lib/cosmos/version.rb +4 -4
- data/spec/config/config_parser_spec.rb +40 -2
- data/spec/packet_logs/packet_log_reader_spec.rb +66 -2
- data/spec/packets/packet_spec.rb +27 -0
- data/spec/script/scripting_spec.rb +7 -2
- data/spec/spec_helper.rb +4 -5
- data/spec/system/system_spec.rb +18 -0
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23159cca2cde7f160092cbce5e2fce63cd1cd0ce
|
4
|
+
data.tar.gz: 3a4039c90fab228f41306eb21ea2cf6f6df55a91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bdaf11a8b0261d57c6e277471701ce88fe01240b41caec8ab558fb1eee73cbb9d1ff741abb5c778f18c1c06f8185fc8842796a41dc028ce9056cad152f956dd
|
7
|
+
data.tar.gz: 6e233bb802c658774195648ca0f9b5c7f0bc53ad1531e6cedd4ac437c539631a1ef261a7003ac67d8f8d5eacb96e55231ce0fd58dea23f56b255b284ccf82fcd
|
data/Manifest.txt
CHANGED
@@ -317,6 +317,11 @@ demo/config/targets/INST/cmd_tlm_server.txt
|
|
317
317
|
demo/config/targets/INST/doc/README.txt
|
318
318
|
demo/config/targets/INST/lib/example_limits_response.rb
|
319
319
|
demo/config/targets/INST/lib/sim_inst.rb
|
320
|
+
demo/config/targets/INST/procedures/checks.rb
|
321
|
+
demo/config/targets/INST/procedures/collect.rb
|
322
|
+
demo/config/targets/INST/procedures/disconnect.rb
|
323
|
+
demo/config/targets/INST/procedures/utilities/clear.rb
|
324
|
+
demo/config/targets/INST/procedures/utilities/collect.rb
|
320
325
|
demo/config/targets/INST/screens/adcs.txt
|
321
326
|
demo/config/targets/INST/screens/array.txt
|
322
327
|
demo/config/targets/INST/screens/block.txt
|
@@ -400,12 +405,7 @@ demo/outputs/logs/README.txt
|
|
400
405
|
demo/outputs/saved_config/README.txt
|
401
406
|
demo/outputs/tables/README.txt
|
402
407
|
demo/outputs/tmp/README.txt
|
403
|
-
demo/procedures/checks.rb
|
404
|
-
demo/procedures/clear_util.rb
|
405
|
-
demo/procedures/collect.rb
|
406
|
-
demo/procedures/collect_util.rb
|
407
408
|
demo/procedures/cosmos_api_test.rb
|
408
|
-
demo/procedures/disconnect.rb
|
409
409
|
demo/procedures/example_test.rb
|
410
410
|
demo/procedures/plot_test.rb
|
411
411
|
demo/procedures/run_example_test.rb
|
data/Rakefile
CHANGED
@@ -86,8 +86,14 @@ task :require_version do
|
|
86
86
|
end
|
87
87
|
|
88
88
|
task :devkit do
|
89
|
-
if
|
90
|
-
|
89
|
+
if RUBY_PLATFORM[0..2] == 'x64'
|
90
|
+
if File.exist?("C:/Devkit64/bin")
|
91
|
+
ENV['PATH'] = 'C:\\Devkit64\\bin;C:\\Devkit64\\mingw\\bin;' + ENV['PATH']
|
92
|
+
end
|
93
|
+
else
|
94
|
+
if File.exist?("C:/Devkit/bin")
|
95
|
+
ENV['PATH'] = 'C:\\Devkit\\bin;C:\\Devkit\\mingw\\bin;' + ENV['PATH']
|
96
|
+
end
|
91
97
|
end
|
92
98
|
end
|
93
99
|
|
@@ -9,13 +9,13 @@
|
|
9
9
|
# as published by the Free Software Foundation; version 3 with
|
10
10
|
# attribution addendums as found in the LICENSE.txt
|
11
11
|
|
12
|
+
# Set the user path to our COSMOS configuration in the autohotkey directory
|
13
|
+
ENV['COSMOS_USERPATH'] = File.join(File.expand_path(File.dirname(__FILE__)), '..')
|
14
|
+
|
12
15
|
def autohotkey(command_name, ahk_script = nil)
|
13
16
|
Dir.chdir(File.join(File.expand_path(File.dirname(__FILE__)), '..', '..'))
|
14
17
|
require "./spec/spec_helper.rb"
|
15
18
|
|
16
|
-
# Set the user path to our COSMOS configuration in the autohotkey directory
|
17
|
-
Cosmos::USERPATH.replace File.join(File.expand_path(File.dirname(__FILE__)), '..')
|
18
|
-
|
19
19
|
SimpleCov.command_name command_name
|
20
20
|
|
21
21
|
if ahk_script
|
data/data/crc.txt
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
"lib/cosmos/processors/processor.rb" 0x1FEB7030
|
19
19
|
"lib/cosmos/processors/statistics_processor.rb" 0xE732AE7F
|
20
20
|
"lib/cosmos/processors/watermark_processor.rb" 0x8829E260
|
21
|
-
"lib/cosmos/version.rb"
|
21
|
+
"lib/cosmos/version.rb" 0xC5B772F8
|
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
|
@@ -77,10 +77,10 @@
|
|
77
77
|
"lib/cosmos/gui/opengl/gl_viewport.rb" 0x49CAD811
|
78
78
|
"lib/cosmos/gui/opengl/gl_material.rb" 0xA2356712
|
79
79
|
"lib/cosmos/gui/opengl/gl_shape.rb" 0x91186908
|
80
|
-
"lib/cosmos/gui/qt_tool.rb"
|
80
|
+
"lib/cosmos/gui/qt_tool.rb" 0xBD8D2F88
|
81
81
|
"lib/cosmos/gui/qt.rb" 0x351981A0
|
82
|
-
"lib/cosmos/gui/utilities/screenshot.rb"
|
83
|
-
"lib/cosmos/gui/utilities/script_module_gui.rb"
|
82
|
+
"lib/cosmos/gui/utilities/screenshot.rb" 0x3E15E6FF
|
83
|
+
"lib/cosmos/gui/utilities/script_module_gui.rb" 0xEEFA7D92
|
84
84
|
"lib/cosmos/gui/choosers/file_chooser.rb" 0x575A4333
|
85
85
|
"lib/cosmos/gui/choosers/combobox_chooser.rb" 0xAD5383D5
|
86
86
|
"lib/cosmos/gui/choosers/float_chooser.rb" 0x93957577
|
@@ -98,9 +98,9 @@
|
|
98
98
|
"lib/cosmos/packets/parsers/packet_parser.rb" 0x26478943
|
99
99
|
"lib/cosmos/packets/telemetry.rb" 0x83D17863
|
100
100
|
"lib/cosmos/packets/binary_accessor.rb" 0x7D41D474
|
101
|
-
"lib/cosmos/packets/packet.rb"
|
101
|
+
"lib/cosmos/packets/packet.rb" 0xA6EA3C79
|
102
102
|
"lib/cosmos/packets/structure.rb" 0x85F4F979
|
103
|
-
"lib/cosmos/packets/commands.rb"
|
103
|
+
"lib/cosmos/packets/commands.rb" 0xF499406B
|
104
104
|
"lib/cosmos/packets/limits_response.rb" 0xB836D388
|
105
105
|
"lib/cosmos/packets/packet_config.rb" 0x7EC2781C
|
106
106
|
"lib/cosmos/packets/packet_item.rb" 0x6C30F01E
|
@@ -121,8 +121,8 @@
|
|
121
121
|
"lib/cosmos/streams/fixed_stream_protocol.rb" 0x5F6F224B
|
122
122
|
"lib/cosmos/processors.rb" 0x5241327D
|
123
123
|
"lib/cosmos/utilities.rb" 0xBE9CEAF4
|
124
|
-
"lib/cosmos/interfaces/udp_interface.rb"
|
125
|
-
"lib/cosmos/interfaces/cmd_tlm_server_interface.rb"
|
124
|
+
"lib/cosmos/interfaces/udp_interface.rb" 0xCB84ECE3
|
125
|
+
"lib/cosmos/interfaces/cmd_tlm_server_interface.rb" 0x04CDF1D9
|
126
126
|
"lib/cosmos/interfaces/serial_interface.rb" 0xC376DDA0
|
127
127
|
"lib/cosmos/interfaces/stream_interface.rb" 0xDC602D7B
|
128
128
|
"lib/cosmos/interfaces/simulated_target_interface.rb" 0x15DC496F
|
@@ -132,12 +132,12 @@
|
|
132
132
|
"lib/cosmos/interfaces/tcpip_client_interface.rb" 0x5F0DB50D
|
133
133
|
"lib/cosmos/packet_logs/meta_packet_log_writer.rb" 0x860D1FD8
|
134
134
|
"lib/cosmos/packet_logs/packet_log_writer_pair.rb" 0xB4DCA156
|
135
|
-
"lib/cosmos/packet_logs/packet_log_reader.rb"
|
135
|
+
"lib/cosmos/packet_logs/packet_log_reader.rb" 0x6DA9EED7
|
136
136
|
"lib/cosmos/packet_logs/packet_log_writer.rb" 0x75E82380
|
137
137
|
"lib/cosmos/packet_logs/ccsds_log_reader.rb" 0x0B80AEA6
|
138
|
-
"lib/cosmos/system/system.rb"
|
139
|
-
"lib/cosmos/system/target.rb"
|
140
|
-
"lib/cosmos/script/scripting.rb"
|
138
|
+
"lib/cosmos/system/system.rb" 0xAF86897D
|
139
|
+
"lib/cosmos/system/target.rb" 0xF95D2C53
|
140
|
+
"lib/cosmos/script/scripting.rb" 0xBA38A418
|
141
141
|
"lib/cosmos/script/telemetry.rb" 0x12573CAD
|
142
142
|
"lib/cosmos/script/commands.rb" 0x5AE615BF
|
143
143
|
"lib/cosmos/script/extract.rb" 0xE6A1B6A1
|
@@ -151,7 +151,7 @@
|
|
151
151
|
"lib/cosmos/win32/win32.rb" 0xEF748B06
|
152
152
|
"lib/cosmos/win32/win32_main.rb" 0x6D33DC6A
|
153
153
|
"lib/cosmos/packet_logs.rb" 0xA2EDBB00
|
154
|
-
"lib/cosmos/top_level.rb"
|
154
|
+
"lib/cosmos/top_level.rb" 0x49DE1B7E
|
155
155
|
"lib/cosmos/interfaces.rb" 0x7E3EA326
|
156
156
|
"lib/cosmos/core_ext/math.rb" 0xEFD1636D
|
157
157
|
"lib/cosmos/core_ext/string.rb" 0x617DF8BE
|
@@ -174,10 +174,10 @@
|
|
174
174
|
"lib/cosmos/tools/launcher/launcher_tool.rb" 0xE2F186A7
|
175
175
|
"lib/cosmos/tools/launcher/launcher_config.rb" 0x569C343D
|
176
176
|
"lib/cosmos/tools/table_manager/table_item.rb" 0x08A9A262
|
177
|
-
"lib/cosmos/tools/table_manager/table_manager.rb"
|
178
|
-
"lib/cosmos/tools/table_manager/table_config.rb"
|
179
|
-
"lib/cosmos/tools/table_manager/table_manager_core.rb"
|
180
|
-
"lib/cosmos/tools/table_manager/table.rb"
|
177
|
+
"lib/cosmos/tools/table_manager/table_manager.rb" 0x48704A6D
|
178
|
+
"lib/cosmos/tools/table_manager/table_config.rb" 0xB5A19D3C
|
179
|
+
"lib/cosmos/tools/table_manager/table_manager_core.rb" 0x0CF25E92
|
180
|
+
"lib/cosmos/tools/table_manager/table.rb" 0xBC3869BC
|
181
181
|
"lib/cosmos/tools/replay/replay.rb" 0x79D68481
|
182
182
|
"lib/cosmos/tools/replay/replay_server.rb" 0x307A7329
|
183
183
|
"lib/cosmos/tools/tlm_viewer/tlm_viewer_config.rb" 0x99975EA1
|
@@ -209,7 +209,7 @@
|
|
209
209
|
"lib/cosmos/tools/tlm_viewer/widgets/label_widget.rb" 0x5158C883
|
210
210
|
"lib/cosmos/tools/tlm_viewer/widgets/sectionheader_widget.rb" 0x0CDABB7D
|
211
211
|
"lib/cosmos/tools/tlm_viewer/widgets/valuerangebar_widget.rb" 0xFD9A6967
|
212
|
-
"lib/cosmos/tools/tlm_viewer/widgets/radiobutton_widget.rb"
|
212
|
+
"lib/cosmos/tools/tlm_viewer/widgets/radiobutton_widget.rb" 0x7C241510
|
213
213
|
"lib/cosmos/tools/tlm_viewer/widgets/verticalbox_widget.rb" 0xE35DBA9E
|
214
214
|
"lib/cosmos/tools/tlm_viewer/widgets/horizontal_widget.rb" 0x3410E11C
|
215
215
|
"lib/cosmos/tools/tlm_viewer/widgets/title_widget.rb" 0xA9BB162E
|
@@ -225,8 +225,8 @@
|
|
225
225
|
"lib/cosmos/tools/tlm_viewer/widgets/aging_widget.rb" 0xF86604BD
|
226
226
|
"lib/cosmos/tools/tlm_viewer/widgets/value_widget.rb" 0x4D6A92A7
|
227
227
|
"lib/cosmos/tools/tlm_viewer/widgets/canvasimagevalue_widget.rb" 0xBDC6E676
|
228
|
-
"lib/cosmos/tools/tlm_viewer/widgets/checkbutton_widget.rb"
|
229
|
-
"lib/cosmos/tools/tlm_viewer/widgets/combobox_widget.rb"
|
228
|
+
"lib/cosmos/tools/tlm_viewer/widgets/checkbutton_widget.rb" 0x4A22EFCA
|
229
|
+
"lib/cosmos/tools/tlm_viewer/widgets/combobox_widget.rb" 0xBB872BEE
|
230
230
|
"lib/cosmos/tools/tlm_viewer/widgets/limitscolor_widget.rb" 0x346B0043
|
231
231
|
"lib/cosmos/tools/tlm_viewer/widgets/limitsbar_widget.rb" 0x88713756
|
232
232
|
"lib/cosmos/tools/tlm_viewer/widgets/canvasimage_widget.rb" 0xBE7452ED
|
@@ -251,7 +251,7 @@
|
|
251
251
|
"lib/cosmos/tools/test_runner/test.rb" 0x264AB62E
|
252
252
|
"lib/cosmos/tools/test_runner/results_writer.rb" 0x25101A48
|
253
253
|
"lib/cosmos/tools/test_runner/test_runner_chooser.rb" 0xB2BC3115
|
254
|
-
"lib/cosmos/tools/test_runner/test_runner.rb"
|
254
|
+
"lib/cosmos/tools/test_runner/test_runner.rb" 0x535FCFEB
|
255
255
|
"lib/cosmos/tools/tlm_extractor/text_item_chooser.rb" 0x587768C6
|
256
256
|
"lib/cosmos/tools/tlm_extractor/tlm_extractor.rb" 0xBEE35D52
|
257
257
|
"lib/cosmos/tools/tlm_extractor/tlm_extractor_processor.rb" 0x2AA9C2F5
|
@@ -263,18 +263,18 @@
|
|
263
263
|
"lib/cosmos/tools/cmd_tlm_server/gui/logging_tab.rb" 0xFF291A22
|
264
264
|
"lib/cosmos/tools/cmd_tlm_server/gui/status_tab.rb" 0x9136F03E
|
265
265
|
"lib/cosmos/tools/cmd_tlm_server/gui/packets_tab.rb" 0xD9D405D2
|
266
|
-
"lib/cosmos/tools/cmd_tlm_server/gui/interfaces_tab.rb"
|
266
|
+
"lib/cosmos/tools/cmd_tlm_server/gui/interfaces_tab.rb" 0xF7739423
|
267
267
|
"lib/cosmos/tools/cmd_tlm_server/commanding.rb" 0xC7C76CD8
|
268
268
|
"lib/cosmos/tools/cmd_tlm_server/background_task.rb" 0x448A2191
|
269
269
|
"lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server_gui.rb" 0x50E37D3B
|
270
270
|
"lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server.rb" 0xE2C722BD
|
271
271
|
"lib/cosmos/tools/cmd_tlm_server/connections.rb" 0x6DC54689
|
272
|
-
"lib/cosmos/tools/cmd_tlm_server/api.rb"
|
272
|
+
"lib/cosmos/tools/cmd_tlm_server/api.rb" 0xD6CE9C48
|
273
273
|
"lib/cosmos/tools/cmd_tlm_server/packet_logging.rb" 0x166BE402
|
274
274
|
"lib/cosmos/tools/cmd_tlm_server/interfaces.rb" 0x10BC320E
|
275
275
|
"lib/cosmos/tools/cmd_tlm_server/router_thread.rb" 0x5070D428
|
276
|
-
"lib/cosmos/tools/cmd_tlm_server/interface_thread.rb"
|
277
|
-
"lib/cosmos/tools/packet_viewer/packet_viewer.rb"
|
276
|
+
"lib/cosmos/tools/cmd_tlm_server/interface_thread.rb" 0x444F1DC6
|
277
|
+
"lib/cosmos/tools/packet_viewer/packet_viewer.rb" 0x5B5AADF1
|
278
278
|
"lib/cosmos/tools/cmd_sender/cmd_sender.rb" 0xC47CB417
|
279
279
|
"lib/cosmos/tools/cmd_sender/cmd_sender_item_delegate.rb" 0x8297CC9D
|
280
280
|
"lib/cosmos/tools/cmd_sender/cmd_sender_text_edit.rb" 0xB192AF6E
|
@@ -317,13 +317,13 @@
|
|
317
317
|
"lib/cosmos/tools/cmd_extractor/cmd_extractor.rb" 0x41CF52C2
|
318
318
|
"lib/cosmos/tools/handbook_creator/handbook_creator_config.rb" 0xC4B816DE
|
319
319
|
"lib/cosmos/tools/handbook_creator/handbook_creator.rb" 0x729A16C4
|
320
|
-
"lib/cosmos/tools/script_runner/script_runner.rb"
|
320
|
+
"lib/cosmos/tools/script_runner/script_runner.rb" 0x9A6F8BF9
|
321
321
|
"lib/cosmos/tools/script_runner/script_runner_frame.rb" 0x6FEE12DB
|
322
322
|
"lib/cosmos/tools/script_runner/script_audit.rb" 0xB857FA4A
|
323
323
|
"lib/cosmos/tools/script_runner/script_runner_config.rb" 0x1E46E8AA
|
324
324
|
"lib/cosmos/conversions.rb" 0x43679D05
|
325
325
|
"lib/cosmos/script.rb" 0x25BB611B
|
326
|
-
"lib/cosmos/config/config_parser.rb"
|
326
|
+
"lib/cosmos/config/config_parser.rb" 0xA5D450E8
|
327
327
|
"lib/cosmos/utilities/csv.rb" 0x9F794965
|
328
328
|
"lib/cosmos/utilities/ruby_lex_utils.rb" 0x58A6CAF8
|
329
329
|
"lib/cosmos/utilities/crc.rb" 0xCDAFB844
|
data/demo/Launcher.bat
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
@ECHO OFF
|
2
2
|
|
3
|
-
IF NOT EXIST %~dp0tools\ToolLaunch.bat (
|
4
|
-
echo %~dp0tools\ToolLaunch.bat does not exist
|
3
|
+
IF NOT EXIST "%~dp0tools\ToolLaunch.bat" (
|
4
|
+
echo "%~dp0tools\ToolLaunch.bat" does not exist
|
5
5
|
pause
|
6
6
|
exit /b
|
7
7
|
)
|
8
8
|
|
9
|
-
call %~dp0tools\ToolLaunch.bat rubyw.exe %~n0 %*
|
9
|
+
call "%~dp0tools\ToolLaunch.bat" rubyw.exe %~n0 %*
|
data/demo/config/data/crc.txt
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
"config/targets/INST/target.txt" 0x3C3A6F4A
|
14
14
|
"config/targets/INST/screens/hs.txt" 0x356031D1
|
15
15
|
"config/targets/INST/screens/graphs.txt" 0x82EF35B4
|
16
|
-
"config/targets/INST/screens/commanding.txt"
|
16
|
+
"config/targets/INST/screens/commanding.txt" 0x0068B504
|
17
17
|
"config/targets/INST/screens/array.txt" 0x4E9CE715
|
18
18
|
"config/targets/INST/screens/latest.txt" 0x9ED55CAF
|
19
19
|
"config/targets/INST/screens/limits.txt" 0x809689BF
|
@@ -23,6 +23,11 @@
|
|
23
23
|
"config/targets/INST/screens/other.txt" 0x2F7A1014
|
24
24
|
"config/targets/INST/screens/tabs.txt" 0x8C8BB548
|
25
25
|
"config/targets/INST/cmd_tlm_server.txt" 0x3FC45604
|
26
|
+
"config/targets/INST/procedures/collect.rb" 0xD4CDF449
|
27
|
+
"config/targets/INST/procedures/disconnect.rb" 0x5F3A18E5
|
28
|
+
"config/targets/INST/procedures/checks.rb" 0x34EEF3E2
|
29
|
+
"config/targets/INST/procedures/utilities/collect.rb" 0xEEA73928
|
30
|
+
"config/targets/INST/procedures/utilities/clear.rb" 0x5B3C1279
|
26
31
|
"config/targets/INST/doc/README.txt" 0x93B2C07E
|
27
32
|
"config/targets/INST/cmd_tlm/inst_tlm.txt" 0x7D6393F9
|
28
33
|
"config/targets/INST/cmd_tlm/_ccsds_tlm.txt" 0xE833D935
|
@@ -65,7 +70,7 @@
|
|
65
70
|
"config/tools/launcher/launcher2.txt" 0xB0B9B1D1
|
66
71
|
"config/tools/table_manager/MCConfigurationTable_fsw1_def.txt" 0x9DE18AEA
|
67
72
|
"config/tools/table_manager/ConfigTables_def.txt" 0xC38DCB2A
|
68
|
-
"config/tools/table_manager/ExampleTableDefinition.txt"
|
73
|
+
"config/tools/table_manager/ExampleTableDefinition.txt" 0x59060429
|
69
74
|
"config/tools/table_manager/MCConfigurationTable_fsw2_def.txt" 0x9DE18AEA
|
70
75
|
"config/tools/table_manager/PPSSelectionTable_def.txt" 0xE7A1E70B
|
71
76
|
"config/tools/table_manager/TLMMonitoringTable_def.txt" 0xBD70F0A7
|
@@ -98,26 +103,26 @@
|
|
98
103
|
"config/tools/handbook_creator/default_toc.xsl" 0x4122A040
|
99
104
|
"config/tools/handbook_creator/handbook_creator.txt" 0xAA806C94
|
100
105
|
"config/tools/script_runner/script_runner.txt" 0x1EECD803
|
101
|
-
"tools/TlmExtractor.bat"
|
106
|
+
"tools/TlmExtractor.bat" 0x2B98E027
|
102
107
|
"tools/Launcher" 0xFD4E356C
|
103
108
|
"tools/TlmViewer" 0xFE723189
|
104
109
|
"tools/CmdTlmServer" 0x4C7A4FCB
|
105
110
|
"tools/ScriptRunner" 0x20F38758
|
106
111
|
"tools/tool_launch.rb" 0x0BDB6696
|
107
112
|
"tools/LimitsMonitor" 0x04FD96D8
|
108
|
-
"tools/Replay.bat"
|
109
|
-
"tools/ScpiTarget.bat"
|
110
|
-
"tools/CmdExtractor.bat"
|
111
|
-
"tools/TlmViewer.bat"
|
113
|
+
"tools/Replay.bat" 0x2B98E027
|
114
|
+
"tools/ScpiTarget.bat" 0x357107FB
|
115
|
+
"tools/CmdExtractor.bat" 0x2B98E027
|
116
|
+
"tools/TlmViewer.bat" 0x2B98E027
|
112
117
|
"tools/DataViewer" 0x9D20734C
|
113
|
-
"tools/ScriptRunner.bat"
|
114
|
-
"tools/CmdTlmServer.bat"
|
118
|
+
"tools/ScriptRunner.bat" 0x2B98E027
|
119
|
+
"tools/CmdTlmServer.bat" 0x2B98E027
|
115
120
|
"tools/Replay" 0xAC00D2AD
|
116
|
-
"tools/HandbookCreator.bat"
|
121
|
+
"tools/HandbookCreator.bat" 0x2B98E027
|
117
122
|
"tools/PacketViewer" 0xF23A40BB
|
118
123
|
"tools/TlmGrapher" 0x9464F502
|
119
|
-
"tools/DataViewer.bat"
|
120
|
-
"tools/LimitsMonitor.bat"
|
124
|
+
"tools/DataViewer.bat" 0x2B98E027
|
125
|
+
"tools/LimitsMonitor.bat" 0x2B98E027
|
121
126
|
"tools/mac/TestRunner.app/Contents/Info.plist" 0x482B3BA5
|
122
127
|
"tools/mac/TestRunner.app/Contents/Resources/appIcon.icns" 0xC8D32D55
|
123
128
|
"tools/mac/TestRunner.app/Contents/MacOS/tool_launch.rb" 0x0BDB6696
|
@@ -198,31 +203,26 @@
|
|
198
203
|
"tools/mac/DataViewer.app/Contents/MacOS/DataViewer.rb" 0x9D20734C
|
199
204
|
"tools/mac/DataViewer.app/Contents/MacOS/tool_launch.rb" 0x0BDB6696
|
200
205
|
"tools/mac/DataViewer.app/Contents/MacOS/main.sh" 0xD40D9D6C
|
201
|
-
"tools/TableManager.bat"
|
206
|
+
"tools/TableManager.bat" 0x2B98E027
|
202
207
|
"tools/HandbookCreator" 0xD927814C
|
203
|
-
"tools/TestRunner.bat"
|
208
|
+
"tools/TestRunner.bat" 0x2B98E027
|
204
209
|
"tools/CmdSender" 0x10346CF4
|
205
|
-
"tools/OpenGLBuilder.bat"
|
210
|
+
"tools/OpenGLBuilder.bat" 0x2B98E027
|
206
211
|
"tools/TableManager" 0x71F21C88
|
207
212
|
"tools/TestRunner" 0x0B0E0B8B
|
208
213
|
"tools/ScpiTarget" 0x48836AD3
|
209
|
-
"tools/TlmGrapher.bat"
|
214
|
+
"tools/TlmGrapher.bat" 0x2B98E027
|
210
215
|
"tools/TlmExtractor" 0x1EC4639A
|
211
|
-
"tools/ExampleTarget.bat"
|
212
|
-
"tools/PacketViewer.bat"
|
213
|
-
"tools/Launcher.bat"
|
216
|
+
"tools/ExampleTarget.bat" 0x357107FB
|
217
|
+
"tools/PacketViewer.bat" 0x2B98E027
|
218
|
+
"tools/Launcher.bat" 0x2B98E027
|
214
219
|
"tools/ExampleTarget" 0xD04B51CD
|
215
|
-
"tools/ToolLaunch.bat"
|
220
|
+
"tools/ToolLaunch.bat" 0x4E6549E0
|
216
221
|
"tools/CmdExtractor" 0x96E82AC3
|
217
222
|
"tools/OpenGLBuilder" 0x585EA691
|
218
|
-
"tools/CmdSender.bat"
|
223
|
+
"tools/CmdSender.bat" 0x2B98E027
|
219
224
|
"procedures/cosmos_api_test.rb" 0x54B5DC56
|
220
225
|
"procedures/example_test.rb" 0x99122132
|
221
226
|
"procedures/test.rb" 0xCE4DA55A
|
222
|
-
"procedures/
|
223
|
-
"procedures/plot_test.rb" 0x0C2972E4
|
227
|
+
"procedures/plot_test.rb" 0xF311D562
|
224
228
|
"procedures/run_example_test.rb" 0x0F244140
|
225
|
-
"procedures/clear_util.rb" 0x5B3C1279
|
226
|
-
"procedures/disconnect.rb" 0x5F3A18E5
|
227
|
-
"procedures/collect_util.rb" 0x3952EB08
|
228
|
-
"procedures/checks.rb" 0x34EEF3E2
|
File without changes
|
File without changes
|
File without changes
|
@@ -19,9 +19,9 @@ VERTICAL
|
|
19
19
|
LABELVALUE INST HEALTH_STATUS DURATION
|
20
20
|
VERTICALBOX
|
21
21
|
SECTIONHEADER "Parameter-less Commands:"
|
22
|
-
NAMED_WIDGET ABORT RADIOBUTTON 'Abort'
|
23
|
-
NAMED_WIDGET CLEAR RADIOBUTTON 'Clear'
|
24
|
-
NAMED_WIDGET CHECK CHECKBUTTON 'Ignore Hazardous Checks'
|
22
|
+
NAMED_WIDGET ABORT RADIOBUTTON 'Abort' CHECKED
|
23
|
+
NAMED_WIDGET CLEAR RADIOBUTTON 'Clear' UNCHECKED
|
24
|
+
NAMED_WIDGET CHECK CHECKBUTTON 'Ignore Hazardous Checks' # No option is by default UNCHECKED
|
25
25
|
BUTTON 'Send' 'target_name = get_target_name("INST"); if get_named_widget("ABORT").checked? then cmd("#{target_name} ABORT") else if get_named_widget("CHECK").checked? then cmd_no_hazardous_check("#{target_name} CLEAR") else cmd("#{target_name} CLEAR") end end'
|
26
26
|
END
|
27
27
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# Define tables by: TABLE, name, description, endian
|
2
2
|
# name and description are strings contained in double quotes
|
3
3
|
# endian is either BIG_ENDIAN or LITTLE_ENDIAN
|
4
|
-
TABLE "Master Table Map" "The one table to rule them all"
|
4
|
+
TABLE "Master Table Map" "The one table to rule them all" ONE_DIMENSIONAL BIG_ENDIAN 1
|
5
5
|
# Each element in a UNIQUE table is defined as follows:
|
6
6
|
# name, description, type, bit size, display type, min, max, default
|
7
7
|
# type must be INT or UNIT
|
@@ -14,11 +14,11 @@ TABLE "Master Table Map" "The one table to rule them all" UNIQUE BIG_ENDIAN
|
|
14
14
|
PARAMETER "Param2" "The second parameter" INT 32 STATE 0 1 1
|
15
15
|
STATE DEFAULT 0
|
16
16
|
STATE USER 1
|
17
|
-
PARAMETER "Param3" "The third parameter"
|
18
|
-
PARAMETER "Param4" "The fourth parameter"
|
17
|
+
PARAMETER "Param3" "The third parameter" STRING 80 STRING ""
|
18
|
+
PARAMETER "Param4" "The fourth parameter" UINT 8 HEX MIN MAX MAX
|
19
19
|
PARAMETER "PAD" "Unused padding" INT 576 HEX-U 0 0 0
|
20
20
|
|
21
|
-
TABLE "Trailer" "Data appended to a table file"
|
22
|
-
PARAMETER "File ID" "Uneditable file id"
|
23
|
-
PARAMETER "Version ID" "User defined version id"
|
24
|
-
PARAMETER "CRC32" "Auto-generated CRC"
|
21
|
+
TABLE "Trailer" "Data appended to a table file" ONE_DIMENSIONAL BIG_ENDIAN 2
|
22
|
+
PARAMETER "File ID" "Uneditable file id" UINT 16 DEC-U 0 65535 4
|
23
|
+
PARAMETER "Version ID" "User defined version id" UINT 16 DEC MIN_UINT16 MAX_UINT16 1
|
24
|
+
PARAMETER "CRC32" "Auto-generated CRC" UINT 32 HEX-U MIN MAX 0
|
data/demo/tools/CmdExtractor.bat
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
@ECHO OFF
|
2
2
|
|
3
|
-
IF NOT EXIST %~dp0ToolLaunch.bat (
|
4
|
-
echo %~dp0ToolLaunch.bat does not exist
|
3
|
+
IF NOT EXIST "%~dp0ToolLaunch.bat" (
|
4
|
+
echo "%~dp0ToolLaunch.bat" does not exist
|
5
5
|
pause
|
6
6
|
exit /b
|
7
7
|
)
|
8
8
|
|
9
|
-
call %~dp0ToolLaunch.bat rubyw.exe %~n0 %*
|
9
|
+
call "%~dp0ToolLaunch.bat" rubyw.exe %~n0 %*
|
data/demo/tools/CmdSender.bat
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
@ECHO OFF
|
2
2
|
|
3
|
-
IF NOT EXIST %~dp0ToolLaunch.bat (
|
4
|
-
echo %~dp0ToolLaunch.bat does not exist
|
3
|
+
IF NOT EXIST "%~dp0ToolLaunch.bat" (
|
4
|
+
echo "%~dp0ToolLaunch.bat" does not exist
|
5
5
|
pause
|
6
6
|
exit /b
|
7
7
|
)
|
8
8
|
|
9
|
-
call %~dp0ToolLaunch.bat rubyw.exe %~n0 %*
|
9
|
+
call "%~dp0ToolLaunch.bat" rubyw.exe %~n0 %*
|
data/demo/tools/CmdTlmServer.bat
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
@ECHO OFF
|
2
2
|
|
3
|
-
IF NOT EXIST %~dp0ToolLaunch.bat (
|
4
|
-
echo %~dp0ToolLaunch.bat does not exist
|
3
|
+
IF NOT EXIST "%~dp0ToolLaunch.bat" (
|
4
|
+
echo "%~dp0ToolLaunch.bat" does not exist
|
5
5
|
pause
|
6
6
|
exit /b
|
7
7
|
)
|
8
8
|
|
9
|
-
call %~dp0ToolLaunch.bat rubyw.exe %~n0 %*
|
9
|
+
call "%~dp0ToolLaunch.bat" rubyw.exe %~n0 %*
|