cosmos 3.4.2 → 3.5.0
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 +69 -11
- data/autohotkey/config/targets/INST/cmd_tlm/inst_tlm.txt +23 -0
- data/autohotkey/tools/TestRunnerAHK5 +17 -0
- data/autohotkey/tools/TestRunnerAHK6 +17 -0
- data/autohotkey/tools/cmd_extractor.ahk +6 -0
- data/autohotkey/tools/data_viewer.ahk +6 -0
- data/autohotkey/tools/limits_monitor.ahk +67 -14
- data/autohotkey/tools/replay.ahk +6 -0
- data/autohotkey/tools/test_runner5.ahk +8 -0
- data/autohotkey/tools/test_runner6.ahk +5 -0
- data/autohotkey/tools/tlm_extractor.ahk +25 -1
- data/autohotkey/tools/tlm_grapher.ahk +6 -0
- data/cosmos.gemspec +19 -19
- data/data/crc.txt +46 -46
- data/data/critical.wav +0 -0
- data/data/information.wav +0 -0
- data/data/input.wav +0 -0
- data/data/message.wav +0 -0
- data/data/question.wav +0 -0
- data/data/warning.wav +0 -0
- data/demo/Gemfile +5 -1
- data/demo/Launcher +5 -4
- data/demo/Launcher.bat +6 -56
- data/demo/config/data/crc.txt +73 -55
- data/demo/config/system/system.txt +1 -0
- data/demo/config/targets/EXAMPLE/cmd_tlm/example_tlm.txt +2 -0
- data/demo/procedures/example_test.rb +17 -16
- data/demo/tools/CmdExtractor +6 -5
- data/demo/tools/CmdExtractor.bat +6 -56
- data/demo/tools/CmdSender +6 -5
- data/demo/tools/CmdSender.bat +6 -56
- data/demo/tools/CmdTlmServer +6 -5
- data/demo/tools/CmdTlmServer.bat +6 -56
- data/demo/tools/DataViewer +6 -5
- data/demo/tools/DataViewer.bat +6 -56
- data/demo/tools/ExampleTarget +6 -5
- data/demo/tools/ExampleTarget.bat +6 -56
- data/demo/tools/HandbookCreator +6 -5
- data/demo/tools/HandbookCreator.bat +6 -58
- data/demo/tools/Launcher +6 -5
- data/demo/tools/Launcher.bat +6 -56
- data/demo/tools/LimitsMonitor +6 -5
- data/demo/tools/LimitsMonitor.bat +6 -56
- data/demo/tools/OpenGLBuilder +6 -5
- data/demo/tools/OpenGLBuilder.bat +6 -56
- data/demo/tools/PacketViewer +6 -5
- data/demo/tools/PacketViewer.bat +6 -56
- data/demo/tools/Replay +6 -5
- data/demo/tools/Replay.bat +6 -56
- data/demo/tools/ScpiTarget +6 -5
- data/demo/tools/ScpiTarget.bat +6 -56
- data/demo/tools/ScriptRunner +6 -5
- data/demo/tools/ScriptRunner.bat +6 -56
- data/demo/tools/TableManager +6 -5
- data/demo/tools/TableManager.bat +6 -56
- data/demo/tools/TestRunner +6 -5
- data/demo/tools/TestRunner.bat +6 -56
- data/demo/tools/TlmExtractor +6 -5
- data/demo/tools/TlmExtractor.bat +6 -56
- data/demo/tools/TlmGrapher +6 -5
- data/demo/tools/TlmGrapher.bat +6 -56
- data/demo/tools/TlmViewer +6 -5
- data/demo/tools/TlmViewer.bat +6 -56
- data/demo/tools/ToolLaunch.bat +63 -0
- data/demo/tools/mac/CmdExtractor.app/Contents/MacOS/CmdExtractor.rb +6 -5
- data/demo/tools/mac/CmdExtractor.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/CmdSender.app/Contents/MacOS/CmdSender.rb +6 -5
- data/demo/tools/mac/CmdSender.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/CmdTlmServer.app/Contents/MacOS/CmdTlmServer.rb +6 -5
- data/demo/tools/mac/CmdTlmServer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/DataViewer.app/Contents/MacOS/DataViewer.rb +6 -5
- data/demo/tools/mac/DataViewer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/HandbookCreator.app/Contents/MacOS/HandbookCreator.rb +6 -5
- data/demo/tools/mac/HandbookCreator.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/Launcher.app/Contents/MacOS/Launcher.rb +6 -5
- data/demo/tools/mac/Launcher.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/LimitsMonitor.app/Contents/MacOS/LimitsMonitor.rb +6 -5
- data/demo/tools/mac/LimitsMonitor.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/OpenGLBuilder.app/Contents/MacOS/OpenGLBuilder.rb +6 -5
- data/demo/tools/mac/OpenGLBuilder.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/PacketViewer.app/Contents/MacOS/PacketViewer.rb +6 -5
- data/demo/tools/mac/PacketViewer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/Replay.app/Contents/MacOS/Replay.rb +6 -5
- data/demo/tools/mac/Replay.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/ScriptRunner.app/Contents/MacOS/ScriptRunner.rb +6 -5
- data/demo/tools/mac/ScriptRunner.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/TableManager.app/Contents/MacOS/TableManager.rb +6 -5
- data/demo/tools/mac/TableManager.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/TestRunner.app/Contents/MacOS/TestRunner.rb +6 -5
- data/demo/tools/mac/TestRunner.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/TlmExtractor.app/Contents/MacOS/TlmExtractor.rb +6 -5
- data/demo/tools/mac/TlmExtractor.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/TlmGrapher.app/Contents/MacOS/TlmGrapher.rb +6 -5
- data/demo/tools/mac/TlmGrapher.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/mac/TlmViewer.app/Contents/MacOS/TlmViewer.rb +6 -5
- data/demo/tools/mac/TlmViewer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/demo/tools/tool_launch.rb +38 -0
- data/install/Gemfile +5 -1
- data/install/Launcher +5 -3
- data/install/Launcher.bat +6 -56
- data/install/config/data/crc.txt +67 -49
- data/install/config/tools/launcher/launcher.txt +1 -0
- data/install/tools/CmdExtractor +6 -5
- data/install/tools/CmdExtractor.bat +6 -56
- data/install/tools/CmdSender +6 -5
- data/install/tools/CmdSender.bat +6 -56
- data/install/tools/CmdTlmServer +6 -5
- data/install/tools/CmdTlmServer.bat +6 -56
- data/install/tools/DataViewer +6 -5
- data/install/tools/DataViewer.bat +6 -56
- data/install/tools/HandbookCreator +6 -5
- data/install/tools/HandbookCreator.bat +6 -58
- data/install/tools/Launcher +6 -5
- data/install/tools/Launcher.bat +6 -56
- data/install/tools/LimitsMonitor +6 -5
- data/install/tools/LimitsMonitor.bat +6 -56
- data/install/tools/OpenGLBuilder +6 -5
- data/install/tools/OpenGLBuilder.bat +6 -56
- data/install/tools/PacketViewer +6 -5
- data/install/tools/PacketViewer.bat +6 -56
- data/install/tools/Replay +6 -5
- data/install/tools/Replay.bat +6 -56
- data/install/tools/ScriptRunner +6 -5
- data/install/tools/ScriptRunner.bat +6 -56
- data/install/tools/TableManager +6 -5
- data/install/tools/TableManager.bat +6 -56
- data/install/tools/TestRunner +6 -5
- data/install/tools/TestRunner.bat +6 -56
- data/install/tools/TlmExtractor +6 -5
- data/install/tools/TlmExtractor.bat +6 -56
- data/install/tools/TlmGrapher +6 -5
- data/install/tools/TlmGrapher.bat +6 -56
- data/install/tools/TlmViewer +6 -5
- data/install/tools/TlmViewer.bat +6 -56
- data/install/tools/ToolLaunch.bat +63 -0
- data/install/tools/mac/CmdExtractor.app/Contents/MacOS/CmdExtractor.rb +6 -5
- data/install/tools/mac/CmdExtractor.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/CmdSender.app/Contents/MacOS/CmdSender.rb +6 -5
- data/install/tools/mac/CmdSender.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/CmdTlmServer.app/Contents/MacOS/CmdTlmServer.rb +6 -5
- data/install/tools/mac/CmdTlmServer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/DataViewer.app/Contents/MacOS/DataViewer.rb +6 -5
- data/install/tools/mac/DataViewer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/HandbookCreator.app/Contents/MacOS/HandbookCreator.rb +6 -5
- data/install/tools/mac/HandbookCreator.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/Launcher.app/Contents/MacOS/Launcher.rb +6 -5
- data/install/tools/mac/Launcher.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/LimitsMonitor.app/Contents/MacOS/LimitsMonitor.rb +6 -5
- data/install/tools/mac/LimitsMonitor.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/OpenGLBuilder.app/Contents/MacOS/OpenGLBuilder.rb +6 -5
- data/install/tools/mac/OpenGLBuilder.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/PacketViewer.app/Contents/MacOS/PacketViewer.rb +6 -5
- data/install/tools/mac/PacketViewer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/Replay.app/Contents/MacOS/Replay.rb +6 -5
- data/install/tools/mac/Replay.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/ScriptRunner.app/Contents/MacOS/ScriptRunner.rb +6 -5
- data/install/tools/mac/ScriptRunner.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/TableManager.app/Contents/MacOS/TableManager.rb +6 -5
- data/install/tools/mac/TableManager.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/TestRunner.app/Contents/MacOS/TestRunner.rb +6 -5
- data/install/tools/mac/TestRunner.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/TlmExtractor.app/Contents/MacOS/TlmExtractor.rb +6 -5
- data/install/tools/mac/TlmExtractor.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/TlmGrapher.app/Contents/MacOS/TlmGrapher.rb +6 -5
- data/install/tools/mac/TlmGrapher.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/mac/TlmViewer.app/Contents/MacOS/TlmViewer.rb +6 -5
- data/install/tools/mac/TlmViewer.app/Contents/MacOS/tool_launch.rb +38 -0
- data/install/tools/tool_launch.rb +38 -0
- data/lib/cosmos/core_ext/string.rb +3 -2
- data/lib/cosmos/gui/dialogs/about_dialog.rb +3 -7
- data/lib/cosmos/gui/dialogs/find_replace_dialog.rb +200 -136
- data/lib/cosmos/gui/opengl/gl_viewer.rb +8 -8
- data/lib/cosmos/gui/qt.rb +56 -27
- data/lib/cosmos/gui/qt_tool.rb +3 -1
- data/lib/cosmos/gui/text/ruby_editor.rb +130 -110
- data/lib/cosmos/gui/utilities/script_module_gui.rb +150 -4
- data/lib/cosmos/io/json_drb.rb +1 -1
- data/lib/cosmos/io/win32_serial_driver.rb +2 -4
- data/lib/cosmos/packet_logs/ccsds_log_reader.rb +1 -0
- data/lib/cosmos/packet_logs/packet_log_reader.rb +13 -4
- data/lib/cosmos/packets/limits.rb +6 -3
- data/lib/cosmos/packets/telemetry.rb +34 -3
- data/lib/cosmos/processors/new_packet_log_processor.rb +1 -1
- data/lib/cosmos/script/commands.rb +20 -2
- data/lib/cosmos/script/extract.rb +11 -3
- data/lib/cosmos/script/limits.rb +6 -0
- data/lib/cosmos/script/scripting.rb +17 -9
- data/lib/cosmos/system/system.rb +73 -17
- data/lib/cosmos/system/target.rb +10 -5
- data/lib/cosmos/tools/cmd_extractor/cmd_extractor.rb +1 -0
- data/lib/cosmos/tools/cmd_tlm_server/api.rb +95 -0
- data/lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server.rb +8 -4
- data/lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server_gui.rb +55 -0
- data/lib/cosmos/tools/data_viewer/data_viewer.rb +5 -12
- data/lib/cosmos/tools/data_viewer/data_viewer_component.rb +14 -48
- data/lib/cosmos/tools/handbook_creator/handbook_creator_config.rb +1 -5
- data/lib/cosmos/tools/launcher/launcher.rb +4 -0
- data/lib/cosmos/tools/launcher/launcher_config.rb +50 -0
- data/lib/cosmos/tools/launcher/launcher_tool.rb +21 -9
- data/lib/cosmos/tools/limits_monitor/limits_monitor.rb +607 -566
- data/lib/cosmos/tools/replay/replay.rb +51 -45
- data/lib/cosmos/tools/script_runner/script_runner.rb +13 -5
- data/lib/cosmos/tools/script_runner/script_runner_frame.rb +8 -109
- data/lib/cosmos/tools/test_runner/test.rb +65 -6
- data/lib/cosmos/tools/test_runner/test_runner.rb +4 -4
- data/lib/cosmos/tools/tlm_extractor/tlm_extractor.rb +5 -0
- data/lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_logfile_thread.rb +3 -0
- data/lib/cosmos/tools/tlm_viewer/tlm_viewer.rb +3 -2
- data/lib/cosmos/tools/tlm_viewer/tlm_viewer_config.rb +9 -6
- data/lib/cosmos/tools/tlm_viewer/widgets/array_widget.rb +1 -5
- data/lib/cosmos/tools/tlm_viewer/widgets/block_widget.rb +1 -5
- data/lib/cosmos/top_level.rb +86 -3
- data/lib/cosmos/version.rb +5 -5
- data/lib/cosmos/win32/win32_main.rb +7 -1
- data/spec/packet_logs/packet_log_reader_spec.rb +67 -7
- data/spec/packets/limits_spec.rb +19 -1
- data/spec/packets/telemetry_spec.rb +44 -1
- data/spec/script/commands_spec.rb +14 -0
- data/spec/script/scripting_spec.rb +5 -1
- data/spec/script/telemetry_spec.rb +38 -3
- data/spec/system/system_spec.rb +24 -4
- data/spec/tools/cmd_tlm_server/api_spec.rb +30 -0
- data/test/benchmarks/gsub_benchmark.rb +42 -4
- data/test/benchmarks/is_a_benchmark.rb +34 -0
- data/test/performance/config/data/crc.txt +161 -171
- data/test/performance/config/system/system_packets.txt +10 -10
- data/test/performance/config/system/system_threads.txt +30 -30
- data/test/performance/config/targets/COSMOS/cmd_tlm/cosmos_server_cmds.txt +7 -2
- data/test/performance/config/targets/PACKET/cmd_tlm/packet_cmds.txt +20 -0
- data/test/performance/config/targets/PACKET/cmd_tlm/packet_tlm.txt +98 -0
- data/test/performance/config/targets/{EXAMPLE → PACKET}/cmd_tlm_server.txt +2 -2
- data/test/performance/config/targets/PACKET/lib/packet_interface.rb +22 -0
- data/test/performance/config/targets/PACKET/lib/packet_limits_response.rb +24 -0
- data/test/performance/config/targets/PACKET/screens/status.txt +25 -0
- data/test/performance/config/targets/PACKET/target.txt +28 -0
- data/test/performance/config/targets/{EXAMPLE/cmd_tlm/example_cmds.txt → THREAD/cmd_tlm/thread_cmds.txt} +1 -1
- data/test/performance/config/targets/{EXAMPLE/cmd_tlm/example_tlm.txt → THREAD/cmd_tlm/thread_tlm.txt} +1 -1
- data/test/performance/config/targets/THREAD/cmd_tlm_server.txt +6 -0
- data/test/performance/config/targets/{EXAMPLE/lib/example_interface.rb → THREAD/lib/thread_interface.rb} +1 -1
- data/test/performance/config/targets/THREAD/screens/status.txt +25 -0
- data/test/performance/config/targets/{EXAMPLE → THREAD}/target.txt +0 -0
- data/test/performance/config/tools/cmd_tlm_server/cmd_tlm_server_packets.txt +24 -30
- data/test/performance/config/tools/cmd_tlm_server/cmd_tlm_server_threads.txt +31 -31
- data/test/performance/config/tools/launcher/launcher_packets.txt +16 -11
- data/test/performance/config/tools/launcher/launcher_threads.txt +41 -35
- data/test/performance/config/tools/tlm_grapher/tlm_grapher.txt +204 -0
- data/test/performance/config/tools/tlm_viewer/tlm_viewer.txt +10 -38
- data/test/performance/lib/packet_target.rb +126 -0
- data/test/performance/lib/{example_target.rb → thread_target.rb} +9 -9
- data/test/performance/tools/CmdTlmServerMemProf +1 -1
- data/test/performance/tools/{ExampleTarget → PacketTarget} +2 -2
- data/test/performance/tools/{ExampleTarget.bat → PacketTarget.bat} +0 -0
- data/test/performance/tools/ThreadTarget +14 -0
- data/test/performance/tools/ThreadTarget.bat +59 -0
- data/test/performance/tools/TlmGrapherMemProf +1 -1
- data/test/performance/tools/TlmViewerMemProf +19 -0
- data/{autohotkey/tools/Replay.bat → test/performance/tools/TlmViewerMemProf.bat} +1 -1
- metadata +107 -55
- data/test/performance/lib/example_background_task.rb +0 -57
- data/test/performance/lib/scpi_target.rb +0 -74
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 208b5a087fd3a6638279190e27c785468162a345
|
|
4
|
+
data.tar.gz: 45ea50b43e594d54b9040bb23a6a3f83d1eedb0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e1d6dae86888cc27e38e394195541a536a960c13d723430212b91ce4c5bc09d80b96bbd66468333bec8e29be5567ede231d7539c62f237313f88639cff4d371
|
|
7
|
+
data.tar.gz: 535255d564c9edfe44a91b3fc4743e80b4600c533d8208920756d44dba51be46b9bc0a2b4a55e9e45a856af7ce5d5c5eae8be50469ce3ea0e11cbfa42d77cc2c
|
data/Manifest.txt
CHANGED
|
@@ -125,7 +125,6 @@ autohotkey/tools/PacketViewer
|
|
|
125
125
|
autohotkey/tools/PacketViewerAHK
|
|
126
126
|
autohotkey/tools/PacketViewerAHK2
|
|
127
127
|
autohotkey/tools/Replay
|
|
128
|
-
autohotkey/tools/Replay.bat
|
|
129
128
|
autohotkey/tools/ReplayAHK
|
|
130
129
|
autohotkey/tools/ScriptRunner
|
|
131
130
|
autohotkey/tools/ScriptRunnerAHK
|
|
@@ -137,6 +136,8 @@ autohotkey/tools/TestRunnerAHK
|
|
|
137
136
|
autohotkey/tools/TestRunnerAHK2
|
|
138
137
|
autohotkey/tools/TestRunnerAHK3
|
|
139
138
|
autohotkey/tools/TestRunnerAHK4
|
|
139
|
+
autohotkey/tools/TestRunnerAHK5
|
|
140
|
+
autohotkey/tools/TestRunnerAHK6
|
|
140
141
|
autohotkey/tools/TlmExtractor
|
|
141
142
|
autohotkey/tools/TlmExtractorAHK
|
|
142
143
|
autohotkey/tools/TlmExtractorAHK2
|
|
@@ -171,6 +172,8 @@ autohotkey/tools/table_manager.ahk
|
|
|
171
172
|
autohotkey/tools/test_runner.ahk
|
|
172
173
|
autohotkey/tools/test_runner2.ahk
|
|
173
174
|
autohotkey/tools/test_runner3.ahk
|
|
175
|
+
autohotkey/tools/test_runner5.ahk
|
|
176
|
+
autohotkey/tools/test_runner6.ahk
|
|
174
177
|
autohotkey/tools/tlm_extractor.ahk
|
|
175
178
|
autohotkey/tools/tlm_grapher.ahk
|
|
176
179
|
autohotkey/tools/tlm_grapher2.ahk
|
|
@@ -213,6 +216,7 @@ data/copy.png
|
|
|
213
216
|
data/cosmos.xcf
|
|
214
217
|
data/cosmos_word.gif
|
|
215
218
|
data/crc.txt
|
|
219
|
+
data/critical.wav
|
|
216
220
|
data/cts.png
|
|
217
221
|
data/cut.png
|
|
218
222
|
data/data_viewer.png
|
|
@@ -231,10 +235,13 @@ data/file.png
|
|
|
231
235
|
data/handbook_creator.png
|
|
232
236
|
data/help.png
|
|
233
237
|
data/html-32.png
|
|
238
|
+
data/information.wav
|
|
239
|
+
data/input.wav
|
|
234
240
|
data/launcher.png
|
|
235
241
|
data/legal.gif
|
|
236
242
|
data/legal.txt
|
|
237
243
|
data/limits_monitor.png
|
|
244
|
+
data/message.wav
|
|
238
245
|
data/moonmap1k.gif
|
|
239
246
|
data/multi.png
|
|
240
247
|
data/open.png
|
|
@@ -243,6 +250,7 @@ data/opengl_builder.png
|
|
|
243
250
|
data/packet_viewer.png
|
|
244
251
|
data/pdf-32.png
|
|
245
252
|
data/play-26.png
|
|
253
|
+
data/question.wav
|
|
246
254
|
data/redo.png
|
|
247
255
|
data/replay.png
|
|
248
256
|
data/reverse-play-26.png
|
|
@@ -265,6 +273,7 @@ data/tlm_extractor.png
|
|
|
265
273
|
data/tlm_grapher.png
|
|
266
274
|
data/tlm_viewer.png
|
|
267
275
|
data/undo.png
|
|
276
|
+
data/warning.wav
|
|
268
277
|
demo/Gemfile
|
|
269
278
|
demo/Launcher
|
|
270
279
|
demo/Launcher.bat
|
|
@@ -432,70 +441,88 @@ demo/tools/TlmGrapher
|
|
|
432
441
|
demo/tools/TlmGrapher.bat
|
|
433
442
|
demo/tools/TlmViewer
|
|
434
443
|
demo/tools/TlmViewer.bat
|
|
444
|
+
demo/tools/ToolLaunch.bat
|
|
435
445
|
demo/tools/mac/CmdExtractor.app/Contents/Info.plist
|
|
436
446
|
demo/tools/mac/CmdExtractor.app/Contents/MacOS/CmdExtractor.rb
|
|
437
447
|
demo/tools/mac/CmdExtractor.app/Contents/MacOS/main.sh
|
|
448
|
+
demo/tools/mac/CmdExtractor.app/Contents/MacOS/tool_launch.rb
|
|
438
449
|
demo/tools/mac/CmdExtractor.app/Contents/Resources/appIcon.icns
|
|
439
450
|
demo/tools/mac/CmdSender.app/Contents/Info.plist
|
|
440
451
|
demo/tools/mac/CmdSender.app/Contents/MacOS/CmdSender.rb
|
|
441
452
|
demo/tools/mac/CmdSender.app/Contents/MacOS/main.sh
|
|
453
|
+
demo/tools/mac/CmdSender.app/Contents/MacOS/tool_launch.rb
|
|
442
454
|
demo/tools/mac/CmdSender.app/Contents/Resources/appIcon.icns
|
|
443
455
|
demo/tools/mac/CmdTlmServer.app/Contents/Info.plist
|
|
444
456
|
demo/tools/mac/CmdTlmServer.app/Contents/MacOS/CmdTlmServer.rb
|
|
445
457
|
demo/tools/mac/CmdTlmServer.app/Contents/MacOS/main.sh
|
|
458
|
+
demo/tools/mac/CmdTlmServer.app/Contents/MacOS/tool_launch.rb
|
|
446
459
|
demo/tools/mac/CmdTlmServer.app/Contents/Resources/appIcon.icns
|
|
447
460
|
demo/tools/mac/DataViewer.app/Contents/Info.plist
|
|
448
461
|
demo/tools/mac/DataViewer.app/Contents/MacOS/DataViewer.rb
|
|
449
462
|
demo/tools/mac/DataViewer.app/Contents/MacOS/main.sh
|
|
463
|
+
demo/tools/mac/DataViewer.app/Contents/MacOS/tool_launch.rb
|
|
450
464
|
demo/tools/mac/DataViewer.app/Contents/Resources/appIcon.icns
|
|
451
465
|
demo/tools/mac/HandbookCreator.app/Contents/Info.plist
|
|
452
466
|
demo/tools/mac/HandbookCreator.app/Contents/MacOS/HandbookCreator.rb
|
|
453
467
|
demo/tools/mac/HandbookCreator.app/Contents/MacOS/main.sh
|
|
468
|
+
demo/tools/mac/HandbookCreator.app/Contents/MacOS/tool_launch.rb
|
|
454
469
|
demo/tools/mac/HandbookCreator.app/Contents/Resources/appIcon.icns
|
|
455
470
|
demo/tools/mac/Launcher.app/Contents/Info.plist
|
|
456
471
|
demo/tools/mac/Launcher.app/Contents/MacOS/Launcher.rb
|
|
457
472
|
demo/tools/mac/Launcher.app/Contents/MacOS/main.sh
|
|
473
|
+
demo/tools/mac/Launcher.app/Contents/MacOS/tool_launch.rb
|
|
458
474
|
demo/tools/mac/Launcher.app/Contents/Resources/appIcon.icns
|
|
459
475
|
demo/tools/mac/LimitsMonitor.app/Contents/Info.plist
|
|
460
476
|
demo/tools/mac/LimitsMonitor.app/Contents/MacOS/LimitsMonitor.rb
|
|
461
477
|
demo/tools/mac/LimitsMonitor.app/Contents/MacOS/main.sh
|
|
478
|
+
demo/tools/mac/LimitsMonitor.app/Contents/MacOS/tool_launch.rb
|
|
462
479
|
demo/tools/mac/LimitsMonitor.app/Contents/Resources/appIcon.icns
|
|
463
480
|
demo/tools/mac/OpenGLBuilder.app/Contents/Info.plist
|
|
464
481
|
demo/tools/mac/OpenGLBuilder.app/Contents/MacOS/OpenGLBuilder.rb
|
|
465
482
|
demo/tools/mac/OpenGLBuilder.app/Contents/MacOS/main.sh
|
|
483
|
+
demo/tools/mac/OpenGLBuilder.app/Contents/MacOS/tool_launch.rb
|
|
466
484
|
demo/tools/mac/OpenGLBuilder.app/Contents/Resources/appIcon.icns
|
|
467
485
|
demo/tools/mac/PacketViewer.app/Contents/Info.plist
|
|
468
486
|
demo/tools/mac/PacketViewer.app/Contents/MacOS/PacketViewer.rb
|
|
469
487
|
demo/tools/mac/PacketViewer.app/Contents/MacOS/main.sh
|
|
488
|
+
demo/tools/mac/PacketViewer.app/Contents/MacOS/tool_launch.rb
|
|
470
489
|
demo/tools/mac/PacketViewer.app/Contents/Resources/appIcon.icns
|
|
471
490
|
demo/tools/mac/Replay.app/Contents/Info.plist
|
|
472
491
|
demo/tools/mac/Replay.app/Contents/MacOS/Replay.rb
|
|
473
492
|
demo/tools/mac/Replay.app/Contents/MacOS/main.sh
|
|
493
|
+
demo/tools/mac/Replay.app/Contents/MacOS/tool_launch.rb
|
|
474
494
|
demo/tools/mac/Replay.app/Contents/Resources/appIcon.icns
|
|
475
495
|
demo/tools/mac/ScriptRunner.app/Contents/Info.plist
|
|
476
496
|
demo/tools/mac/ScriptRunner.app/Contents/MacOS/ScriptRunner.rb
|
|
477
497
|
demo/tools/mac/ScriptRunner.app/Contents/MacOS/main.sh
|
|
498
|
+
demo/tools/mac/ScriptRunner.app/Contents/MacOS/tool_launch.rb
|
|
478
499
|
demo/tools/mac/ScriptRunner.app/Contents/Resources/appIcon.icns
|
|
479
500
|
demo/tools/mac/TableManager.app/Contents/Info.plist
|
|
480
501
|
demo/tools/mac/TableManager.app/Contents/MacOS/TableManager.rb
|
|
481
502
|
demo/tools/mac/TableManager.app/Contents/MacOS/main.sh
|
|
503
|
+
demo/tools/mac/TableManager.app/Contents/MacOS/tool_launch.rb
|
|
482
504
|
demo/tools/mac/TableManager.app/Contents/Resources/appIcon.icns
|
|
483
505
|
demo/tools/mac/TestRunner.app/Contents/Info.plist
|
|
484
506
|
demo/tools/mac/TestRunner.app/Contents/MacOS/TestRunner.rb
|
|
485
507
|
demo/tools/mac/TestRunner.app/Contents/MacOS/main.sh
|
|
508
|
+
demo/tools/mac/TestRunner.app/Contents/MacOS/tool_launch.rb
|
|
486
509
|
demo/tools/mac/TestRunner.app/Contents/Resources/appIcon.icns
|
|
487
510
|
demo/tools/mac/TlmExtractor.app/Contents/Info.plist
|
|
488
511
|
demo/tools/mac/TlmExtractor.app/Contents/MacOS/TlmExtractor.rb
|
|
489
512
|
demo/tools/mac/TlmExtractor.app/Contents/MacOS/main.sh
|
|
513
|
+
demo/tools/mac/TlmExtractor.app/Contents/MacOS/tool_launch.rb
|
|
490
514
|
demo/tools/mac/TlmExtractor.app/Contents/Resources/appIcon.icns
|
|
491
515
|
demo/tools/mac/TlmGrapher.app/Contents/Info.plist
|
|
492
516
|
demo/tools/mac/TlmGrapher.app/Contents/MacOS/TlmGrapher.rb
|
|
493
517
|
demo/tools/mac/TlmGrapher.app/Contents/MacOS/main.sh
|
|
518
|
+
demo/tools/mac/TlmGrapher.app/Contents/MacOS/tool_launch.rb
|
|
494
519
|
demo/tools/mac/TlmGrapher.app/Contents/Resources/appIcon.icns
|
|
495
520
|
demo/tools/mac/TlmViewer.app/Contents/Info.plist
|
|
496
521
|
demo/tools/mac/TlmViewer.app/Contents/MacOS/TlmViewer.rb
|
|
497
522
|
demo/tools/mac/TlmViewer.app/Contents/MacOS/main.sh
|
|
523
|
+
demo/tools/mac/TlmViewer.app/Contents/MacOS/tool_launch.rb
|
|
498
524
|
demo/tools/mac/TlmViewer.app/Contents/Resources/appIcon.icns
|
|
525
|
+
demo/tools/tool_launch.rb
|
|
499
526
|
demo/userpath.txt
|
|
500
527
|
ext/cosmos/ext/array/array.c
|
|
501
528
|
ext/cosmos/ext/array/extconf.rb
|
|
@@ -619,70 +646,88 @@ install/tools/TlmGrapher
|
|
|
619
646
|
install/tools/TlmGrapher.bat
|
|
620
647
|
install/tools/TlmViewer
|
|
621
648
|
install/tools/TlmViewer.bat
|
|
649
|
+
install/tools/ToolLaunch.bat
|
|
622
650
|
install/tools/mac/CmdExtractor.app/Contents/Info.plist
|
|
623
651
|
install/tools/mac/CmdExtractor.app/Contents/MacOS/CmdExtractor.rb
|
|
624
652
|
install/tools/mac/CmdExtractor.app/Contents/MacOS/main.sh
|
|
653
|
+
install/tools/mac/CmdExtractor.app/Contents/MacOS/tool_launch.rb
|
|
625
654
|
install/tools/mac/CmdExtractor.app/Contents/Resources/appIcon.icns
|
|
626
655
|
install/tools/mac/CmdSender.app/Contents/Info.plist
|
|
627
656
|
install/tools/mac/CmdSender.app/Contents/MacOS/CmdSender.rb
|
|
628
657
|
install/tools/mac/CmdSender.app/Contents/MacOS/main.sh
|
|
658
|
+
install/tools/mac/CmdSender.app/Contents/MacOS/tool_launch.rb
|
|
629
659
|
install/tools/mac/CmdSender.app/Contents/Resources/appIcon.icns
|
|
630
660
|
install/tools/mac/CmdTlmServer.app/Contents/Info.plist
|
|
631
661
|
install/tools/mac/CmdTlmServer.app/Contents/MacOS/CmdTlmServer.rb
|
|
632
662
|
install/tools/mac/CmdTlmServer.app/Contents/MacOS/main.sh
|
|
663
|
+
install/tools/mac/CmdTlmServer.app/Contents/MacOS/tool_launch.rb
|
|
633
664
|
install/tools/mac/CmdTlmServer.app/Contents/Resources/appIcon.icns
|
|
634
665
|
install/tools/mac/DataViewer.app/Contents/Info.plist
|
|
635
666
|
install/tools/mac/DataViewer.app/Contents/MacOS/DataViewer.rb
|
|
636
667
|
install/tools/mac/DataViewer.app/Contents/MacOS/main.sh
|
|
668
|
+
install/tools/mac/DataViewer.app/Contents/MacOS/tool_launch.rb
|
|
637
669
|
install/tools/mac/DataViewer.app/Contents/Resources/appIcon.icns
|
|
638
670
|
install/tools/mac/HandbookCreator.app/Contents/Info.plist
|
|
639
671
|
install/tools/mac/HandbookCreator.app/Contents/MacOS/HandbookCreator.rb
|
|
640
672
|
install/tools/mac/HandbookCreator.app/Contents/MacOS/main.sh
|
|
673
|
+
install/tools/mac/HandbookCreator.app/Contents/MacOS/tool_launch.rb
|
|
641
674
|
install/tools/mac/HandbookCreator.app/Contents/Resources/appIcon.icns
|
|
642
675
|
install/tools/mac/Launcher.app/Contents/Info.plist
|
|
643
676
|
install/tools/mac/Launcher.app/Contents/MacOS/Launcher.rb
|
|
644
677
|
install/tools/mac/Launcher.app/Contents/MacOS/main.sh
|
|
678
|
+
install/tools/mac/Launcher.app/Contents/MacOS/tool_launch.rb
|
|
645
679
|
install/tools/mac/Launcher.app/Contents/Resources/appIcon.icns
|
|
646
680
|
install/tools/mac/LimitsMonitor.app/Contents/Info.plist
|
|
647
681
|
install/tools/mac/LimitsMonitor.app/Contents/MacOS/LimitsMonitor.rb
|
|
648
682
|
install/tools/mac/LimitsMonitor.app/Contents/MacOS/main.sh
|
|
683
|
+
install/tools/mac/LimitsMonitor.app/Contents/MacOS/tool_launch.rb
|
|
649
684
|
install/tools/mac/LimitsMonitor.app/Contents/Resources/appIcon.icns
|
|
650
685
|
install/tools/mac/OpenGLBuilder.app/Contents/Info.plist
|
|
651
686
|
install/tools/mac/OpenGLBuilder.app/Contents/MacOS/OpenGLBuilder.rb
|
|
652
687
|
install/tools/mac/OpenGLBuilder.app/Contents/MacOS/main.sh
|
|
688
|
+
install/tools/mac/OpenGLBuilder.app/Contents/MacOS/tool_launch.rb
|
|
653
689
|
install/tools/mac/OpenGLBuilder.app/Contents/Resources/appIcon.icns
|
|
654
690
|
install/tools/mac/PacketViewer.app/Contents/Info.plist
|
|
655
691
|
install/tools/mac/PacketViewer.app/Contents/MacOS/PacketViewer.rb
|
|
656
692
|
install/tools/mac/PacketViewer.app/Contents/MacOS/main.sh
|
|
693
|
+
install/tools/mac/PacketViewer.app/Contents/MacOS/tool_launch.rb
|
|
657
694
|
install/tools/mac/PacketViewer.app/Contents/Resources/appIcon.icns
|
|
658
695
|
install/tools/mac/Replay.app/Contents/Info.plist
|
|
659
696
|
install/tools/mac/Replay.app/Contents/MacOS/Replay.rb
|
|
660
697
|
install/tools/mac/Replay.app/Contents/MacOS/main.sh
|
|
698
|
+
install/tools/mac/Replay.app/Contents/MacOS/tool_launch.rb
|
|
661
699
|
install/tools/mac/Replay.app/Contents/Resources/appIcon.icns
|
|
662
700
|
install/tools/mac/ScriptRunner.app/Contents/Info.plist
|
|
663
701
|
install/tools/mac/ScriptRunner.app/Contents/MacOS/ScriptRunner.rb
|
|
664
702
|
install/tools/mac/ScriptRunner.app/Contents/MacOS/main.sh
|
|
703
|
+
install/tools/mac/ScriptRunner.app/Contents/MacOS/tool_launch.rb
|
|
665
704
|
install/tools/mac/ScriptRunner.app/Contents/Resources/appIcon.icns
|
|
666
705
|
install/tools/mac/TableManager.app/Contents/Info.plist
|
|
667
706
|
install/tools/mac/TableManager.app/Contents/MacOS/TableManager.rb
|
|
668
707
|
install/tools/mac/TableManager.app/Contents/MacOS/main.sh
|
|
708
|
+
install/tools/mac/TableManager.app/Contents/MacOS/tool_launch.rb
|
|
669
709
|
install/tools/mac/TableManager.app/Contents/Resources/appIcon.icns
|
|
670
710
|
install/tools/mac/TestRunner.app/Contents/Info.plist
|
|
671
711
|
install/tools/mac/TestRunner.app/Contents/MacOS/TestRunner.rb
|
|
672
712
|
install/tools/mac/TestRunner.app/Contents/MacOS/main.sh
|
|
713
|
+
install/tools/mac/TestRunner.app/Contents/MacOS/tool_launch.rb
|
|
673
714
|
install/tools/mac/TestRunner.app/Contents/Resources/appIcon.icns
|
|
674
715
|
install/tools/mac/TlmExtractor.app/Contents/Info.plist
|
|
675
716
|
install/tools/mac/TlmExtractor.app/Contents/MacOS/TlmExtractor.rb
|
|
676
717
|
install/tools/mac/TlmExtractor.app/Contents/MacOS/main.sh
|
|
718
|
+
install/tools/mac/TlmExtractor.app/Contents/MacOS/tool_launch.rb
|
|
677
719
|
install/tools/mac/TlmExtractor.app/Contents/Resources/appIcon.icns
|
|
678
720
|
install/tools/mac/TlmGrapher.app/Contents/Info.plist
|
|
679
721
|
install/tools/mac/TlmGrapher.app/Contents/MacOS/TlmGrapher.rb
|
|
680
722
|
install/tools/mac/TlmGrapher.app/Contents/MacOS/main.sh
|
|
723
|
+
install/tools/mac/TlmGrapher.app/Contents/MacOS/tool_launch.rb
|
|
681
724
|
install/tools/mac/TlmGrapher.app/Contents/Resources/appIcon.icns
|
|
682
725
|
install/tools/mac/TlmViewer.app/Contents/Info.plist
|
|
683
726
|
install/tools/mac/TlmViewer.app/Contents/MacOS/TlmViewer.rb
|
|
684
727
|
install/tools/mac/TlmViewer.app/Contents/MacOS/main.sh
|
|
728
|
+
install/tools/mac/TlmViewer.app/Contents/MacOS/tool_launch.rb
|
|
685
729
|
install/tools/mac/TlmViewer.app/Contents/Resources/appIcon.icns
|
|
730
|
+
install/tools/tool_launch.rb
|
|
686
731
|
install/userpath.txt
|
|
687
732
|
lib/cosmos.rb
|
|
688
733
|
lib/cosmos/ccsds/ccsds_packet.rb
|
|
@@ -1159,6 +1204,7 @@ tasks/manifest.rake
|
|
|
1159
1204
|
tasks/spec.rake
|
|
1160
1205
|
test/benchmarks/binary_accessor_benchmark.rb
|
|
1161
1206
|
test/benchmarks/gsub_benchmark.rb
|
|
1207
|
+
test/benchmarks/is_a_benchmark.rb
|
|
1162
1208
|
test/performance/PACKETS.bat
|
|
1163
1209
|
test/performance/Rakefile
|
|
1164
1210
|
test/performance/THREADS.bat
|
|
@@ -1187,12 +1233,20 @@ test/performance/config/targets/COSMOS/cmd_tlm_server.txt
|
|
|
1187
1233
|
test/performance/config/targets/COSMOS/screens/limits_change.txt
|
|
1188
1234
|
test/performance/config/targets/COSMOS/screens/version.txt
|
|
1189
1235
|
test/performance/config/targets/COSMOS/target.txt
|
|
1190
|
-
test/performance/config/targets/
|
|
1191
|
-
test/performance/config/targets/
|
|
1192
|
-
test/performance/config/targets/
|
|
1193
|
-
test/performance/config/targets/
|
|
1194
|
-
test/performance/config/targets/
|
|
1236
|
+
test/performance/config/targets/PACKET/cmd_tlm/packet_cmds.txt
|
|
1237
|
+
test/performance/config/targets/PACKET/cmd_tlm/packet_tlm.txt
|
|
1238
|
+
test/performance/config/targets/PACKET/cmd_tlm_server.txt
|
|
1239
|
+
test/performance/config/targets/PACKET/lib/packet_interface.rb
|
|
1240
|
+
test/performance/config/targets/PACKET/lib/packet_limits_response.rb
|
|
1241
|
+
test/performance/config/targets/PACKET/screens/status.txt
|
|
1242
|
+
test/performance/config/targets/PACKET/target.txt
|
|
1195
1243
|
test/performance/config/targets/SYSTEM/screens/status.txt
|
|
1244
|
+
test/performance/config/targets/THREAD/cmd_tlm/thread_cmds.txt
|
|
1245
|
+
test/performance/config/targets/THREAD/cmd_tlm/thread_tlm.txt
|
|
1246
|
+
test/performance/config/targets/THREAD/cmd_tlm_server.txt
|
|
1247
|
+
test/performance/config/targets/THREAD/lib/thread_interface.rb
|
|
1248
|
+
test/performance/config/targets/THREAD/screens/status.txt
|
|
1249
|
+
test/performance/config/targets/THREAD/target.txt
|
|
1196
1250
|
test/performance/config/tools/cmd_tlm_server/cmd_tlm_server_packets.txt
|
|
1197
1251
|
test/performance/config/tools/cmd_tlm_server/cmd_tlm_server_threads.txt
|
|
1198
1252
|
test/performance/config/tools/data_viewer/data_viewer.txt
|
|
@@ -1228,10 +1282,10 @@ test/performance/config/tools/tlm_extractor/tlm_extractor2.txt
|
|
|
1228
1282
|
test/performance/config/tools/tlm_extractor/tlm_extractor3.txt
|
|
1229
1283
|
test/performance/config/tools/tlm_extractor/tlm_extractor4.txt
|
|
1230
1284
|
test/performance/config/tools/tlm_grapher/README.txt
|
|
1285
|
+
test/performance/config/tools/tlm_grapher/tlm_grapher.txt
|
|
1231
1286
|
test/performance/config/tools/tlm_viewer/tlm_viewer.txt
|
|
1232
|
-
test/performance/lib/
|
|
1233
|
-
test/performance/lib/
|
|
1234
|
-
test/performance/lib/scpi_target.rb
|
|
1287
|
+
test/performance/lib/packet_target.rb
|
|
1288
|
+
test/performance/lib/thread_target.rb
|
|
1235
1289
|
test/performance/lib/user_version.rb
|
|
1236
1290
|
test/performance/outputs/handbooks/README.txt
|
|
1237
1291
|
test/performance/outputs/logs/README.txt
|
|
@@ -1259,8 +1313,6 @@ test/performance/tools/CmdTlmServerMemProf
|
|
|
1259
1313
|
test/performance/tools/CmdTlmServerMemProf.bat
|
|
1260
1314
|
test/performance/tools/DataViewer
|
|
1261
1315
|
test/performance/tools/DataViewer.bat
|
|
1262
|
-
test/performance/tools/ExampleTarget
|
|
1263
|
-
test/performance/tools/ExampleTarget.bat
|
|
1264
1316
|
test/performance/tools/HandbookCreator
|
|
1265
1317
|
test/performance/tools/HandbookCreator.bat
|
|
1266
1318
|
test/performance/tools/Launcher
|
|
@@ -1269,6 +1321,8 @@ test/performance/tools/LimitsMonitor
|
|
|
1269
1321
|
test/performance/tools/LimitsMonitor.bat
|
|
1270
1322
|
test/performance/tools/OpenGLBuilder
|
|
1271
1323
|
test/performance/tools/OpenGLBuilder.bat
|
|
1324
|
+
test/performance/tools/PacketTarget
|
|
1325
|
+
test/performance/tools/PacketTarget.bat
|
|
1272
1326
|
test/performance/tools/PacketViewer
|
|
1273
1327
|
test/performance/tools/PacketViewer.bat
|
|
1274
1328
|
test/performance/tools/Replay
|
|
@@ -1281,6 +1335,8 @@ test/performance/tools/TableManager
|
|
|
1281
1335
|
test/performance/tools/TableManager.bat
|
|
1282
1336
|
test/performance/tools/TestRunner
|
|
1283
1337
|
test/performance/tools/TestRunner.bat
|
|
1338
|
+
test/performance/tools/ThreadTarget
|
|
1339
|
+
test/performance/tools/ThreadTarget.bat
|
|
1284
1340
|
test/performance/tools/TlmExtractor
|
|
1285
1341
|
test/performance/tools/TlmExtractor.bat
|
|
1286
1342
|
test/performance/tools/TlmGrapher
|
|
@@ -1289,6 +1345,8 @@ test/performance/tools/TlmGrapherMemProf
|
|
|
1289
1345
|
test/performance/tools/TlmGrapherMemProf.bat
|
|
1290
1346
|
test/performance/tools/TlmViewer
|
|
1291
1347
|
test/performance/tools/TlmViewer.bat
|
|
1348
|
+
test/performance/tools/TlmViewerMemProf
|
|
1349
|
+
test/performance/tools/TlmViewerMemProf.bat
|
|
1292
1350
|
test/performance/tools/mac/CmdExtractor.app/Contents/Info.plist
|
|
1293
1351
|
test/performance/tools/mac/CmdExtractor.app/Contents/MacOS/CmdExtractor.rb
|
|
1294
1352
|
test/performance/tools/mac/CmdExtractor.app/Contents/MacOS/main.sh
|
|
@@ -245,3 +245,26 @@ TELEMETRY INST MECH BIG_ENDIAN "Mechanism status"
|
|
|
245
245
|
FORMAT_STRING '%0.6f'
|
|
246
246
|
ITEM TIMEFORMATTED 0 0 DERIVED "Derived time since epoch as formatted string"
|
|
247
247
|
READ_CONVERSION unix_time_formatted_conversion.rb TIMESEC TIMEUS
|
|
248
|
+
|
|
249
|
+
TELEMETRY INST EXTRA BIG_ENDIAN "Packet with a single limits item. This packet is not generated and will be stale."
|
|
250
|
+
ITEM CCSDSVER 0 3 UINT "CCSDS packet version number (See CCSDS 133.0-B-1)"
|
|
251
|
+
ITEM CCSDSTYPE 3 1 UINT "CCSDS packet type (command or telemetry)"
|
|
252
|
+
STATE TLM 0
|
|
253
|
+
STATE CMD 1
|
|
254
|
+
ITEM CCSDSSHF 4 1 UINT "CCSDS secondary header flag"
|
|
255
|
+
STATE FALSE 0
|
|
256
|
+
STATE TRUE 1
|
|
257
|
+
ID_ITEM CCSDSAPID 5 11 UINT 6 "CCSDS application process id"
|
|
258
|
+
ITEM CCSDSSEQFLAGS 16 2 UINT "CCSDS sequence flags"
|
|
259
|
+
STATE FIRST 1
|
|
260
|
+
STATE CONT 0
|
|
261
|
+
STATE LAST 2
|
|
262
|
+
STATE NOGROUP 3
|
|
263
|
+
ITEM CCSDSSEQCNT 18 14 UINT "CCSDS packet sequence count"
|
|
264
|
+
OVERFLOW TRUNCATE
|
|
265
|
+
ITEM CCSDSLENGTH 32 16 UINT "CCSDS packet data length"
|
|
266
|
+
ITEM TIMESEC 48 32 UINT "Seconds since epoch (January 1st, 1970, midnight)"
|
|
267
|
+
ITEM TIMEUS 80 32 UINT "Microseconds of second"
|
|
268
|
+
ID_ITEM PKTID 112 16 UINT 1 "Packet id (The combination of CCSDS_APID and PACKET_ID identify the packet)"
|
|
269
|
+
APPEND_ITEM VALUE 32 UINT "Value"
|
|
270
|
+
LIMITS DEFAULT 1 ENABLED -80.0 -70.0 60.0 80.0 -20.0 20.0
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
# encoding: ascii-8bit
|
|
3
|
+
|
|
4
|
+
# Copyright 2014 Ball Aerospace & Technologies Corp.
|
|
5
|
+
# All Rights Reserved.
|
|
6
|
+
#
|
|
7
|
+
# This program is free software; you can modify and/or redistribute it
|
|
8
|
+
# under the terms of the GNU General Public License
|
|
9
|
+
# as published by the Free Software Foundation; version 3 with
|
|
10
|
+
# attribution addendums as found in the LICENSE.txt
|
|
11
|
+
|
|
12
|
+
require_relative 'autohotkey.rb'
|
|
13
|
+
autohotkey('TestRunner5', 'test_runner5.ahk') do
|
|
14
|
+
require 'cosmos/tools/test_runner/test_runner'
|
|
15
|
+
Cosmos::TestRunner.run
|
|
16
|
+
end
|
|
17
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
# encoding: ascii-8bit
|
|
3
|
+
|
|
4
|
+
# Copyright 2014 Ball Aerospace & Technologies Corp.
|
|
5
|
+
# All Rights Reserved.
|
|
6
|
+
#
|
|
7
|
+
# This program is free software; you can modify and/or redistribute it
|
|
8
|
+
# under the terms of the GNU General Public License
|
|
9
|
+
# as published by the Free Software Foundation; version 3 with
|
|
10
|
+
# attribution addendums as found in the LICENSE.txt
|
|
11
|
+
|
|
12
|
+
require_relative 'autohotkey.rb'
|
|
13
|
+
autohotkey('TestRunner6', 'test_runner6.ahk') do
|
|
14
|
+
require 'cosmos/tools/test_runner/test_runner'
|
|
15
|
+
Cosmos::TestRunner.run
|
|
16
|
+
end
|
|
17
|
+
|
|
@@ -8,11 +8,17 @@ Sleep 1000
|
|
|
8
8
|
Send cmd.bin{Enter}
|
|
9
9
|
WinWaitActive Command Extractor
|
|
10
10
|
Click 200 422 ; Process Files
|
|
11
|
+
WinWaitActive Warning
|
|
12
|
+
Sleep 500
|
|
13
|
+
Send {Enter} ;
|
|
11
14
|
WinWaitActive Log File
|
|
12
15
|
Click 450 305 ; Cancel
|
|
13
16
|
WinWaitActive Command Extractor
|
|
14
17
|
sleep 500
|
|
15
18
|
Click 200 422 ; Process Files
|
|
19
|
+
WinWaitActive Warning
|
|
20
|
+
Sleep 500
|
|
21
|
+
Send {Enter} ;
|
|
16
22
|
Sleep 500
|
|
17
23
|
Send {Enter} ; Overwrite Yes
|
|
18
24
|
Sleep 5000 ; Allow the file to be processed CE-1
|
|
@@ -75,6 +75,9 @@ Sleep 500
|
|
|
75
75
|
WinActivate, Open Log File
|
|
76
76
|
Sleep 500
|
|
77
77
|
Click 168 375 ; OK
|
|
78
|
+
WinWaitActive Warning
|
|
79
|
+
Sleep 500
|
|
80
|
+
Send {Enter} ;
|
|
78
81
|
WinWaitActive, Processing Log File
|
|
79
82
|
Sleep 500
|
|
80
83
|
Click 380 280 ; Cancel
|
|
@@ -91,6 +94,9 @@ Sleep 500
|
|
|
91
94
|
WinActivate, Open Log File
|
|
92
95
|
Sleep 500
|
|
93
96
|
Click 168 375 ; OK
|
|
97
|
+
WinWaitActive Warning
|
|
98
|
+
Sleep 500
|
|
99
|
+
Send {Enter} ;
|
|
94
100
|
WinWaitActive, Processing Log File
|
|
95
101
|
Sleep 3000
|
|
96
102
|
Click 140 280 ; Done
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
SetWinDelay 500
|
|
2
|
+
WinWaitActive Limits Monitor
|
|
2
3
|
Sleep 2000
|
|
3
4
|
Run ruby.exe %A_ScriptDir%/CmdTlmServer
|
|
4
5
|
Sleep 2000
|
|
@@ -6,51 +7,93 @@ WinActivate Limits Monitor
|
|
|
6
7
|
Sleep 3000
|
|
7
8
|
Send !fp ; Options
|
|
8
9
|
WinWaitActive Options
|
|
9
|
-
Sleep 500
|
|
10
10
|
Click 25 48 ; Enable colorblind mode
|
|
11
11
|
Sleep 500
|
|
12
12
|
Send {Enter}
|
|
13
|
+
|
|
14
|
+
; Change a limits item
|
|
15
|
+
Run ruby.exe %A_ScriptDir%/ScriptRunner -w 800 -t 200
|
|
16
|
+
Sleep 2000
|
|
17
|
+
WinActivate, Script Runner
|
|
18
|
+
Sleep 500
|
|
19
|
+
Send set_limits("INST", "HEALTH_STATUS", "TEMP1", -100, -80, 80, 100, -60, 60, :DEFAULT){Enter}
|
|
20
|
+
Send set_limits("INST", "HEALTH_STATUS", "TEMP3", -100, -80, 80, 100, -60, 60, :DEFAULT)
|
|
21
|
+
Sleep 1000
|
|
22
|
+
Click 600, 90 ; Start
|
|
23
|
+
WinActivate, Limits Monitor
|
|
24
|
+
Sleep 3000
|
|
25
|
+
Click 80 60 ; Log tab LM-3
|
|
26
|
+
Sleep 2000
|
|
27
|
+
Click 35 60 ; Limits tab LM-1, LM-4
|
|
13
28
|
Sleep 500
|
|
29
|
+
WinActivate Script Runner
|
|
30
|
+
Sleep 500
|
|
31
|
+
Send ^q
|
|
32
|
+
WinWaitActive Save
|
|
33
|
+
Send n
|
|
14
34
|
|
|
35
|
+
; Ignore limits items
|
|
36
|
+
WinWaitActive Limits Monitor
|
|
37
|
+
Sleep 500
|
|
15
38
|
Click 400 130 ; Ignore LM-2
|
|
16
39
|
Sleep 500
|
|
17
40
|
Click 400 130 ; Ignore
|
|
18
41
|
Sleep 500
|
|
19
42
|
Click 400 130 ; Ignore
|
|
43
|
+
Sleep 500
|
|
44
|
+
Click 400 130 ; Ignore
|
|
45
|
+
Sleep 500
|
|
46
|
+
Click 400 130 ; Ignore
|
|
20
47
|
Send ^r ; Reset
|
|
21
48
|
Sleep 3000
|
|
22
49
|
Sleep 500
|
|
23
50
|
Click 400 130 ; Ignore
|
|
24
51
|
Sleep 500
|
|
25
|
-
Send
|
|
52
|
+
Send ^e ; Edit Ignored
|
|
26
53
|
WinWaitActive Ignored
|
|
27
|
-
Sleep
|
|
54
|
+
Sleep 1000
|
|
28
55
|
Send {Enter}
|
|
29
|
-
|
|
56
|
+
|
|
57
|
+
; Save the limits configuration
|
|
58
|
+
WinWaitActive Limits Monitor
|
|
30
59
|
Send ^s ; Save Configuration LM-5
|
|
31
60
|
WinWaitActive Save As
|
|
32
|
-
Sleep 500
|
|
33
61
|
Send {Enter}
|
|
62
|
+
|
|
63
|
+
; Edit the ignored limits items
|
|
64
|
+
WinWaitActive Limits Monitor
|
|
65
|
+
Send ^e ; Edit Ignored
|
|
66
|
+
WinWaitActive Ignored
|
|
67
|
+
Send {Delete}
|
|
68
|
+
Sleep 1000
|
|
69
|
+
Send {Delete}
|
|
70
|
+
Sleep 1000
|
|
71
|
+
Send ^a
|
|
34
72
|
Sleep 500
|
|
35
|
-
Send
|
|
36
|
-
Sleep
|
|
73
|
+
Send {Delete}
|
|
74
|
+
Sleep 500
|
|
75
|
+
Send {Enter}
|
|
76
|
+
Sleep 2000
|
|
77
|
+
|
|
78
|
+
; Open the limits configuration
|
|
79
|
+
WinWaitActive Limits Monitor
|
|
37
80
|
Send ^o ; Open configuration LM-6
|
|
38
81
|
WinWaitActive Open
|
|
39
|
-
Sleep 500
|
|
40
82
|
Send {Enter}
|
|
41
|
-
|
|
83
|
+
|
|
84
|
+
; Display the limits tab
|
|
85
|
+
WinWaitActive Limits Monitor
|
|
42
86
|
Click 80 60 ; Log tab LM-3
|
|
43
87
|
Sleep 3000
|
|
44
88
|
Click 35 60 ; Limits tab LM-1, LM-4
|
|
45
89
|
Sleep 500
|
|
46
90
|
Send !fp ; Options
|
|
47
91
|
WinWaitActive Options
|
|
48
|
-
Sleep 500
|
|
49
92
|
Click 25 48 ; Disable colorblind mode
|
|
50
93
|
Sleep 500
|
|
51
94
|
Send {Enter}
|
|
52
95
|
|
|
53
|
-
;
|
|
96
|
+
; Change the Limits set
|
|
54
97
|
WinActivate, Command and Telemetry Server
|
|
55
98
|
Sleep 500
|
|
56
99
|
; Status tab
|
|
@@ -59,12 +102,22 @@ Sleep 1000
|
|
|
59
102
|
Click 125 115 ; Limits Set
|
|
60
103
|
Sleep 500
|
|
61
104
|
Click 125 145 ; TVAC Set
|
|
62
|
-
Sleep
|
|
105
|
+
Sleep 1000
|
|
106
|
+
WinActivate Limits Monitor
|
|
107
|
+
Click 80 60 ; Log tab LM-3
|
|
108
|
+
Sleep 2000
|
|
109
|
+
Click 35 60 ; Limits tab LM-1, LM-4
|
|
110
|
+
Sleep 500
|
|
111
|
+
|
|
112
|
+
; Shut down the CTS
|
|
113
|
+
WinActivate, Command and Telemetry Server
|
|
114
|
+
Sleep 500
|
|
63
115
|
Send ^q
|
|
64
|
-
WinWaitActive
|
|
116
|
+
WinWaitActive Confirm Close
|
|
65
117
|
Send {Enter}
|
|
66
118
|
|
|
67
119
|
WinActivate Limits Monitor
|
|
68
120
|
Sleep 500
|
|
69
121
|
Send ^q
|
|
70
122
|
|
|
123
|
+
|