openc3-cosmos-demo 5.6.0 → 5.6.1

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: a0e597c5df7d668585f0c8c435f29ae674f1f5f4fd52a4799c36613115b5a168
4
- data.tar.gz: c918c822ec2d2d926fcd1c6b9d1098e00648d55b21ab5c169389d728841d46e6
3
+ metadata.gz: 13d6b362276b2f4ea60dc5dd69861fbb3b337ec57d3ba0bce62b5e3a81364dee
4
+ data.tar.gz: acf3770a7e361b0d2e02313582c5a03d3bc7692236a5b4848fdeb072fea5da7f
5
5
  SHA512:
6
- metadata.gz: b4938f7d49277281a47327d50ff64b6465d76b873e4fd4fd66d2d2431ff1b238bc08497cd46aaa0cc10767232954741218329753070d4798c1e11df6ffa63105
7
- data.tar.gz: 34ca8754776d32fd42cc4f4e7aa8792f6c595e406c65df800e9ec1578d7b812debc744f4a04420a89b3c1ae31e86b696328d00df645864bcd8d5c4d81e41c1b1
6
+ metadata.gz: 4c6c844ffc2555b580f514e7d77fcf873fd32b1112407db85197b7e89747bfc9bb74398ff217dbc05c503daaad15c7738d6e2020803ed4b232167dc07145b0f0
7
+ data.tar.gz: 9f6455f2820a84b9083b738ababc302da8c4a534926ea8d5285404dda0cfc3f3a262e082ce83561a241c8e156f9dd5bc8cdcc5661a3b35256dfb26f99ef62087
@@ -122,11 +122,11 @@ TELEMETRY <%= target_name %> PARAMS BIG_ENDIAN "Params set by SETPARAMS command"
122
122
 
123
123
  TELEMETRY <%= target_name %> IMAGE BIG_ENDIAN "Packet with image data"
124
124
  <%= render "_ccsds_tlm.txt", locals: {apid: 4} %>
125
- APPEND_ITEM BYTES 32 UINT "First bytes"
126
- FORMAT_STRING '0x%08x'
127
125
  APPEND_ITEM BLOCK 8000 BLOCK "Raw Data"
128
126
  APPEND_ITEM IMAGE 0 BLOCK "Image Data"
129
- OVERLAP # Notify OpenC3 that this is intentionally overlapping the BYTES field
127
+ ITEM BYTES 128 32 UINT "First bytes"
128
+ FORMAT_STRING '0x%08x'
129
+ OVERLAP # Notify OpenC3 that this is intentionally overlapping the BLOCK field
130
130
  ITEM PACKET_TIME 0 0 DERIVED "Ruby time based on TIMESEC and TIMEUS"
131
131
  READ_CONVERSION unix_time_conversion.rb TIMESEC TIMEUS
132
132
 
@@ -2,6 +2,6 @@ SCREEN AUTO AUTO 1.0
2
2
 
3
3
  VERTICAL
4
4
  TITLE "<%= target_name %> Instrument Block Data"
5
- BLOCK <%= target_name %> IMAGE IMAGE
6
- BLOCK <%= target_name %> IMAGE IMAGE 600 200 "%02X" 4 6 "0x%08X:"
5
+ BLOCK <%= target_name %> IMAGE BLOCK
6
+ BLOCK <%= target_name %> IMAGE BLOCK 680 200 "%02X" 4 6 "0x%08X: "
7
7
  END