Class CodeBias

java.lang.Object
org.orekit.gnss.metric.messages.common.CodeBias

public class CodeBias extends Object
Container for code bias data.
Since:
11.0
Author:
Bryan Cazabonne
  • Constructor Details

    • CodeBias

      public CodeBias(int signalID, double codeBias)
      Constructor.
      Parameters:
      signalID - GNSS signal and tracking mode identifier
      codeBias - code bias associated to the signal ID in meters
  • Method Details

    • getSignalID

      public int getSignalID()
      Get the GNSS signal and tracking mode identifier.
      Returns:
      the GNSS signal and tracking mode identifier
    • getCodeBias

      public double getCodeBias()
      Get the code bias associated to the signal ID.
      Returns:
      the code bias in meters