Method: OpenC3::InterfaceTopic.start_raw_logging
- Defined in:
- lib/openc3/topics/interface_topic.rb
.start_raw_logging(interface_name, scope:) ⇒ Object
59 60 61 |
# File 'lib/openc3/topics/interface_topic.rb', line 59 def self.start_raw_logging(interface_name, scope:) Topic.write_topic("{#{scope}__CMD}INTERFACE__#{interface_name}", { 'log_raw' => 'true' }, '*', 100) end |