Method: OpenC3::FormatStringParser.parse

Defined in:
lib/openc3/packets/parsers/format_string_parser.rb

.parse(parser, item) ⇒ Object

Parameters:



27
28
29
30
31
# File 'lib/openc3/packets/parsers/format_string_parser.rb', line 27

def self.parse(parser, item)
  @parser = FormatStringParser.new(parser)
  @parser.verify_parameters()
  @parser.create_format_string(item)
end