Class SsrIgm05Data


public class SsrIgm05Data extends SsrIgmData
Container for SSR IGM05 data.
Since:
11.0
Author:
Bryan Cazabonne
  • Constructor Details

    • SsrIgm05Data

      public SsrIgm05Data()
      Constructor.
  • Method Details

    • getNumberOfBiasesProcessed

      public int getNumberOfBiasesProcessed()
      Get the number of biases processed for the current satellite.
      Returns:
      the number of biases processed
    • setNumberOfBiasesProcessed

      public void setNumberOfBiasesProcessed(int numberOfBiasesProcessed)
      Set the number of biases processed for the current satellite.
      Parameters:
      numberOfBiasesProcessed - the number to set
    • addCodeBias

      public void addCodeBias(CodeBias bias)
      Add a code bias value for the current satellite.
      Parameters:
      bias - the code bias to add
    • getCodeBiases

      public Map<Integer,CodeBias> getCodeBiases()
      Get the code biases for the current satellite.

      First key: signal ID Second key: the code bias object

      Returns:
      the code biases for the current satellite
    • getCodeBias

      public CodeBias getCodeBias(int signalID)
      Get the code bias for a given signal ID.
      Parameters:
      signalID - the signal IF
      Returns:
      the corresponding code bias (null if not provided)