Class: OpenC3::XtceConverter
- Defined in:
- lib/openc3/packets/parsers/xtce_converter.rb
Instance Attribute Summary collapse
-
#current_target_name ⇒ Object
Returns the value of attribute current_target_name.
Class Method Summary collapse
-
.convert(commands, telemetry, output_dir) ⇒ Object
Output a previously parsed definition file into the XTCE format.
Instance Attribute Details
#current_target_name ⇒ Object
Returns the value of attribute current_target_name.
29 30 31 |
# File 'lib/openc3/packets/parsers/xtce_converter.rb', line 29 def current_target_name @current_target_name end |
Class Method Details
.convert(commands, telemetry, output_dir) ⇒ Object
Output a previously parsed definition file into the XTCE format
40 41 42 |
# File 'lib/openc3/packets/parsers/xtce_converter.rb', line 40 def self.convert(commands, telemetry, output_dir) XtceConverter.new(commands, telemetry, output_dir) end |