Package | Description |
---|---|
org.orekit.files.ccsds.section |
This package contains class managing the sections in CCSDS Messages.
|
org.orekit.files.ccsds.utils.parsing |
This package contains classes related to the processing
of parse tokens using the state design pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
HeaderProcessingState
|
class |
KvnStructureProcessingState
ProcessingState for structure of FileFormat.KVN CCSDS Messages. |
class |
XmlStructureProcessingState
ProcessingState for structure of FileFormat.XML CCSDS Messages. |
Modifier and Type | Class and Description |
---|---|
class |
ErrorState
Special
ProcessingState that always generate an error message. |
Modifier and Type | Method and Description |
---|---|
ProcessingState |
AbstractMessageParser.getCurrent()
Get the current processing state.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMessageParser.anticipateNext(ProcessingState anticipated)
Anticipate what next processing state should be.
|
protected void |
AbstractMessageParser.reset(FileFormat fileFormat,
ProcessingState initialState)
Reset parser to initial state before parsing.
|
void |
AbstractMessageParser.setFallback(ProcessingState fallback)
Set fallback processing state.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.