Sha256: bfa72bc8aa95d954b133b369b3eee0de26d2a116471283d19add2214f9fccc10

Contents?: true

Size: 570 Bytes

Versions: 64

Compression:

Stored size: 570 Bytes

Contents

# TBL_FILENAME is set to the name of the table file to overwrite
puts "file:#{ENV['TBL_FILENAME']}"
# Download the file
# Implement custom commanding logic to download the table
# You probably want to do something like:
buffer = ''
# i = 1
# num_segments = 5 # calculate based on TBL_FILENAME
# table_id = 1  # calculate based on TBL_FILENAME
# while i < num_segments
#   # Request a part of the table buffer
#   cmd("TGT DUMP with TABLE_ID #{table_id}, SEGMENT #{i}")
#   buffer += tlm("TGT DUMP_PKT DATA")
#   i += 1
# end
put_target_file(ENV['TBL_FILENAME'], buffer)

Version data entries

64 entries across 62 versions & 4 rubygems

Version Path
openc3-cosmos-demo-6.2.1 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-6.2.0 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-6.1.0 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-6.0.2 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-6.0.1 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-6.0.0 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-5.20.0 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-5.19.0 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-5.18.0 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-5.17.1 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-5.17.0 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-5.16.0 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-5.15.2 targets/INST/tables/procedures/download.rb
openc3-cosmos-fakesat-1.0.9 targets/FAKESAT/tables/procedures/download.rb
openc3-cosmos-demo-5.15.1 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-5.15.0 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-5.14.2 targets/INST/tables/procedures/download.rb
openc3-cosmos-demo-5.14.1 targets/INST/tables/procedures/download.rb
openc3-cosmos-fakesat-1.0.8 targets/FAKESAT/tables/procedures/download.rb
openc3-cosmos-demo-5.14.0 targets/INST/tables/procedures/download.rb