Method: OpenC3::InterfaceTopic.start_raw_logging

Defined in:
lib/openc3/topics/interface_topic.rb

.start_raw_logging(interface_name, scope:) ⇒ Object



68
69
70
# File 'lib/openc3/topics/interface_topic.rb', line 68

def self.start_raw_logging(interface_name, scope:)
  Topic.write_topic("{#{scope}__CMD}INTERFACE__#{interface_name}", { 'log_stream' => 'true' }, '*', 100)
end