Package | Description |
---|---|
org.orekit.files.ccsds.ndm |
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
|
org.orekit.files.ccsds.ndm.adm |
This package contains class managing CCSDS Attitude Data Message.
|
org.orekit.files.ccsds.ndm.cdm |
This package contains class managing CCSDS Conjunction Data Message.
|
org.orekit.files.ccsds.ndm.odm |
This package contains class managing CCSDS Orbit Data Message.
|
org.orekit.files.ccsds.ndm.tdm |
This package contains class managing CCSDS Tracking Data Message.
|
org.orekit.files.ccsds.section |
This package contains class managing the sections in CCSDS Messages.
|
org.orekit.files.ccsds.utils.generation |
This package contains utilities for CCSDS messages generation.
|
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 |
NdmConstituent<H extends Header,S extends Segment<?,?>>
Constituents of a CCSDS Navigation Data Message.
|
Modifier and Type | Method and Description |
---|---|
<H extends Header,S extends Segment<?,?>,F extends NdmConstituent<H,S>> |
NdmWriter.writeConstituent(Generator generator,
F constituent)
Write a constituent.
|
Modifier and Type | Class and Description |
---|---|
class |
AdmHeader
Header of a CCSDS Attitude Data Message.
|
Modifier and Type | Class and Description |
---|---|
class |
CdmHeader
Header of a CCSDS Conjunction Data Message.
|
Modifier and Type | Class and Description |
---|---|
class |
OdmHeader
Header of a CCSDS Orbit Data Message.
|
Modifier and Type | Class and Description |
---|---|
class |
TdmHeader
Header of a CCSDS Tracking Data Message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HeaderKey.process(ParseToken token,
ContextBinding context,
Header header)
Process an token.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageWriter<H extends Header,S extends Segment<?,?>,F extends NdmConstituent<H,S>>
Base class for Navigation Data Message (NDM) files.
|
interface |
MessageWriter<H extends Header,S extends Segment<?,?>,F extends NdmConstituent<H,S>>
Interface for writing Navigation Data Message (NDM) files.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConstituentParser<H extends Header,T extends NdmConstituent<H,?>,P extends AbstractConstituentParser<H,T,?>>
Parser for CCSDS messages.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.