See: Description
| Interface | Description |
|---|---|
| ProcessingState |
Interface for processing parsing tokens for CCSDS NDM files.
|
| Class | Description |
|---|---|
| AbstractConstituentParser<T extends NdmConstituent<?,?>,P extends AbstractConstituentParser<T,?>> |
Parser for CCSDS messages.
|
| AbstractMessageParser<T> |
Parser for CCSDS messages.
|
| ErrorState |
Special
ProcessingState that always generate an error message. |
The base abstract class AbstractMessageParser implements the MessageParser interface using
the state design pattern, where each processing state is devoted
to analyze one section or sub-section of a CCSDS message (like header, metadata,
data or even smaller parts like logical blocks inside data).
Copyright © 2002-2023 CS GROUP. All rights reserved.