Method: OpenC3::CcsdsParser#reset
- Defined in:
- lib/openc3/ccsds/ccsds_parser.rb
#reset ⇒ Object
Resets internal state to :READY and clears the in_progress_data
53 54 55 56 |
# File 'lib/openc3/ccsds/ccsds_parser.rb', line 53 def reset @state = :READY @in_progress_data = '' end |