Sha256: 00ffbc42d20f063dc563ad89d435fe96b2ae726bd5a4e402d25393def6d4c648

Contents?: true

Size: 279 Bytes

Versions: 17

Compression:

Stored size: 279 Bytes

Contents

# This class can be used in your scripts like so:
#   require '<%= 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

17 entries across 17 versions & 1 rubygems

Version Path
openc3-5.5.1 templates/target/targets/TARGET/lib/target.rb
openc3-5.5.0 templates/target/targets/TARGET/lib/target.rb
openc3-5.5.0.pre.beta0 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.4.3.pre.beta0 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.4.2 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.4.1 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.4.0 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.3.0 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.2.0 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.1.1 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.1.0 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.0.11 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.0.10 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.0.9 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.0.8 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.0.7 templates/plugin-template/targets/TARGET/lib/target.rb
openc3-5.0.6 templates/plugin-template/targets/TARGET/lib/target.rb