Uses of Interface
org.orekit.files.ccsds.utils.lexical.ParseToken.DateConsumer
-
Packages that use ParseToken.DateConsumer Package Description org.orekit.files.ccsds.ndm.adm.apm This package contains class managing CCSDS Attitude Parameter Message.org.orekit.files.ccsds.utils.lexical This package contains utilities for CCSDS messages lexical analysis. -
-
Uses of ParseToken.DateConsumer in org.orekit.files.ccsds.ndm.adm.apm
Methods in org.orekit.files.ccsds.ndm.adm.apm with parameters of type ParseToken.DateConsumer Modifier and Type Method Description boolean
ApmQuaternionKey. process(ParseToken token, ContextBinding context, ApmQuaternion container, ParseToken.DateConsumer epochSetter)
Process one token. -
Uses of ParseToken.DateConsumer in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type ParseToken.DateConsumer Modifier and Type Method Description boolean
ParseToken. processAsDate(ParseToken.DateConsumer consumer, ContextBinding context)
Process the content as a date.
-