Uses of Interface
org.orekit.files.ccsds.utils.lexical.ParseToken.FrameConsumer
-
Packages that use ParseToken.FrameConsumer Package Description org.orekit.files.ccsds.utils.lexical This package contains utilities for CCSDS messages lexical analysis. -
-
Uses of ParseToken.FrameConsumer in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type ParseToken.FrameConsumer Modifier and Type Method Description boolean
ParseToken. processAsFrame(ParseToken.FrameConsumer consumer, ContextBinding context, boolean allowCelestial, boolean allowOrbit, boolean allowSpacecraft)
Process the content as a frame.
-