Class ApmParser

  • All Implemented Interfaces:
    MessageParser<Apm>

    public class ApmParser
    extends AdmParser<Apm,​ApmParser>
    A parser for the CCSDS APM (Attitude Parameter Message).
    Since:
    10.2
    Author:
    Bryan Cazabonne *

    Note than starting with Orekit 11.0, CCSDS message parsers are mutable objects that gather the data being parsed, until the message is complete and the parseMessage method has returned. This implies that parsers should not be used in a multi-thread context. The recommended way to use parsers is to either dedicate one parser for each message and drop it afterwards, or to use a single-thread loop.

    • Constructor Detail

      • ApmParser

        public ApmParser​(IERSConventions conventions,
                         boolean simpleEOP,
                         DataContext dataContext,
                         AbsoluteDate missionReferenceDate,
                         ParsedUnitsBehavior parsedUnitsBehavior)
        Complete constructor.

        Calling this constructor directly is not recommended. Users should rather use parserBuilder.buildApmParser().

        Parameters:
        conventions - IERS Conventions
        simpleEOP - if true, tidal effects are ignored when interpolating EOP
        dataContext - used to retrieve frames, time scales, etc.
        missionReferenceDate - reference date for Mission Elapsed Time or Mission Relative Time time systems (may be null if time system is absolute)
        parsedUnitsBehavior - behavior to adopt for handling parsed units