Class 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 Detail

      • Ndm

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

      • 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