cosmos 3.4.2 → 3.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (261) hide show
  1. checksums.yaml +4 -4
  2. data/Manifest.txt +69 -11
  3. data/autohotkey/config/targets/INST/cmd_tlm/inst_tlm.txt +23 -0
  4. data/autohotkey/tools/TestRunnerAHK5 +17 -0
  5. data/autohotkey/tools/TestRunnerAHK6 +17 -0
  6. data/autohotkey/tools/cmd_extractor.ahk +6 -0
  7. data/autohotkey/tools/data_viewer.ahk +6 -0
  8. data/autohotkey/tools/limits_monitor.ahk +67 -14
  9. data/autohotkey/tools/replay.ahk +6 -0
  10. data/autohotkey/tools/test_runner5.ahk +8 -0
  11. data/autohotkey/tools/test_runner6.ahk +5 -0
  12. data/autohotkey/tools/tlm_extractor.ahk +25 -1
  13. data/autohotkey/tools/tlm_grapher.ahk +6 -0
  14. data/cosmos.gemspec +19 -19
  15. data/data/crc.txt +46 -46
  16. data/data/critical.wav +0 -0
  17. data/data/information.wav +0 -0
  18. data/data/input.wav +0 -0
  19. data/data/message.wav +0 -0
  20. data/data/question.wav +0 -0
  21. data/data/warning.wav +0 -0
  22. data/demo/Gemfile +5 -1
  23. data/demo/Launcher +5 -4
  24. data/demo/Launcher.bat +6 -56
  25. data/demo/config/data/crc.txt +73 -55
  26. data/demo/config/system/system.txt +1 -0
  27. data/demo/config/targets/EXAMPLE/cmd_tlm/example_tlm.txt +2 -0
  28. data/demo/procedures/example_test.rb +17 -16
  29. data/demo/tools/CmdExtractor +6 -5
  30. data/demo/tools/CmdExtractor.bat +6 -56
  31. data/demo/tools/CmdSender +6 -5
  32. data/demo/tools/CmdSender.bat +6 -56
  33. data/demo/tools/CmdTlmServer +6 -5
  34. data/demo/tools/CmdTlmServer.bat +6 -56
  35. data/demo/tools/DataViewer +6 -5
  36. data/demo/tools/DataViewer.bat +6 -56
  37. data/demo/tools/ExampleTarget +6 -5
  38. data/demo/tools/ExampleTarget.bat +6 -56
  39. data/demo/tools/HandbookCreator +6 -5
  40. data/demo/tools/HandbookCreator.bat +6 -58
  41. data/demo/tools/Launcher +6 -5
  42. data/demo/tools/Launcher.bat +6 -56
  43. data/demo/tools/LimitsMonitor +6 -5
  44. data/demo/tools/LimitsMonitor.bat +6 -56
  45. data/demo/tools/OpenGLBuilder +6 -5
  46. data/demo/tools/OpenGLBuilder.bat +6 -56
  47. data/demo/tools/PacketViewer +6 -5
  48. data/demo/tools/PacketViewer.bat +6 -56
  49. data/demo/tools/Replay +6 -5
  50. data/demo/tools/Replay.bat +6 -56
  51. data/demo/tools/ScpiTarget +6 -5
  52. data/demo/tools/ScpiTarget.bat +6 -56
  53. data/demo/tools/ScriptRunner +6 -5
  54. data/demo/tools/ScriptRunner.bat +6 -56
  55. data/demo/tools/TableManager +6 -5
  56. data/demo/tools/TableManager.bat +6 -56
  57. data/demo/tools/TestRunner +6 -5
  58. data/demo/tools/TestRunner.bat +6 -56
  59. data/demo/tools/TlmExtractor +6 -5
  60. data/demo/tools/TlmExtractor.bat +6 -56
  61. data/demo/tools/TlmGrapher +6 -5
  62. data/demo/tools/TlmGrapher.bat +6 -56
  63. data/demo/tools/TlmViewer +6 -5
  64. data/demo/tools/TlmViewer.bat +6 -56
  65. data/demo/tools/ToolLaunch.bat +63 -0
  66. data/demo/tools/mac/CmdExtractor.app/Contents/MacOS/CmdExtractor.rb +6 -5
  67. data/demo/tools/mac/CmdExtractor.app/Contents/MacOS/tool_launch.rb +38 -0
  68. data/demo/tools/mac/CmdSender.app/Contents/MacOS/CmdSender.rb +6 -5
  69. data/demo/tools/mac/CmdSender.app/Contents/MacOS/tool_launch.rb +38 -0
  70. data/demo/tools/mac/CmdTlmServer.app/Contents/MacOS/CmdTlmServer.rb +6 -5
  71. data/demo/tools/mac/CmdTlmServer.app/Contents/MacOS/tool_launch.rb +38 -0
  72. data/demo/tools/mac/DataViewer.app/Contents/MacOS/DataViewer.rb +6 -5
  73. data/demo/tools/mac/DataViewer.app/Contents/MacOS/tool_launch.rb +38 -0
  74. data/demo/tools/mac/HandbookCreator.app/Contents/MacOS/HandbookCreator.rb +6 -5
  75. data/demo/tools/mac/HandbookCreator.app/Contents/MacOS/tool_launch.rb +38 -0
  76. data/demo/tools/mac/Launcher.app/Contents/MacOS/Launcher.rb +6 -5
  77. data/demo/tools/mac/Launcher.app/Contents/MacOS/tool_launch.rb +38 -0
  78. data/demo/tools/mac/LimitsMonitor.app/Contents/MacOS/LimitsMonitor.rb +6 -5
  79. data/demo/tools/mac/LimitsMonitor.app/Contents/MacOS/tool_launch.rb +38 -0
  80. data/demo/tools/mac/OpenGLBuilder.app/Contents/MacOS/OpenGLBuilder.rb +6 -5
  81. data/demo/tools/mac/OpenGLBuilder.app/Contents/MacOS/tool_launch.rb +38 -0
  82. data/demo/tools/mac/PacketViewer.app/Contents/MacOS/PacketViewer.rb +6 -5
  83. data/demo/tools/mac/PacketViewer.app/Contents/MacOS/tool_launch.rb +38 -0
  84. data/demo/tools/mac/Replay.app/Contents/MacOS/Replay.rb +6 -5
  85. data/demo/tools/mac/Replay.app/Contents/MacOS/tool_launch.rb +38 -0
  86. data/demo/tools/mac/ScriptRunner.app/Contents/MacOS/ScriptRunner.rb +6 -5
  87. data/demo/tools/mac/ScriptRunner.app/Contents/MacOS/tool_launch.rb +38 -0
  88. data/demo/tools/mac/TableManager.app/Contents/MacOS/TableManager.rb +6 -5
  89. data/demo/tools/mac/TableManager.app/Contents/MacOS/tool_launch.rb +38 -0
  90. data/demo/tools/mac/TestRunner.app/Contents/MacOS/TestRunner.rb +6 -5
  91. data/demo/tools/mac/TestRunner.app/Contents/MacOS/tool_launch.rb +38 -0
  92. data/demo/tools/mac/TlmExtractor.app/Contents/MacOS/TlmExtractor.rb +6 -5
  93. data/demo/tools/mac/TlmExtractor.app/Contents/MacOS/tool_launch.rb +38 -0
  94. data/demo/tools/mac/TlmGrapher.app/Contents/MacOS/TlmGrapher.rb +6 -5
  95. data/demo/tools/mac/TlmGrapher.app/Contents/MacOS/tool_launch.rb +38 -0
  96. data/demo/tools/mac/TlmViewer.app/Contents/MacOS/TlmViewer.rb +6 -5
  97. data/demo/tools/mac/TlmViewer.app/Contents/MacOS/tool_launch.rb +38 -0
  98. data/demo/tools/tool_launch.rb +38 -0
  99. data/install/Gemfile +5 -1
  100. data/install/Launcher +5 -3
  101. data/install/Launcher.bat +6 -56
  102. data/install/config/data/crc.txt +67 -49
  103. data/install/config/tools/launcher/launcher.txt +1 -0
  104. data/install/tools/CmdExtractor +6 -5
  105. data/install/tools/CmdExtractor.bat +6 -56
  106. data/install/tools/CmdSender +6 -5
  107. data/install/tools/CmdSender.bat +6 -56
  108. data/install/tools/CmdTlmServer +6 -5
  109. data/install/tools/CmdTlmServer.bat +6 -56
  110. data/install/tools/DataViewer +6 -5
  111. data/install/tools/DataViewer.bat +6 -56
  112. data/install/tools/HandbookCreator +6 -5
  113. data/install/tools/HandbookCreator.bat +6 -58
  114. data/install/tools/Launcher +6 -5
  115. data/install/tools/Launcher.bat +6 -56
  116. data/install/tools/LimitsMonitor +6 -5
  117. data/install/tools/LimitsMonitor.bat +6 -56
  118. data/install/tools/OpenGLBuilder +6 -5
  119. data/install/tools/OpenGLBuilder.bat +6 -56
  120. data/install/tools/PacketViewer +6 -5
  121. data/install/tools/PacketViewer.bat +6 -56
  122. data/install/tools/Replay +6 -5
  123. data/install/tools/Replay.bat +6 -56
  124. data/install/tools/ScriptRunner +6 -5
  125. data/install/tools/ScriptRunner.bat +6 -56
  126. data/install/tools/TableManager +6 -5
  127. data/install/tools/TableManager.bat +6 -56
  128. data/install/tools/TestRunner +6 -5
  129. data/install/tools/TestRunner.bat +6 -56
  130. data/install/tools/TlmExtractor +6 -5
  131. data/install/tools/TlmExtractor.bat +6 -56
  132. data/install/tools/TlmGrapher +6 -5
  133. data/install/tools/TlmGrapher.bat +6 -56
  134. data/install/tools/TlmViewer +6 -5
  135. data/install/tools/TlmViewer.bat +6 -56
  136. data/install/tools/ToolLaunch.bat +63 -0
  137. data/install/tools/mac/CmdExtractor.app/Contents/MacOS/CmdExtractor.rb +6 -5
  138. data/install/tools/mac/CmdExtractor.app/Contents/MacOS/tool_launch.rb +38 -0
  139. data/install/tools/mac/CmdSender.app/Contents/MacOS/CmdSender.rb +6 -5
  140. data/install/tools/mac/CmdSender.app/Contents/MacOS/tool_launch.rb +38 -0
  141. data/install/tools/mac/CmdTlmServer.app/Contents/MacOS/CmdTlmServer.rb +6 -5
  142. data/install/tools/mac/CmdTlmServer.app/Contents/MacOS/tool_launch.rb +38 -0
  143. data/install/tools/mac/DataViewer.app/Contents/MacOS/DataViewer.rb +6 -5
  144. data/install/tools/mac/DataViewer.app/Contents/MacOS/tool_launch.rb +38 -0
  145. data/install/tools/mac/HandbookCreator.app/Contents/MacOS/HandbookCreator.rb +6 -5
  146. data/install/tools/mac/HandbookCreator.app/Contents/MacOS/tool_launch.rb +38 -0
  147. data/install/tools/mac/Launcher.app/Contents/MacOS/Launcher.rb +6 -5
  148. data/install/tools/mac/Launcher.app/Contents/MacOS/tool_launch.rb +38 -0
  149. data/install/tools/mac/LimitsMonitor.app/Contents/MacOS/LimitsMonitor.rb +6 -5
  150. data/install/tools/mac/LimitsMonitor.app/Contents/MacOS/tool_launch.rb +38 -0
  151. data/install/tools/mac/OpenGLBuilder.app/Contents/MacOS/OpenGLBuilder.rb +6 -5
  152. data/install/tools/mac/OpenGLBuilder.app/Contents/MacOS/tool_launch.rb +38 -0
  153. data/install/tools/mac/PacketViewer.app/Contents/MacOS/PacketViewer.rb +6 -5
  154. data/install/tools/mac/PacketViewer.app/Contents/MacOS/tool_launch.rb +38 -0
  155. data/install/tools/mac/Replay.app/Contents/MacOS/Replay.rb +6 -5
  156. data/install/tools/mac/Replay.app/Contents/MacOS/tool_launch.rb +38 -0
  157. data/install/tools/mac/ScriptRunner.app/Contents/MacOS/ScriptRunner.rb +6 -5
  158. data/install/tools/mac/ScriptRunner.app/Contents/MacOS/tool_launch.rb +38 -0
  159. data/install/tools/mac/TableManager.app/Contents/MacOS/TableManager.rb +6 -5
  160. data/install/tools/mac/TableManager.app/Contents/MacOS/tool_launch.rb +38 -0
  161. data/install/tools/mac/TestRunner.app/Contents/MacOS/TestRunner.rb +6 -5
  162. data/install/tools/mac/TestRunner.app/Contents/MacOS/tool_launch.rb +38 -0
  163. data/install/tools/mac/TlmExtractor.app/Contents/MacOS/TlmExtractor.rb +6 -5
  164. data/install/tools/mac/TlmExtractor.app/Contents/MacOS/tool_launch.rb +38 -0
  165. data/install/tools/mac/TlmGrapher.app/Contents/MacOS/TlmGrapher.rb +6 -5
  166. data/install/tools/mac/TlmGrapher.app/Contents/MacOS/tool_launch.rb +38 -0
  167. data/install/tools/mac/TlmViewer.app/Contents/MacOS/TlmViewer.rb +6 -5
  168. data/install/tools/mac/TlmViewer.app/Contents/MacOS/tool_launch.rb +38 -0
  169. data/install/tools/tool_launch.rb +38 -0
  170. data/lib/cosmos/core_ext/string.rb +3 -2
  171. data/lib/cosmos/gui/dialogs/about_dialog.rb +3 -7
  172. data/lib/cosmos/gui/dialogs/find_replace_dialog.rb +200 -136
  173. data/lib/cosmos/gui/opengl/gl_viewer.rb +8 -8
  174. data/lib/cosmos/gui/qt.rb +56 -27
  175. data/lib/cosmos/gui/qt_tool.rb +3 -1
  176. data/lib/cosmos/gui/text/ruby_editor.rb +130 -110
  177. data/lib/cosmos/gui/utilities/script_module_gui.rb +150 -4
  178. data/lib/cosmos/io/json_drb.rb +1 -1
  179. data/lib/cosmos/io/win32_serial_driver.rb +2 -4
  180. data/lib/cosmos/packet_logs/ccsds_log_reader.rb +1 -0
  181. data/lib/cosmos/packet_logs/packet_log_reader.rb +13 -4
  182. data/lib/cosmos/packets/limits.rb +6 -3
  183. data/lib/cosmos/packets/telemetry.rb +34 -3
  184. data/lib/cosmos/processors/new_packet_log_processor.rb +1 -1
  185. data/lib/cosmos/script/commands.rb +20 -2
  186. data/lib/cosmos/script/extract.rb +11 -3
  187. data/lib/cosmos/script/limits.rb +6 -0
  188. data/lib/cosmos/script/scripting.rb +17 -9
  189. data/lib/cosmos/system/system.rb +73 -17
  190. data/lib/cosmos/system/target.rb +10 -5
  191. data/lib/cosmos/tools/cmd_extractor/cmd_extractor.rb +1 -0
  192. data/lib/cosmos/tools/cmd_tlm_server/api.rb +95 -0
  193. data/lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server.rb +8 -4
  194. data/lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server_gui.rb +55 -0
  195. data/lib/cosmos/tools/data_viewer/data_viewer.rb +5 -12
  196. data/lib/cosmos/tools/data_viewer/data_viewer_component.rb +14 -48
  197. data/lib/cosmos/tools/handbook_creator/handbook_creator_config.rb +1 -5
  198. data/lib/cosmos/tools/launcher/launcher.rb +4 -0
  199. data/lib/cosmos/tools/launcher/launcher_config.rb +50 -0
  200. data/lib/cosmos/tools/launcher/launcher_tool.rb +21 -9
  201. data/lib/cosmos/tools/limits_monitor/limits_monitor.rb +607 -566
  202. data/lib/cosmos/tools/replay/replay.rb +51 -45
  203. data/lib/cosmos/tools/script_runner/script_runner.rb +13 -5
  204. data/lib/cosmos/tools/script_runner/script_runner_frame.rb +8 -109
  205. data/lib/cosmos/tools/test_runner/test.rb +65 -6
  206. data/lib/cosmos/tools/test_runner/test_runner.rb +4 -4
  207. data/lib/cosmos/tools/tlm_extractor/tlm_extractor.rb +5 -0
  208. data/lib/cosmos/tools/tlm_grapher/tabbed_plots_tool/tabbed_plots_logfile_thread.rb +3 -0
  209. data/lib/cosmos/tools/tlm_viewer/tlm_viewer.rb +3 -2
  210. data/lib/cosmos/tools/tlm_viewer/tlm_viewer_config.rb +9 -6
  211. data/lib/cosmos/tools/tlm_viewer/widgets/array_widget.rb +1 -5
  212. data/lib/cosmos/tools/tlm_viewer/widgets/block_widget.rb +1 -5
  213. data/lib/cosmos/top_level.rb +86 -3
  214. data/lib/cosmos/version.rb +5 -5
  215. data/lib/cosmos/win32/win32_main.rb +7 -1
  216. data/spec/packet_logs/packet_log_reader_spec.rb +67 -7
  217. data/spec/packets/limits_spec.rb +19 -1
  218. data/spec/packets/telemetry_spec.rb +44 -1
  219. data/spec/script/commands_spec.rb +14 -0
  220. data/spec/script/scripting_spec.rb +5 -1
  221. data/spec/script/telemetry_spec.rb +38 -3
  222. data/spec/system/system_spec.rb +24 -4
  223. data/spec/tools/cmd_tlm_server/api_spec.rb +30 -0
  224. data/test/benchmarks/gsub_benchmark.rb +42 -4
  225. data/test/benchmarks/is_a_benchmark.rb +34 -0
  226. data/test/performance/config/data/crc.txt +161 -171
  227. data/test/performance/config/system/system_packets.txt +10 -10
  228. data/test/performance/config/system/system_threads.txt +30 -30
  229. data/test/performance/config/targets/COSMOS/cmd_tlm/cosmos_server_cmds.txt +7 -2
  230. data/test/performance/config/targets/PACKET/cmd_tlm/packet_cmds.txt +20 -0
  231. data/test/performance/config/targets/PACKET/cmd_tlm/packet_tlm.txt +98 -0
  232. data/test/performance/config/targets/{EXAMPLE → PACKET}/cmd_tlm_server.txt +2 -2
  233. data/test/performance/config/targets/PACKET/lib/packet_interface.rb +22 -0
  234. data/test/performance/config/targets/PACKET/lib/packet_limits_response.rb +24 -0
  235. data/test/performance/config/targets/PACKET/screens/status.txt +25 -0
  236. data/test/performance/config/targets/PACKET/target.txt +28 -0
  237. data/test/performance/config/targets/{EXAMPLE/cmd_tlm/example_cmds.txt → THREAD/cmd_tlm/thread_cmds.txt} +1 -1
  238. data/test/performance/config/targets/{EXAMPLE/cmd_tlm/example_tlm.txt → THREAD/cmd_tlm/thread_tlm.txt} +1 -1
  239. data/test/performance/config/targets/THREAD/cmd_tlm_server.txt +6 -0
  240. data/test/performance/config/targets/{EXAMPLE/lib/example_interface.rb → THREAD/lib/thread_interface.rb} +1 -1
  241. data/test/performance/config/targets/THREAD/screens/status.txt +25 -0
  242. data/test/performance/config/targets/{EXAMPLE → THREAD}/target.txt +0 -0
  243. data/test/performance/config/tools/cmd_tlm_server/cmd_tlm_server_packets.txt +24 -30
  244. data/test/performance/config/tools/cmd_tlm_server/cmd_tlm_server_threads.txt +31 -31
  245. data/test/performance/config/tools/launcher/launcher_packets.txt +16 -11
  246. data/test/performance/config/tools/launcher/launcher_threads.txt +41 -35
  247. data/test/performance/config/tools/tlm_grapher/tlm_grapher.txt +204 -0
  248. data/test/performance/config/tools/tlm_viewer/tlm_viewer.txt +10 -38
  249. data/test/performance/lib/packet_target.rb +126 -0
  250. data/test/performance/lib/{example_target.rb → thread_target.rb} +9 -9
  251. data/test/performance/tools/CmdTlmServerMemProf +1 -1
  252. data/test/performance/tools/{ExampleTarget → PacketTarget} +2 -2
  253. data/test/performance/tools/{ExampleTarget.bat → PacketTarget.bat} +0 -0
  254. data/test/performance/tools/ThreadTarget +14 -0
  255. data/test/performance/tools/ThreadTarget.bat +59 -0
  256. data/test/performance/tools/TlmGrapherMemProf +1 -1
  257. data/test/performance/tools/TlmViewerMemProf +19 -0
  258. data/{autohotkey/tools/Replay.bat → test/performance/tools/TlmViewerMemProf.bat} +1 -1
  259. metadata +107 -55
  260. data/test/performance/lib/example_background_task.rb +0 -57
  261. data/test/performance/lib/scpi_target.rb +0 -74
@@ -1,41 +1,13 @@
1
1
  # Automatically pull in screens from all targets
2
2
  AUTO_TARGETS
3
3
 
4
- # Create a new dropdown with a few specific sceens
5
- GROUP "My group"
6
- GROUP_SCREEN "COSMOS" "version.txt"
7
- GROUP_SCREEN "INST" "hs.txt"
8
- GROUP_SCREEN "INST2" "hs.txt"
9
-
10
- # NEW_COLUMN
11
-
12
- # AUTO_TARGET INST
13
-
14
- # TARGET "INST"
15
- # SCREEN "adcs.txt"
16
- # SCREEN "array.txt"
17
- # SCREEN "block.txt"
18
- # SCREEN "commanding.txt"
19
- # SCREEN "graphs.txt"
20
- # SCREEN "ground.txt"
21
- # SCREEN "hs.txt"
22
- # SCREEN "latest.txt" 480 324
23
- # SHOW_ON_STARTUP
24
- # SCREEN "other.txt"
25
- # SCREEN "tabs.txt"
26
-
27
- #TARGET "INST2"
28
- # SCREEN "adcs.txt"
29
- # SCREEN "array.txt"
30
- # SCREEN "block.txt"
31
- # SCREEN "commanding.txt" 898 317
32
- # SHOW_ON_STARTUP
33
- # SCREEN "graphs.txt"
34
- # SCREEN "ground.txt"
35
- # SCREEN "hs.txt"
36
- # SCREEN "latest.txt"
37
- # SCREEN "other.txt"
38
- # SCREEN "tabs.txt"
39
-
40
- # ADD_SHOW_ON_STARTUP INST ADCS 10 10
41
- # ADD_SHOW_ON_STARTUP INST HS 500 500
4
+ ADD_SHOW_ON_STARTUP 9970 STATUS 1 1
5
+ #ADD_SHOW_ON_STARTUP 9971 STATUS 20 20
6
+ #ADD_SHOW_ON_STARTUP 9972 STATUS 40 40
7
+ #ADD_SHOW_ON_STARTUP 9973 STATUS 60 60
8
+ #ADD_SHOW_ON_STARTUP 9974 STATUS 80 80
9
+ #ADD_SHOW_ON_STARTUP 9975 STATUS 100 100
10
+ #ADD_SHOW_ON_STARTUP 9976 STATUS 120 120
11
+ #ADD_SHOW_ON_STARTUP 9977 STATUS 140 140
12
+ #ADD_SHOW_ON_STARTUP 9978 STATUS 160 160
13
+ #ADD_SHOW_ON_STARTUP 9979 STATUS 180 180
@@ -0,0 +1,126 @@
1
+ # encoding: ascii-8bit
2
+
3
+ # Copyright 2014 Ball Aerospace & Technologies Corp.
4
+ # All Rights Reserved.
5
+ #
6
+ # This program is free software; you can modify and/or redistribute it
7
+ # under the terms of the GNU General Public License
8
+ # as published by the Free Software Foundation; version 3 with
9
+ # attribution addendums as found in the LICENSE.txt
10
+
11
+ require 'cosmos'
12
+ require 'cosmos/interfaces'
13
+ require 'cosmos/tools/cmd_tlm_server/interface_thread'
14
+
15
+ module Cosmos
16
+
17
+ class PacketTarget
18
+
19
+ class PacketServerInterface < TcpipServerInterface
20
+ def initialize(port)
21
+ @port = port
22
+ super(port, port, 5.0, nil, 'LENGTH', 0, 32, 4, 1, 'BIG_ENDIAN', 4)
23
+ end
24
+
25
+ def pre_write_packet(packet)
26
+ [packet.length].pack('N') << packet.buffer(false)
27
+ end
28
+ end
29
+
30
+ class PacketInterfaceThread < InterfaceThread
31
+
32
+ protected
33
+
34
+ def handle_packet(packet)
35
+ identified_packet = System.commands.identify(packet.buffer, [@port.to_s])
36
+ if identified_packet
37
+ Logger.info "Received command: #{identified_packet.target_name} #{identified_packet.packet_name}"
38
+ else
39
+ Logger.info "Received UNKNOWN command"
40
+ end
41
+ end
42
+ end
43
+
44
+ class PacketTelemetryThread
45
+ attr_reader :thread
46
+
47
+ def initialize(interface, port, packet, rate)
48
+ @interface = interface
49
+ @port = port.to_s
50
+ @packet = packet.to_s
51
+ @rate = rate.to_i
52
+ @sleeper = Sleeper.new
53
+ end
54
+
55
+ def start
56
+ packet = System.telemetry.packet(@port, @packet)
57
+ packet.write("CCSDSAPID", packet.get_item("CCSDSAPID").id_value)
58
+ packet.write("PKTID", packet.get_item("PKTID").id_value)
59
+ @thread = Thread.new do
60
+ @stop_thread = false
61
+ begin
62
+ while true
63
+ @rate.times do
64
+ (1..4).each do |item|
65
+ (1..10).each do |index|
66
+ packet.write("TEMP#{item}_#{index}", Random.rand(100))
67
+ end
68
+ end
69
+ packet.write('STRING', "The time is now: #{Time.now.formatted}")
70
+ @interface.write(packet)
71
+ break if @sleeper.sleep(1.0 / @rate)
72
+ end
73
+ end
74
+ rescue Exception => err
75
+ Logger.error "PacketTelemetryThread unexpectedly died\n#{err.formatted}"
76
+ end
77
+ end
78
+ end
79
+
80
+ def stop
81
+ Cosmos.kill_thread(self, @thread)
82
+ end
83
+
84
+ def graceful_kill
85
+ @sleeper.cancel
86
+ end
87
+ end
88
+
89
+ def initialize(arguments)
90
+ @port = arguments[0]
91
+ @packet = arguments[1]
92
+ @rate = arguments[2]
93
+ # Create interface to receive commands and send telemetry
94
+ @interface = PacketServerInterface.new(@port)
95
+ @interface_thread = nil
96
+ @telemetry_thread = nil
97
+ end
98
+
99
+ def start
100
+ @interface_thread = PacketInterfaceThread.new(@interface)
101
+ @interface_thread.start
102
+ @telemetry_thread = PacketTelemetryThread.new(@interface, @port, @packet, @rate)
103
+ @telemetry_thread.start
104
+ end
105
+
106
+ def stop
107
+ @telemetry_thread.stop if @telemetry_thread
108
+ @interface_thread.stop if @interface_thread
109
+ end
110
+
111
+ def self.run
112
+ Logger.level = Logger::INFO
113
+ target = self.new(ARGV)
114
+ begin
115
+ target.start
116
+ while true
117
+ sleep 1
118
+ end
119
+ rescue SystemExit, Interrupt
120
+ target.stop
121
+ end
122
+ end
123
+
124
+ end # class PacketTarget
125
+
126
+ end # module Cosmos
@@ -14,9 +14,9 @@ require 'cosmos/tools/cmd_tlm_server/interface_thread'
14
14
 
15
15
  module Cosmos
16
16
 
17
- class ExampleTarget
17
+ class ThreadTarget
18
18
 
19
- class ExampleServerInterface < TcpipServerInterface
19
+ class ThreadServerInterface < TcpipServerInterface
20
20
  def initialize(port)
21
21
  @port = port
22
22
  super(port, port, 5.0, nil, 'LENGTH', 0, 32, 4, 1, 'BIG_ENDIAN', 4)
@@ -27,7 +27,7 @@ module Cosmos
27
27
  end
28
28
  end
29
29
 
30
- class ExampleInterfaceThread < InterfaceThread
30
+ class ThreadInterfaceThread < InterfaceThread
31
31
 
32
32
  protected
33
33
 
@@ -41,7 +41,7 @@ module Cosmos
41
41
  end
42
42
  end
43
43
 
44
- class ExampleTelemetryThread
44
+ class ThreadTelemetryThread
45
45
  attr_reader :thread
46
46
 
47
47
  def initialize(interface, port, packet, rate)
@@ -66,7 +66,7 @@ module Cosmos
66
66
  end
67
67
  end
68
68
  rescue Exception => err
69
- Logger.error "ExampleTelemetryThread unexpectedly died\n#{err.formatted}"
69
+ Logger.error "ThreadTelemetryThread unexpectedly died\n#{err.formatted}"
70
70
  end
71
71
  end
72
72
  end
@@ -85,15 +85,15 @@ module Cosmos
85
85
  @packet = arguments[1]
86
86
  @rate = arguments[2]
87
87
  # Create interface to receive commands and send telemetry
88
- @interface = ExampleServerInterface.new(@port)
88
+ @interface = ThreadServerInterface.new(@port)
89
89
  @interface_thread = nil
90
90
  @telemetry_thread = nil
91
91
  end
92
92
 
93
93
  def start
94
- @interface_thread = ExampleInterfaceThread.new(@interface)
94
+ @interface_thread = ThreadInterfaceThread.new(@interface)
95
95
  @interface_thread.start
96
- @telemetry_thread = ExampleTelemetryThread.new(@interface, @port, @packet, @rate)
96
+ @telemetry_thread = ThreadTelemetryThread.new(@interface, @port, @packet, @rate)
97
97
  @telemetry_thread.start
98
98
  end
99
99
 
@@ -115,6 +115,6 @@ module Cosmos
115
115
  end
116
116
  end
117
117
 
118
- end # class ExampleTarget
118
+ end # class ThreadTarget
119
119
 
120
120
  end # module Cosmos
@@ -16,5 +16,5 @@ require 'memory_profiler'
16
16
  report = MemoryProfiler.report do
17
17
  Cosmos::CmdTlmServerGui.run
18
18
  end
19
- File.open(File.build_timestamped_filename(%w(cts memory profile)),'w') {|file| report.pretty_print(file) }
19
+ File.open(File.build_timestamped_filename(%w(cts memory)),'w') {|file| report.pretty_print(file) }
20
20
 
@@ -10,5 +10,5 @@
10
10
  # attribution addendums as found in the LICENSE.txt
11
11
 
12
12
  require 'cosmos'
13
- require 'example_target'
14
- Cosmos::ExampleTarget.run
13
+ require 'packet_target'
14
+ Cosmos::PacketTarget.run
@@ -0,0 +1,14 @@
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 'cosmos'
13
+ require 'thread_target'
14
+ Cosmos::ThreadTarget.run
@@ -0,0 +1,59 @@
1
+ @ECHO OFF
2
+
3
+ SET RUBYEXE=ruby.exe
4
+
5
+ SET "DESTINATION_DIR=%~dp0..\..\"
6
+ IF EXIST "%DESTINATION_DIR%Vendor\Ruby" GOTO DIREND
7
+ IF "%COSMOS_DIR%" == "" GOTO DIREND
8
+ SET "DESTINATION_DIR=%COSMOS_DIR%\"
9
+ :DIREND
10
+
11
+ IF NOT EXIST "%DESTINATION_DIR%Vendor\Ruby" GOTO SYSTEMRUBY
12
+
13
+ REM Save some variables we're going to change so we can restore them later
14
+ SET "COSMOS_GEM_HOME_SAVED=%GEM_HOME%"
15
+ SET "COSMOS_GEM_PATH_SAVED=%GEM_PATH%"
16
+ SET "COSMOS_GEMRC_SAVED=%GEMRC%"
17
+ SET "COSMOS_PATH_SAVED=%PATH%"
18
+ SET "COSMOS_RUBYOPT_SAVED=%RUBYOPT%"
19
+ SET "COSMOS_RUBYLIB_SAVED=%RUBYLIB%"
20
+ SET "COSMOS_RI_DEVKIT_SAVED=%RI_DEVKIT%"
21
+
22
+ REM Set environmental variables
23
+
24
+ IF EXIST "%DESTINATION_DIR%Vendor\Ruby\lib\ruby\gems\1.8" SET "GEM_HOME=%DESTINATION_DIR%Vendor\Ruby\lib\ruby\gems\1.8"
25
+ IF EXIST "%DESTINATION_DIR%Vendor\Ruby\lib\ruby\gems\1.9.1" SET "GEM_HOME=%DESTINATION_DIR%Vendor\Ruby\lib\ruby\gems\1.9.1"
26
+ IF EXIST "%DESTINATION_DIR%Vendor\Ruby\lib\ruby\gems\2.0.0" SET "GEM_HOME=%DESTINATION_DIR%Vendor\Ruby\lib\ruby\gems\2.0.0"
27
+ SET "GEM_PATH=%GEM_HOME%"
28
+ SET "GEMRC=%DESTINATION_DIR%Vendor\Ruby\lib\ruby\gems\etc\gemrc"
29
+
30
+ REM Prepend embedded bin to PATH so we prefer those binaries
31
+ SET "RI_DEVKIT=%DESTINATION_DIR%Vendor\Devkit\"
32
+ SET "PATH=%DESTINATION_DIR%Vendor\Ruby\bin;%RI_DEVKIT%bin;%RI_DEVKIT%mingw\bin;%DESTINATION_DIR%Vendor\wkhtmltopdf;%PATH%"
33
+
34
+ REM Remove RUBYOPT and RUBYLIB, which can cause serious problems.
35
+ SET RUBYOPT=
36
+ SET RUBYLIB=
37
+
38
+ REM Run tool using Installer Ruby
39
+ ECHO Starting tool using installer ruby in %DESTINATION_DIR%
40
+ START "COSMOS" "%DESTINATION_DIR%Vendor\Ruby\bin\%RUBYEXE%" "%~dp0%~n0" %*
41
+
42
+ REM Restore some environmental variables we changed
43
+ SET "GEM_HOME=%COSMOS_GEM_HOME_SAVED%"
44
+ SET "GEM_PATH=%COSMOS_GEM_PATH_SAVED%"
45
+ SET "GEMRC=%COSMOS_GEMRC_SAVED%"
46
+ SET "PATH=%COSMOS_PATH_SAVED%"
47
+ SET "RUBYOPT=%COSMOS_RUBYOPT_SAVED%"
48
+ SET "RUBYLIB=%COSMOS_RUBYLIB_SAVED%"
49
+ SET "RI_DEVKIT=%COSMOS_RI_DEVKIT_SAVED%"
50
+
51
+ GOTO END
52
+ :SYSTEMRUBY
53
+
54
+ REM Use System Ruby and Environment
55
+ ECHO Starting tool using system ruby and environment
56
+ START "COSMOS" "%RUBYEXE%" "%~dp0%~n0" %*
57
+
58
+ GOTO END
59
+ :END
@@ -16,4 +16,4 @@ require 'memory_profiler'
16
16
  report = MemoryProfiler.report do
17
17
  Cosmos::TlmGrapher.run
18
18
  end
19
- File.open(File.build_timestamped_filename(%w(grapher memory profile)),'w') {|file| report.pretty_print(file) }
19
+ File.open(File.build_timestamped_filename(%w(grapher memory)),'w') {|file| report.pretty_print(file) }
@@ -0,0 +1,19 @@
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 'cosmos'
13
+ require 'cosmos/tools/tlm_viewer/tlm_viewer'
14
+
15
+ require 'memory_profiler'
16
+ report = MemoryProfiler.report do
17
+ Cosmos::TlmViewer.run
18
+ end
19
+ File.open(File.build_timestamped_filename(%w(viewer memory)),'w') {|file| report.pretty_print(file) }
@@ -29,7 +29,7 @@ SET "GEMRC=%DESTINATION_DIR%Vendor\Ruby\lib\ruby\gems\etc\gemrc"
29
29
 
30
30
  REM Prepend embedded bin to PATH so we prefer those binaries
31
31
  SET "RI_DEVKIT=%DESTINATION_DIR%Vendor\Devkit\"
32
- SET "PATH=%DESTINATION_DIR%Vendor\Ruby\bin;%RI_DEVKIT%bin;%RI_DEVKIT%mingw\bin;%PATH%"
32
+ SET "PATH=%DESTINATION_DIR%Vendor\Ruby\bin;%RI_DEVKIT%bin;%RI_DEVKIT%mingw\bin;%DESTINATION_DIR%Vendor\wkhtmltopdf;%PATH%"
33
33
 
34
34
  REM Remove RUBYOPT and RUBYLIB, which can cause serious problems.
35
35
  SET RUBYOPT=
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cosmos
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.2
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Melton
@@ -9,16 +9,13 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-05-08 00:00:00.000000000 Z
12
+ date: 2015-06-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
18
  - - "~>"
19
- - !ruby/object:Gem::Version
20
- version: '1'
21
- - - ">="
22
19
  - !ruby/object:Gem::Version
23
20
  version: '1.3'
24
21
  type: :runtime
@@ -26,9 +23,6 @@ dependencies:
26
23
  version_requirements: !ruby/object:Gem::Requirement
27
24
  requirements:
28
25
  - - "~>"
29
- - !ruby/object:Gem::Version
30
- version: '1'
31
- - - ">="
32
26
  - !ruby/object:Gem::Version
33
27
  version: '1.3'
34
28
  - !ruby/object:Gem::Dependency
@@ -137,28 +131,28 @@ dependencies:
137
131
  requirements:
138
132
  - - "~>"
139
133
  - !ruby/object:Gem::Version
140
- version: '0.8'
134
+ version: 0.8.0
141
135
  type: :runtime
142
136
  prerelease: false
143
137
  version_requirements: !ruby/object:Gem::Requirement
144
138
  requirements:
145
139
  - - "~>"
146
140
  - !ruby/object:Gem::Version
147
- version: '0.8'
141
+ version: 0.8.0
148
142
  - !ruby/object:Gem::Dependency
149
143
  name: uuidtools
150
144
  requirement: !ruby/object:Gem::Requirement
151
145
  requirements:
152
146
  - - "~>"
153
147
  - !ruby/object:Gem::Version
154
- version: '2.1'
148
+ version: 2.1.0
155
149
  type: :runtime
156
150
  prerelease: false
157
151
  version_requirements: !ruby/object:Gem::Requirement
158
152
  requirements:
159
153
  - - "~>"
160
154
  - !ruby/object:Gem::Version
161
- version: '2.1'
155
+ version: 2.1.0
162
156
  - !ruby/object:Gem::Dependency
163
157
  name: opengl
164
158
  requirement: !ruby/object:Gem::Requirement
@@ -185,35 +179,35 @@ dependencies:
185
179
  requirements:
186
180
  - - "~>"
187
181
  - !ruby/object:Gem::Version
188
- version: '1'
182
+ version: '1.0'
189
183
  type: :runtime
190
184
  prerelease: false
191
185
  version_requirements: !ruby/object:Gem::Requirement
192
186
  requirements:
193
187
  - - "~>"
194
188
  - !ruby/object:Gem::Version
195
- version: '1'
189
+ version: '1.0'
196
190
  - !ruby/object:Gem::Dependency
197
191
  name: rubyzip
198
192
  requirement: !ruby/object:Gem::Requirement
199
193
  requirements:
200
194
  - - "~>"
201
195
  - !ruby/object:Gem::Version
202
- version: '1.1'
196
+ version: 1.1.0
203
197
  type: :runtime
204
198
  prerelease: false
205
199
  version_requirements: !ruby/object:Gem::Requirement
206
200
  requirements:
207
201
  - - "~>"
208
202
  - !ruby/object:Gem::Version
209
- version: '1.1'
203
+ version: 1.1.0
210
204
  - !ruby/object:Gem::Dependency
211
205
  name: qtbindings
212
206
  requirement: !ruby/object:Gem::Requirement
213
207
  requirements:
214
208
  - - "~>"
215
209
  - !ruby/object:Gem::Version
216
- version: '4.8'
210
+ version: 4.8.6
217
211
  - - ">="
218
212
  - !ruby/object:Gem::Version
219
213
  version: 4.8.6.2
@@ -223,7 +217,7 @@ dependencies:
223
217
  requirements:
224
218
  - - "~>"
225
219
  - !ruby/object:Gem::Version
226
- version: '4.8'
220
+ version: 4.8.6
227
221
  - - ">="
228
222
  - !ruby/object:Gem::Version
229
223
  version: 4.8.6.2
@@ -233,182 +227,182 @@ dependencies:
233
227
  requirements:
234
228
  - - "~>"
235
229
  - !ruby/object:Gem::Version
236
- version: '3'
230
+ version: 3.2.0
237
231
  type: :development
238
232
  prerelease: false
239
233
  version_requirements: !ruby/object:Gem::Requirement
240
234
  requirements:
241
235
  - - "~>"
242
236
  - !ruby/object:Gem::Version
243
- version: '3'
237
+ version: 3.2.0
244
238
  - !ruby/object:Gem::Dependency
245
239
  name: flog
246
240
  requirement: !ruby/object:Gem::Requirement
247
241
  requirements:
248
242
  - - "~>"
249
243
  - !ruby/object:Gem::Version
250
- version: '4'
244
+ version: '4.0'
251
245
  type: :development
252
246
  prerelease: false
253
247
  version_requirements: !ruby/object:Gem::Requirement
254
248
  requirements:
255
249
  - - "~>"
256
250
  - !ruby/object:Gem::Version
257
- version: '4'
251
+ version: '4.0'
258
252
  - !ruby/object:Gem::Dependency
259
253
  name: flay
260
254
  requirement: !ruby/object:Gem::Requirement
261
255
  requirements:
262
256
  - - "~>"
263
257
  - !ruby/object:Gem::Version
264
- version: '2'
258
+ version: '2.0'
265
259
  type: :development
266
260
  prerelease: false
267
261
  version_requirements: !ruby/object:Gem::Requirement
268
262
  requirements:
269
263
  - - "~>"
270
264
  - !ruby/object:Gem::Version
271
- version: '2'
265
+ version: '2.0'
272
266
  - !ruby/object:Gem::Dependency
273
267
  name: reek
274
268
  requirement: !ruby/object:Gem::Requirement
275
269
  requirements:
276
270
  - - "~>"
277
271
  - !ruby/object:Gem::Version
278
- version: '1'
272
+ version: '1.0'
279
273
  type: :development
280
274
  prerelease: false
281
275
  version_requirements: !ruby/object:Gem::Requirement
282
276
  requirements:
283
277
  - - "~>"
284
278
  - !ruby/object:Gem::Version
285
- version: '1'
279
+ version: '1.0'
286
280
  - !ruby/object:Gem::Dependency
287
281
  name: roodi
288
282
  requirement: !ruby/object:Gem::Requirement
289
283
  requirements:
290
284
  - - "~>"
291
285
  - !ruby/object:Gem::Version
292
- version: '4'
286
+ version: '4.0'
293
287
  type: :development
294
288
  prerelease: false
295
289
  version_requirements: !ruby/object:Gem::Requirement
296
290
  requirements:
297
291
  - - "~>"
298
292
  - !ruby/object:Gem::Version
299
- version: '4'
293
+ version: '4.0'
300
294
  - !ruby/object:Gem::Dependency
301
295
  name: guard
302
296
  requirement: !ruby/object:Gem::Requirement
303
297
  requirements:
304
298
  - - "~>"
305
299
  - !ruby/object:Gem::Version
306
- version: '2'
300
+ version: '2.0'
307
301
  type: :development
308
302
  prerelease: false
309
303
  version_requirements: !ruby/object:Gem::Requirement
310
304
  requirements:
311
305
  - - "~>"
312
306
  - !ruby/object:Gem::Version
313
- version: '2'
307
+ version: '2.0'
314
308
  - !ruby/object:Gem::Dependency
315
309
  name: listen
316
310
  requirement: !ruby/object:Gem::Requirement
317
311
  requirements:
318
312
  - - "~>"
319
313
  - !ruby/object:Gem::Version
320
- version: '2'
314
+ version: '2.0'
321
315
  type: :development
322
316
  prerelease: false
323
317
  version_requirements: !ruby/object:Gem::Requirement
324
318
  requirements:
325
319
  - - "~>"
326
320
  - !ruby/object:Gem::Version
327
- version: '2'
321
+ version: '2.0'
328
322
  - !ruby/object:Gem::Dependency
329
323
  name: guard-bundler
330
324
  requirement: !ruby/object:Gem::Requirement
331
325
  requirements:
332
326
  - - "~>"
333
327
  - !ruby/object:Gem::Version
334
- version: '2'
328
+ version: '2.0'
335
329
  type: :development
336
330
  prerelease: false
337
331
  version_requirements: !ruby/object:Gem::Requirement
338
332
  requirements:
339
333
  - - "~>"
340
334
  - !ruby/object:Gem::Version
341
- version: '2'
335
+ version: '2.0'
342
336
  - !ruby/object:Gem::Dependency
343
337
  name: guard-rspec
344
338
  requirement: !ruby/object:Gem::Requirement
345
339
  requirements:
346
340
  - - "~>"
347
341
  - !ruby/object:Gem::Version
348
- version: '4'
342
+ version: '4.0'
349
343
  type: :development
350
344
  prerelease: false
351
345
  version_requirements: !ruby/object:Gem::Requirement
352
346
  requirements:
353
347
  - - "~>"
354
348
  - !ruby/object:Gem::Version
355
- version: '4'
349
+ version: '4.0'
356
350
  - !ruby/object:Gem::Dependency
357
351
  name: simplecov
358
352
  requirement: !ruby/object:Gem::Requirement
359
353
  requirements:
360
354
  - - "~>"
361
355
  - !ruby/object:Gem::Version
362
- version: '0.9'
356
+ version: 0.9.0
363
357
  type: :development
364
358
  prerelease: false
365
359
  version_requirements: !ruby/object:Gem::Requirement
366
360
  requirements:
367
361
  - - "~>"
368
362
  - !ruby/object:Gem::Version
369
- version: '0.9'
363
+ version: 0.9.0
370
364
  - !ruby/object:Gem::Dependency
371
365
  name: ruby-prof
372
366
  requirement: !ruby/object:Gem::Requirement
373
367
  requirements:
374
368
  - - "~>"
375
369
  - !ruby/object:Gem::Version
376
- version: '0.15'
370
+ version: 0.15.0
377
371
  type: :development
378
372
  prerelease: false
379
373
  version_requirements: !ruby/object:Gem::Requirement
380
374
  requirements:
381
375
  - - "~>"
382
376
  - !ruby/object:Gem::Version
383
- version: '0.15'
377
+ version: 0.15.0
384
378
  - !ruby/object:Gem::Dependency
385
379
  name: coveralls
386
380
  requirement: !ruby/object:Gem::Requirement
387
381
  requirements:
388
382
  - - "~>"
389
383
  - !ruby/object:Gem::Version
390
- version: '0.7'
384
+ version: 0.7.0
391
385
  type: :development
392
386
  prerelease: false
393
387
  version_requirements: !ruby/object:Gem::Requirement
394
388
  requirements:
395
389
  - - "~>"
396
390
  - !ruby/object:Gem::Version
397
- version: '0.7'
391
+ version: 0.7.0
398
392
  - !ruby/object:Gem::Dependency
399
393
  name: benchmark-ips
400
394
  requirement: !ruby/object:Gem::Requirement
401
395
  requirements:
402
396
  - - "~>"
403
397
  - !ruby/object:Gem::Version
404
- version: '2'
398
+ version: '2.0'
405
399
  type: :development
406
400
  prerelease: false
407
401
  version_requirements: !ruby/object:Gem::Requirement
408
402
  requirements:
409
403
  - - "~>"
410
404
  - !ruby/object:Gem::Version
411
- version: '2'
405
+ version: '2.0'
412
406
  description: |2
413
407
  Ball Aerospace COSMOS provides all the functionality needed to send
414
408
  commands to and receive data from one or more embedded systems
@@ -566,7 +560,6 @@ files:
566
560
  - autohotkey/tools/PacketViewerAHK
567
561
  - autohotkey/tools/PacketViewerAHK2
568
562
  - autohotkey/tools/Replay
569
- - autohotkey/tools/Replay.bat
570
563
  - autohotkey/tools/ReplayAHK
571
564
  - autohotkey/tools/ScriptRunner
572
565
  - autohotkey/tools/ScriptRunnerAHK
@@ -578,6 +571,8 @@ files:
578
571
  - autohotkey/tools/TestRunnerAHK2
579
572
  - autohotkey/tools/TestRunnerAHK3
580
573
  - autohotkey/tools/TestRunnerAHK4
574
+ - autohotkey/tools/TestRunnerAHK5
575
+ - autohotkey/tools/TestRunnerAHK6
581
576
  - autohotkey/tools/TlmExtractor
582
577
  - autohotkey/tools/TlmExtractorAHK
583
578
  - autohotkey/tools/TlmExtractorAHK2
@@ -612,6 +607,8 @@ files:
612
607
  - autohotkey/tools/test_runner.ahk
613
608
  - autohotkey/tools/test_runner2.ahk
614
609
  - autohotkey/tools/test_runner3.ahk
610
+ - autohotkey/tools/test_runner5.ahk
611
+ - autohotkey/tools/test_runner6.ahk
615
612
  - autohotkey/tools/tlm_extractor.ahk
616
613
  - autohotkey/tools/tlm_grapher.ahk
617
614
  - autohotkey/tools/tlm_grapher2.ahk
@@ -654,6 +651,7 @@ files:
654
651
  - data/cosmos.xcf
655
652
  - data/cosmos_word.gif
656
653
  - data/crc.txt
654
+ - data/critical.wav
657
655
  - data/cts.png
658
656
  - data/cut.png
659
657
  - data/data_viewer.png
@@ -672,10 +670,13 @@ files:
672
670
  - data/handbook_creator.png
673
671
  - data/help.png
674
672
  - data/html-32.png
673
+ - data/information.wav
674
+ - data/input.wav
675
675
  - data/launcher.png
676
676
  - data/legal.gif
677
677
  - data/legal.txt
678
678
  - data/limits_monitor.png
679
+ - data/message.wav
679
680
  - data/moonmap1k.gif
680
681
  - data/multi.png
681
682
  - data/open.png
@@ -684,6 +685,7 @@ files:
684
685
  - data/packet_viewer.png
685
686
  - data/pdf-32.png
686
687
  - data/play-26.png
688
+ - data/question.wav
687
689
  - data/redo.png
688
690
  - data/replay.png
689
691
  - data/reverse-play-26.png
@@ -706,6 +708,7 @@ files:
706
708
  - data/tlm_grapher.png
707
709
  - data/tlm_viewer.png
708
710
  - data/undo.png
711
+ - data/warning.wav
709
712
  - demo/Gemfile
710
713
  - demo/Launcher
711
714
  - demo/Launcher.bat
@@ -873,70 +876,88 @@ files:
873
876
  - demo/tools/TlmGrapher.bat
874
877
  - demo/tools/TlmViewer
875
878
  - demo/tools/TlmViewer.bat
879
+ - demo/tools/ToolLaunch.bat
876
880
  - demo/tools/mac/CmdExtractor.app/Contents/Info.plist
877
881
  - demo/tools/mac/CmdExtractor.app/Contents/MacOS/CmdExtractor.rb
878
882
  - demo/tools/mac/CmdExtractor.app/Contents/MacOS/main.sh
883
+ - demo/tools/mac/CmdExtractor.app/Contents/MacOS/tool_launch.rb
879
884
  - demo/tools/mac/CmdExtractor.app/Contents/Resources/appIcon.icns
880
885
  - demo/tools/mac/CmdSender.app/Contents/Info.plist
881
886
  - demo/tools/mac/CmdSender.app/Contents/MacOS/CmdSender.rb
882
887
  - demo/tools/mac/CmdSender.app/Contents/MacOS/main.sh
888
+ - demo/tools/mac/CmdSender.app/Contents/MacOS/tool_launch.rb
883
889
  - demo/tools/mac/CmdSender.app/Contents/Resources/appIcon.icns
884
890
  - demo/tools/mac/CmdTlmServer.app/Contents/Info.plist
885
891
  - demo/tools/mac/CmdTlmServer.app/Contents/MacOS/CmdTlmServer.rb
886
892
  - demo/tools/mac/CmdTlmServer.app/Contents/MacOS/main.sh
893
+ - demo/tools/mac/CmdTlmServer.app/Contents/MacOS/tool_launch.rb
887
894
  - demo/tools/mac/CmdTlmServer.app/Contents/Resources/appIcon.icns
888
895
  - demo/tools/mac/DataViewer.app/Contents/Info.plist
889
896
  - demo/tools/mac/DataViewer.app/Contents/MacOS/DataViewer.rb
890
897
  - demo/tools/mac/DataViewer.app/Contents/MacOS/main.sh
898
+ - demo/tools/mac/DataViewer.app/Contents/MacOS/tool_launch.rb
891
899
  - demo/tools/mac/DataViewer.app/Contents/Resources/appIcon.icns
892
900
  - demo/tools/mac/HandbookCreator.app/Contents/Info.plist
893
901
  - demo/tools/mac/HandbookCreator.app/Contents/MacOS/HandbookCreator.rb
894
902
  - demo/tools/mac/HandbookCreator.app/Contents/MacOS/main.sh
903
+ - demo/tools/mac/HandbookCreator.app/Contents/MacOS/tool_launch.rb
895
904
  - demo/tools/mac/HandbookCreator.app/Contents/Resources/appIcon.icns
896
905
  - demo/tools/mac/Launcher.app/Contents/Info.plist
897
906
  - demo/tools/mac/Launcher.app/Contents/MacOS/Launcher.rb
898
907
  - demo/tools/mac/Launcher.app/Contents/MacOS/main.sh
908
+ - demo/tools/mac/Launcher.app/Contents/MacOS/tool_launch.rb
899
909
  - demo/tools/mac/Launcher.app/Contents/Resources/appIcon.icns
900
910
  - demo/tools/mac/LimitsMonitor.app/Contents/Info.plist
901
911
  - demo/tools/mac/LimitsMonitor.app/Contents/MacOS/LimitsMonitor.rb
902
912
  - demo/tools/mac/LimitsMonitor.app/Contents/MacOS/main.sh
913
+ - demo/tools/mac/LimitsMonitor.app/Contents/MacOS/tool_launch.rb
903
914
  - demo/tools/mac/LimitsMonitor.app/Contents/Resources/appIcon.icns
904
915
  - demo/tools/mac/OpenGLBuilder.app/Contents/Info.plist
905
916
  - demo/tools/mac/OpenGLBuilder.app/Contents/MacOS/OpenGLBuilder.rb
906
917
  - demo/tools/mac/OpenGLBuilder.app/Contents/MacOS/main.sh
918
+ - demo/tools/mac/OpenGLBuilder.app/Contents/MacOS/tool_launch.rb
907
919
  - demo/tools/mac/OpenGLBuilder.app/Contents/Resources/appIcon.icns
908
920
  - demo/tools/mac/PacketViewer.app/Contents/Info.plist
909
921
  - demo/tools/mac/PacketViewer.app/Contents/MacOS/PacketViewer.rb
910
922
  - demo/tools/mac/PacketViewer.app/Contents/MacOS/main.sh
923
+ - demo/tools/mac/PacketViewer.app/Contents/MacOS/tool_launch.rb
911
924
  - demo/tools/mac/PacketViewer.app/Contents/Resources/appIcon.icns
912
925
  - demo/tools/mac/Replay.app/Contents/Info.plist
913
926
  - demo/tools/mac/Replay.app/Contents/MacOS/Replay.rb
914
927
  - demo/tools/mac/Replay.app/Contents/MacOS/main.sh
928
+ - demo/tools/mac/Replay.app/Contents/MacOS/tool_launch.rb
915
929
  - demo/tools/mac/Replay.app/Contents/Resources/appIcon.icns
916
930
  - demo/tools/mac/ScriptRunner.app/Contents/Info.plist
917
931
  - demo/tools/mac/ScriptRunner.app/Contents/MacOS/ScriptRunner.rb
918
932
  - demo/tools/mac/ScriptRunner.app/Contents/MacOS/main.sh
933
+ - demo/tools/mac/ScriptRunner.app/Contents/MacOS/tool_launch.rb
919
934
  - demo/tools/mac/ScriptRunner.app/Contents/Resources/appIcon.icns
920
935
  - demo/tools/mac/TableManager.app/Contents/Info.plist
921
936
  - demo/tools/mac/TableManager.app/Contents/MacOS/TableManager.rb
922
937
  - demo/tools/mac/TableManager.app/Contents/MacOS/main.sh
938
+ - demo/tools/mac/TableManager.app/Contents/MacOS/tool_launch.rb
923
939
  - demo/tools/mac/TableManager.app/Contents/Resources/appIcon.icns
924
940
  - demo/tools/mac/TestRunner.app/Contents/Info.plist
925
941
  - demo/tools/mac/TestRunner.app/Contents/MacOS/TestRunner.rb
926
942
  - demo/tools/mac/TestRunner.app/Contents/MacOS/main.sh
943
+ - demo/tools/mac/TestRunner.app/Contents/MacOS/tool_launch.rb
927
944
  - demo/tools/mac/TestRunner.app/Contents/Resources/appIcon.icns
928
945
  - demo/tools/mac/TlmExtractor.app/Contents/Info.plist
929
946
  - demo/tools/mac/TlmExtractor.app/Contents/MacOS/TlmExtractor.rb
930
947
  - demo/tools/mac/TlmExtractor.app/Contents/MacOS/main.sh
948
+ - demo/tools/mac/TlmExtractor.app/Contents/MacOS/tool_launch.rb
931
949
  - demo/tools/mac/TlmExtractor.app/Contents/Resources/appIcon.icns
932
950
  - demo/tools/mac/TlmGrapher.app/Contents/Info.plist
933
951
  - demo/tools/mac/TlmGrapher.app/Contents/MacOS/TlmGrapher.rb
934
952
  - demo/tools/mac/TlmGrapher.app/Contents/MacOS/main.sh
953
+ - demo/tools/mac/TlmGrapher.app/Contents/MacOS/tool_launch.rb
935
954
  - demo/tools/mac/TlmGrapher.app/Contents/Resources/appIcon.icns
936
955
  - demo/tools/mac/TlmViewer.app/Contents/Info.plist
937
956
  - demo/tools/mac/TlmViewer.app/Contents/MacOS/TlmViewer.rb
938
957
  - demo/tools/mac/TlmViewer.app/Contents/MacOS/main.sh
958
+ - demo/tools/mac/TlmViewer.app/Contents/MacOS/tool_launch.rb
939
959
  - demo/tools/mac/TlmViewer.app/Contents/Resources/appIcon.icns
960
+ - demo/tools/tool_launch.rb
940
961
  - demo/userpath.txt
941
962
  - ext/cosmos/ext/array/array.c
942
963
  - ext/cosmos/ext/array/extconf.rb
@@ -1060,70 +1081,88 @@ files:
1060
1081
  - install/tools/TlmGrapher.bat
1061
1082
  - install/tools/TlmViewer
1062
1083
  - install/tools/TlmViewer.bat
1084
+ - install/tools/ToolLaunch.bat
1063
1085
  - install/tools/mac/CmdExtractor.app/Contents/Info.plist
1064
1086
  - install/tools/mac/CmdExtractor.app/Contents/MacOS/CmdExtractor.rb
1065
1087
  - install/tools/mac/CmdExtractor.app/Contents/MacOS/main.sh
1088
+ - install/tools/mac/CmdExtractor.app/Contents/MacOS/tool_launch.rb
1066
1089
  - install/tools/mac/CmdExtractor.app/Contents/Resources/appIcon.icns
1067
1090
  - install/tools/mac/CmdSender.app/Contents/Info.plist
1068
1091
  - install/tools/mac/CmdSender.app/Contents/MacOS/CmdSender.rb
1069
1092
  - install/tools/mac/CmdSender.app/Contents/MacOS/main.sh
1093
+ - install/tools/mac/CmdSender.app/Contents/MacOS/tool_launch.rb
1070
1094
  - install/tools/mac/CmdSender.app/Contents/Resources/appIcon.icns
1071
1095
  - install/tools/mac/CmdTlmServer.app/Contents/Info.plist
1072
1096
  - install/tools/mac/CmdTlmServer.app/Contents/MacOS/CmdTlmServer.rb
1073
1097
  - install/tools/mac/CmdTlmServer.app/Contents/MacOS/main.sh
1098
+ - install/tools/mac/CmdTlmServer.app/Contents/MacOS/tool_launch.rb
1074
1099
  - install/tools/mac/CmdTlmServer.app/Contents/Resources/appIcon.icns
1075
1100
  - install/tools/mac/DataViewer.app/Contents/Info.plist
1076
1101
  - install/tools/mac/DataViewer.app/Contents/MacOS/DataViewer.rb
1077
1102
  - install/tools/mac/DataViewer.app/Contents/MacOS/main.sh
1103
+ - install/tools/mac/DataViewer.app/Contents/MacOS/tool_launch.rb
1078
1104
  - install/tools/mac/DataViewer.app/Contents/Resources/appIcon.icns
1079
1105
  - install/tools/mac/HandbookCreator.app/Contents/Info.plist
1080
1106
  - install/tools/mac/HandbookCreator.app/Contents/MacOS/HandbookCreator.rb
1081
1107
  - install/tools/mac/HandbookCreator.app/Contents/MacOS/main.sh
1108
+ - install/tools/mac/HandbookCreator.app/Contents/MacOS/tool_launch.rb
1082
1109
  - install/tools/mac/HandbookCreator.app/Contents/Resources/appIcon.icns
1083
1110
  - install/tools/mac/Launcher.app/Contents/Info.plist
1084
1111
  - install/tools/mac/Launcher.app/Contents/MacOS/Launcher.rb
1085
1112
  - install/tools/mac/Launcher.app/Contents/MacOS/main.sh
1113
+ - install/tools/mac/Launcher.app/Contents/MacOS/tool_launch.rb
1086
1114
  - install/tools/mac/Launcher.app/Contents/Resources/appIcon.icns
1087
1115
  - install/tools/mac/LimitsMonitor.app/Contents/Info.plist
1088
1116
  - install/tools/mac/LimitsMonitor.app/Contents/MacOS/LimitsMonitor.rb
1089
1117
  - install/tools/mac/LimitsMonitor.app/Contents/MacOS/main.sh
1118
+ - install/tools/mac/LimitsMonitor.app/Contents/MacOS/tool_launch.rb
1090
1119
  - install/tools/mac/LimitsMonitor.app/Contents/Resources/appIcon.icns
1091
1120
  - install/tools/mac/OpenGLBuilder.app/Contents/Info.plist
1092
1121
  - install/tools/mac/OpenGLBuilder.app/Contents/MacOS/OpenGLBuilder.rb
1093
1122
  - install/tools/mac/OpenGLBuilder.app/Contents/MacOS/main.sh
1123
+ - install/tools/mac/OpenGLBuilder.app/Contents/MacOS/tool_launch.rb
1094
1124
  - install/tools/mac/OpenGLBuilder.app/Contents/Resources/appIcon.icns
1095
1125
  - install/tools/mac/PacketViewer.app/Contents/Info.plist
1096
1126
  - install/tools/mac/PacketViewer.app/Contents/MacOS/PacketViewer.rb
1097
1127
  - install/tools/mac/PacketViewer.app/Contents/MacOS/main.sh
1128
+ - install/tools/mac/PacketViewer.app/Contents/MacOS/tool_launch.rb
1098
1129
  - install/tools/mac/PacketViewer.app/Contents/Resources/appIcon.icns
1099
1130
  - install/tools/mac/Replay.app/Contents/Info.plist
1100
1131
  - install/tools/mac/Replay.app/Contents/MacOS/Replay.rb
1101
1132
  - install/tools/mac/Replay.app/Contents/MacOS/main.sh
1133
+ - install/tools/mac/Replay.app/Contents/MacOS/tool_launch.rb
1102
1134
  - install/tools/mac/Replay.app/Contents/Resources/appIcon.icns
1103
1135
  - install/tools/mac/ScriptRunner.app/Contents/Info.plist
1104
1136
  - install/tools/mac/ScriptRunner.app/Contents/MacOS/ScriptRunner.rb
1105
1137
  - install/tools/mac/ScriptRunner.app/Contents/MacOS/main.sh
1138
+ - install/tools/mac/ScriptRunner.app/Contents/MacOS/tool_launch.rb
1106
1139
  - install/tools/mac/ScriptRunner.app/Contents/Resources/appIcon.icns
1107
1140
  - install/tools/mac/TableManager.app/Contents/Info.plist
1108
1141
  - install/tools/mac/TableManager.app/Contents/MacOS/TableManager.rb
1109
1142
  - install/tools/mac/TableManager.app/Contents/MacOS/main.sh
1143
+ - install/tools/mac/TableManager.app/Contents/MacOS/tool_launch.rb
1110
1144
  - install/tools/mac/TableManager.app/Contents/Resources/appIcon.icns
1111
1145
  - install/tools/mac/TestRunner.app/Contents/Info.plist
1112
1146
  - install/tools/mac/TestRunner.app/Contents/MacOS/TestRunner.rb
1113
1147
  - install/tools/mac/TestRunner.app/Contents/MacOS/main.sh
1148
+ - install/tools/mac/TestRunner.app/Contents/MacOS/tool_launch.rb
1114
1149
  - install/tools/mac/TestRunner.app/Contents/Resources/appIcon.icns
1115
1150
  - install/tools/mac/TlmExtractor.app/Contents/Info.plist
1116
1151
  - install/tools/mac/TlmExtractor.app/Contents/MacOS/TlmExtractor.rb
1117
1152
  - install/tools/mac/TlmExtractor.app/Contents/MacOS/main.sh
1153
+ - install/tools/mac/TlmExtractor.app/Contents/MacOS/tool_launch.rb
1118
1154
  - install/tools/mac/TlmExtractor.app/Contents/Resources/appIcon.icns
1119
1155
  - install/tools/mac/TlmGrapher.app/Contents/Info.plist
1120
1156
  - install/tools/mac/TlmGrapher.app/Contents/MacOS/TlmGrapher.rb
1121
1157
  - install/tools/mac/TlmGrapher.app/Contents/MacOS/main.sh
1158
+ - install/tools/mac/TlmGrapher.app/Contents/MacOS/tool_launch.rb
1122
1159
  - install/tools/mac/TlmGrapher.app/Contents/Resources/appIcon.icns
1123
1160
  - install/tools/mac/TlmViewer.app/Contents/Info.plist
1124
1161
  - install/tools/mac/TlmViewer.app/Contents/MacOS/TlmViewer.rb
1125
1162
  - install/tools/mac/TlmViewer.app/Contents/MacOS/main.sh
1163
+ - install/tools/mac/TlmViewer.app/Contents/MacOS/tool_launch.rb
1126
1164
  - install/tools/mac/TlmViewer.app/Contents/Resources/appIcon.icns
1165
+ - install/tools/tool_launch.rb
1127
1166
  - install/userpath.txt
1128
1167
  - lib/cosmos.rb
1129
1168
  - lib/cosmos/ccsds/ccsds_packet.rb
@@ -1600,6 +1639,7 @@ files:
1600
1639
  - tasks/spec.rake
1601
1640
  - test/benchmarks/binary_accessor_benchmark.rb
1602
1641
  - test/benchmarks/gsub_benchmark.rb
1642
+ - test/benchmarks/is_a_benchmark.rb
1603
1643
  - test/performance/PACKETS.bat
1604
1644
  - test/performance/Rakefile
1605
1645
  - test/performance/THREADS.bat
@@ -1628,12 +1668,20 @@ files:
1628
1668
  - test/performance/config/targets/COSMOS/screens/limits_change.txt
1629
1669
  - test/performance/config/targets/COSMOS/screens/version.txt
1630
1670
  - test/performance/config/targets/COSMOS/target.txt
1631
- - test/performance/config/targets/EXAMPLE/cmd_tlm/example_cmds.txt
1632
- - test/performance/config/targets/EXAMPLE/cmd_tlm/example_tlm.txt
1633
- - test/performance/config/targets/EXAMPLE/cmd_tlm_server.txt
1634
- - test/performance/config/targets/EXAMPLE/lib/example_interface.rb
1635
- - test/performance/config/targets/EXAMPLE/target.txt
1671
+ - test/performance/config/targets/PACKET/cmd_tlm/packet_cmds.txt
1672
+ - test/performance/config/targets/PACKET/cmd_tlm/packet_tlm.txt
1673
+ - test/performance/config/targets/PACKET/cmd_tlm_server.txt
1674
+ - test/performance/config/targets/PACKET/lib/packet_interface.rb
1675
+ - test/performance/config/targets/PACKET/lib/packet_limits_response.rb
1676
+ - test/performance/config/targets/PACKET/screens/status.txt
1677
+ - test/performance/config/targets/PACKET/target.txt
1636
1678
  - test/performance/config/targets/SYSTEM/screens/status.txt
1679
+ - test/performance/config/targets/THREAD/cmd_tlm/thread_cmds.txt
1680
+ - test/performance/config/targets/THREAD/cmd_tlm/thread_tlm.txt
1681
+ - test/performance/config/targets/THREAD/cmd_tlm_server.txt
1682
+ - test/performance/config/targets/THREAD/lib/thread_interface.rb
1683
+ - test/performance/config/targets/THREAD/screens/status.txt
1684
+ - test/performance/config/targets/THREAD/target.txt
1637
1685
  - test/performance/config/tools/cmd_tlm_server/cmd_tlm_server_packets.txt
1638
1686
  - test/performance/config/tools/cmd_tlm_server/cmd_tlm_server_threads.txt
1639
1687
  - test/performance/config/tools/data_viewer/data_viewer.txt
@@ -1669,10 +1717,10 @@ files:
1669
1717
  - test/performance/config/tools/tlm_extractor/tlm_extractor3.txt
1670
1718
  - test/performance/config/tools/tlm_extractor/tlm_extractor4.txt
1671
1719
  - test/performance/config/tools/tlm_grapher/README.txt
1720
+ - test/performance/config/tools/tlm_grapher/tlm_grapher.txt
1672
1721
  - test/performance/config/tools/tlm_viewer/tlm_viewer.txt
1673
- - test/performance/lib/example_background_task.rb
1674
- - test/performance/lib/example_target.rb
1675
- - test/performance/lib/scpi_target.rb
1722
+ - test/performance/lib/packet_target.rb
1723
+ - test/performance/lib/thread_target.rb
1676
1724
  - test/performance/lib/user_version.rb
1677
1725
  - test/performance/outputs/handbooks/README.txt
1678
1726
  - test/performance/outputs/logs/README.txt
@@ -1700,8 +1748,6 @@ files:
1700
1748
  - test/performance/tools/CmdTlmServerMemProf.bat
1701
1749
  - test/performance/tools/DataViewer
1702
1750
  - test/performance/tools/DataViewer.bat
1703
- - test/performance/tools/ExampleTarget
1704
- - test/performance/tools/ExampleTarget.bat
1705
1751
  - test/performance/tools/HandbookCreator
1706
1752
  - test/performance/tools/HandbookCreator.bat
1707
1753
  - test/performance/tools/Launcher
@@ -1710,6 +1756,8 @@ files:
1710
1756
  - test/performance/tools/LimitsMonitor.bat
1711
1757
  - test/performance/tools/OpenGLBuilder
1712
1758
  - test/performance/tools/OpenGLBuilder.bat
1759
+ - test/performance/tools/PacketTarget
1760
+ - test/performance/tools/PacketTarget.bat
1713
1761
  - test/performance/tools/PacketViewer
1714
1762
  - test/performance/tools/PacketViewer.bat
1715
1763
  - test/performance/tools/Replay
@@ -1722,6 +1770,8 @@ files:
1722
1770
  - test/performance/tools/TableManager.bat
1723
1771
  - test/performance/tools/TestRunner
1724
1772
  - test/performance/tools/TestRunner.bat
1773
+ - test/performance/tools/ThreadTarget
1774
+ - test/performance/tools/ThreadTarget.bat
1725
1775
  - test/performance/tools/TlmExtractor
1726
1776
  - test/performance/tools/TlmExtractor.bat
1727
1777
  - test/performance/tools/TlmGrapher
@@ -1730,6 +1780,8 @@ files:
1730
1780
  - test/performance/tools/TlmGrapherMemProf.bat
1731
1781
  - test/performance/tools/TlmViewer
1732
1782
  - test/performance/tools/TlmViewer.bat
1783
+ - test/performance/tools/TlmViewerMemProf
1784
+ - test/performance/tools/TlmViewerMemProf.bat
1733
1785
  - test/performance/tools/mac/CmdExtractor.app/Contents/Info.plist
1734
1786
  - test/performance/tools/mac/CmdExtractor.app/Contents/MacOS/CmdExtractor.rb
1735
1787
  - test/performance/tools/mac/CmdExtractor.app/Contents/MacOS/main.sh