Sha256: b573b3db928cce6fad7c43507532c077ccdeb3ffffeb7e5f3bd5d005a466db05

Contents?: true

Size: 328 Bytes

Versions: 3

Compression:

Stored size: 328 Bytes

Contents

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

class <%= target_class %>:
    def utility():
        pass

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openc3-5.14.1 templates/target/targets/TARGET/lib/target.py
openc3-5.14.0 templates/target/targets/TARGET/lib/target.py
openc3-5.13.0 templates/target/targets/TARGET/lib/target.py