openc3-cosmos-fakesat 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: edf9d18fef465eeb3a361be176d323f4691306c07b1eac20b715b81a93f2a4c9
4
- data.tar.gz: 6eb6612a570a07a664cde168039d796cddb52d0c2d74285c41997e35420bc014
3
+ metadata.gz: aa7c337bf1bd4a0dee5f4cae1c678b30cf30362e1f04f30320f4a799862b05c5
4
+ data.tar.gz: 4b71541e38959e6e693b89a95f4d5608cc87b9e2fa33303f5d3d92aa1ff6953a
5
5
  SHA512:
6
- metadata.gz: 7886e6fedaf6e649cf6e67193676ba1e1dae73d2e7cfd556d6ae84c3939efe3380f1620d0396b39ee61eed1efc70f84fe8987ab5b552ba5c285d0a46c2bf140d
7
- data.tar.gz: ba32f846ab61946cece53323f632a84c116c4de459b907ccb970a3d6ac840951afe5e19ab614ebce2e34680611eb635a49e17acf70db86189dcb4bbb61933e1a
6
+ metadata.gz: 2256d3abd062a0897511bf2ebcac98df12caa4887051b53198764d5fd04ee5dfb1c484a26464b7e838aa8e60569070e981347252f984858e4d0bec496f17670d
7
+ data.tar.gz: 9e1e408813803f76d0d79164c3fa4f663b49a35ab3a9acf35c34bee284de1c802074f3687ef0260a056c1f76aa4df929e77f3c831e99075bc6fb3d4d3b4f24d3
@@ -5,4 +5,4 @@
5
5
  PARAMETER CCSDSSEQFLAGS 16 2 UINT 3 3 3 "CCSDS primary header sequence flags"
6
6
  PARAMETER CCSDSSEQCNT 18 14 UINT 0 16383 0 "CCSDS primary header sequence count"
7
7
  OVERFLOW TRUNCATE
8
- PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 12 "CCSDS primary header packet length"
8
+ PARAMETER CCSDSLENGTH 32 16 UINT MIN MAX 0 "CCSDS primary header packet length"
@@ -4,14 +4,14 @@ COMMAND <%= target_name %> NOOP BIG_ENDIAN "NOOP"
4
4
 
5
5
  COMMAND <%= target_name %> COLLECT BIG_ENDIAN "Starts a collect on the <%= target_name %> target"
6
6
  <%= render "_ccsds_cmd.txt", locals: {apid: 2} %>
7
- PARAMETER TYPE 64 16 UINT MIN MAX 0 "Collect type"
7
+ APPEND_PARAMETER TYPE 16 UINT MIN MAX 0 "Collect type"
8
8
  REQUIRED
9
9
  STATE NORMAL 0
10
10
  STATE SPECIAL 1 HAZARDOUS
11
- PARAMETER DURATION 80 32 FLOAT 0.0 10.0 1.0 "Collect duration"
12
- PARAMETER OPCODE 112 8 UINT 0x0 0xFF 0xAB "Collect opcode"
11
+ APPEND_PARAMETER DURATION 32 FLOAT 0.0 10.0 1.0 "Collect duration"
12
+ APPEND_PARAMETER OPCODE 8 UINT 0x0 0xFF 0xAB "Collect opcode"
13
13
  FORMAT_STRING "0x%0X"
14
- PARAMETER TEMP 120 32 FLOAT 0.0 25.0 0.0 "Collect temperature"
14
+ APPEND_PARAMETER TEMP 32 FLOAT 0.0 25.0 0.0 "Collect temperature"
15
15
  UNITS Celsius C
16
16
 
17
17
  COMMAND <%= target_name %> ABORT BIG_ENDIAN "Aborts a collect on the <%= target_name %> instrument"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openc3-cosmos-fakesat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
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-01-18 00:00:00.000000000 Z
12
+ date: 2023-01-25 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: " cosmos-fakesat plugin facilitating COSMOS user training\n"
15
15
  email: