Method: OpenC3::Telemetry#all

Defined in:
lib/openc3/packets/telemetry.rb

#allHash{String=>Hash{String=>Packet}}

Returns Hash of all the telemetry packets keyed by the target name. The value is another hash keyed by the packet name returning the packet.

Returns:

  • (Hash{String=>Hash{String=>Packet}})

    Hash of all the telemetry packets keyed by the target name. The value is another hash keyed by the packet name returning the packet.



442
443
444
# File 'lib/openc3/packets/telemetry.rb', line 442

def all
  @config.telemetry
end