Sha256: 150d0898920802a35c097853b075d2efa68a740cd1dcd21d48999782e27c674a

Contents?: true

Size: 315 Bytes

Versions: 6

Compression:

Stored size: 315 Bytes

Contents

# This class can be used in your scripts like so:
#   load_utility '<%= target_class.upcase %>/lib/<%= target_lib_filename %>'
#   <%= target_object %> = <%= target_class %>.new
#   <%= target_object %>.utility
# For more information see the OpenC3 scripting guide

class <%= target_class %>
  def utility
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openc3-6.2.1 templates/target/targets/TARGET/lib/target.rb
openc3-6.2.0 templates/target/targets/TARGET/lib/target.rb
openc3-6.1.0 templates/target/targets/TARGET/lib/target.rb
openc3-6.0.2 templates/target/targets/TARGET/lib/target.rb
openc3-6.0.1 templates/target/targets/TARGET/lib/target.rb
openc3-6.0.0 templates/target/targets/TARGET/lib/target.rb