public interface LexicalAnalyzer
Lexical analyzer implementations split raw streams
of characters into tokens and feed them to
message parsers
. Each
lexical analyzer knows about a basic character
stream format (Key-Value
Notation
or XML
) but
knows nothing about the CCSDS messages themselves.
The message parsers
know about
CCSDS messages.
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(MessageParser<T> messageParser)
Parse a CCSDS Message.
|
<T> T accept(MessageParser<T> messageParser)
T
- type of the filemessageParser
- CCSDS Message parser to useCopyright © 2002-2022 CS GROUP. All rights reserved.