Class BeidouAlmanac

  • All Implemented Interfaces:
    GNSSOrbitalElements, TimeStamped

    public class BeidouAlmanac
    extends AbstractAlmanac
    Class for BeiDou almanac.
    Since:
    10.0
    Author:
    Bryan Cazabonne
    See Also:
    "BeiDou Navigation Satellite System, Signal In Space, Interface Control Document, Version 2.1, Table 5-12"
    • Constructor Detail

      • BeidouAlmanac

        public BeidouAlmanac()
        Build a new almanac.
    • Method Detail

      • setSqrtA

        public void setSqrtA​(double sqrtA)
        Sets the Square Root of Semi-Major Axis (m^1/2).

        In addition, this method set the value of the Semi-Major Axis.

        Parameters:
        sqrtA - the Square Root of Semi-Major Axis (m^1/2)
      • setI0

        public void setI0​(double inc,
                          double dinc)
        Sets the Inclination Angle at Reference Time (rad).
        Parameters:
        inc - the orbit reference inclination
        dinc - the correction of orbit reference inclination at reference time
      • getHealth

        public int getHealth()
        Gets the Health status.
        Returns:
        the Health status
      • setHealth

        public void setHealth​(int health)
        Sets the health status.
        Parameters:
        health - the health status to set