Uses of Class
org.orekit.files.ccsds.section.Header
Packages that use Header
Package
Description
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
This package contains class managing CCSDS Attitude Data Message.
This package contains class managing CCSDS Conjunction Data Message.
This package contains class managing CCSDS Orbit Data Message.
This package contains class managing CCSDS Tracking Data Message.
This package contains class managing the sections in CCSDS Messages.
This package contains utilities for CCSDS messages generation.
This package contains classes related to the processing
of parse tokens using the state design pattern.
-
Uses of Header in org.orekit.files.ccsds.ndm
Classes in org.orekit.files.ccsds.ndm with type parameters of type HeaderModifier and TypeClassDescriptionclassNdmConstituent<H extends Header,S extends Segment<?, ?>> Constituents of a CCSDS Navigation Data Message.Methods in org.orekit.files.ccsds.ndm with type parameters of type HeaderModifier and TypeMethodDescription<H extends Header,S extends Segment<?, ?>, F extends NdmConstituent<H, S>>
voidNdmWriter.writeConstituent(Generator generator, F constituent) Write a constituent. -
Uses of Header in org.orekit.files.ccsds.ndm.adm
Subclasses of Header in org.orekit.files.ccsds.ndm.adm -
Uses of Header in org.orekit.files.ccsds.ndm.cdm
Subclasses of Header in org.orekit.files.ccsds.ndm.cdm -
Uses of Header in org.orekit.files.ccsds.ndm.odm
Subclasses of Header in org.orekit.files.ccsds.ndm.odm -
Uses of Header in org.orekit.files.ccsds.ndm.tdm
Subclasses of Header in org.orekit.files.ccsds.ndm.tdm -
Uses of Header in org.orekit.files.ccsds.section
Methods in org.orekit.files.ccsds.section with parameters of type HeaderModifier and TypeMethodDescriptionbooleanHeaderKey.process(ParseToken token, ContextBinding context, Header header) Process an token. -
Uses of Header in org.orekit.files.ccsds.utils.generation
Classes in org.orekit.files.ccsds.utils.generation with type parameters of type HeaderModifier and TypeClassDescriptionclassAbstractMessageWriter<H extends Header,S extends Segment<?, ?>, F extends NdmConstituent<H, S>> Base class for Navigation Data Message (NDM) files.interfaceMessageWriter<H extends Header,S extends Segment<?, ?>, F extends NdmConstituent<H, S>> Interface for writing Navigation Data Message (NDM) files. -
Uses of Header in org.orekit.files.ccsds.utils.parsing
Classes in org.orekit.files.ccsds.utils.parsing with type parameters of type HeaderModifier and TypeClassDescriptionclassAbstractConstituentParser<H extends Header,T extends NdmConstituent<H, ?>, P extends AbstractConstituentParser<H, T, ?>> Parser for CCSDS messages.