Method: OpenC3::Processor#results

Defined in:
lib/openc3/processors/processor.rb

#resultsHash

Returns The results of the most recent execution of the processor.

Returns:

  • (Hash)

    The results of the most recent execution of the processor



32
33
34
# File 'lib/openc3/processors/processor.rb', line 32

def results
  @results
end