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 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