Method: OpenC3::CcsdsParser#state

Defined in:
lib/openc3/ccsds/ccsds_parser.rb

#stateSymbol (readonly)

Returns Indicates if the parser is :READY to start a new series of packets or is :IN_PROGRESS.

Returns:

  • (Symbol)

    Indicates if the parser is :READY to start a new series of packets or is :IN_PROGRESS



31
32
33
# File 'lib/openc3/ccsds/ccsds_parser.rb', line 31

def state
  @state
end