openc3-cosmos-demo 5.9.0 → 5.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/targets/INST/procedures_py/checks.py +17 -0
- data/targets/INST/procedures_py/collect.py +21 -0
- data/targets/INST/procedures_py/disconnect.py +23 -0
- data/targets/INST/procedures_py/file_dialog.py +18 -0
- data/targets/INST/procedures_py/metadata.py +25 -0
- data/targets/INST/procedures_py/screens.py +35 -0
- data/targets/INST/procedures_py/stash.py +24 -0
- data/targets/INST/procedures_py/target_file.py +26 -0
- data/targets/INST/procedures_py/utilities/clear.py +9 -0
- data/targets/INST/procedures_py/utilities/collect.py +17 -0
- data/tools/widgets/BigWidget/BigWidget.umd.min.js +2 -2
- data/tools/widgets/BigWidget/BigWidget.umd.min.js.map +1 -1
- data/tools/widgets/DataviewerquaternionWidget/DataviewerquaternionWidget.umd.min.js +2 -2
- data/tools/widgets/DataviewerquaternionWidget/DataviewerquaternionWidget.umd.min.js.map +1 -1
- data/tools/widgets/DataviewertimeWidget/DataviewertimeWidget.umd.min.js +1 -1
- data/tools/widgets/DataviewertimeWidget/DataviewertimeWidget.umd.min.js.map +1 -1
- data/tools/widgets/HelloworldWidget/HelloworldWidget.umd.min.js +1 -1
- data/tools/widgets/HelloworldWidget/HelloworldWidget.umd.min.js.map +1 -1
- metadata +12 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openc3-cosmos-demo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Melton
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-
|
12
|
+
date: 2023-08-05 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: |2
|
15
15
|
This plugin adds the OpenC3 COSMOS demo configuration to a base OpenC3 COSMOS installation.
|
@@ -54,6 +54,16 @@ files:
|
|
54
54
|
- targets/INST/procedures/target_file.rb
|
55
55
|
- targets/INST/procedures/utilities/clear.rb
|
56
56
|
- targets/INST/procedures/utilities/collect.rb
|
57
|
+
- targets/INST/procedures_py/checks.py
|
58
|
+
- targets/INST/procedures_py/collect.py
|
59
|
+
- targets/INST/procedures_py/disconnect.py
|
60
|
+
- targets/INST/procedures_py/file_dialog.py
|
61
|
+
- targets/INST/procedures_py/metadata.py
|
62
|
+
- targets/INST/procedures_py/screens.py
|
63
|
+
- targets/INST/procedures_py/stash.py
|
64
|
+
- targets/INST/procedures_py/target_file.py
|
65
|
+
- targets/INST/procedures_py/utilities/clear.py
|
66
|
+
- targets/INST/procedures_py/utilities/collect.py
|
57
67
|
- targets/INST/public/ground_error.png
|
58
68
|
- targets/INST/public/ground_off.png
|
59
69
|
- targets/INST/public/ground_on.png
|