Class Ndm

java.lang.Object
org.orekit.files.ccsds.ndm.Ndm

public class Ndm extends Object
CCSDS Navigation Data Message. This class is a container for comments and constituents.
Since:
11.0
Author:
Luc Maisonobe
  • Constructor Details

    • Ndm

      public Ndm(List<String> comments, List<NdmConstituent<?,?>> constituents)
      Simple constructor.
      Parameters:
      comments - file comments
      constituents - constituents of the message
  • Method Details

    • getComments

      public List<String> getComments()
      Get an unmodifiable view of the comments.
      Returns:
      unmodifiable view of the comment
    • getConstituents

      public List<NdmConstituent<?,?>> getConstituents()
      Get an unmodifiable view of the constituents.
      Returns:
      unmodifiable view of the constituents