Method: OpenC3::InterfaceTopic.stop_raw_logging
- Defined in:
- lib/openc3/topics/interface_topic.rb
.stop_raw_logging(interface_name, scope:) ⇒ Object
72 73 74 |
# File 'lib/openc3/topics/interface_topic.rb', line 72 def self.stop_raw_logging(interface_name, scope:) Topic.write_topic("{#{scope}__CMD}INTERFACE__#{interface_name}", { 'log_stream' => 'false' }, '*', 100) end |