Package org.orekit.files.ccsds.section
Class HeaderProcessingState
java.lang.Object
org.orekit.files.ccsds.section.HeaderProcessingState
- All Implemented Interfaces:
ProcessingState
- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionHeaderProcessingState(AbstractConstituentParser<?, ?, ?> parser) Simple constructor. -
Method Summary
-
Constructor Details
-
HeaderProcessingState
Simple constructor.- Parameters:
parser- parser for the complete message
-
-
Method Details
-
processToken
Process one token.- Specified by:
processTokenin interfaceProcessingState- Parameters:
token- token to process- Returns:
- true if token was processed, false otherwise
-