Class CodeBias
java.lang.Object
org.orekit.gnss.metric.messages.common.CodeBias
Container for code bias data.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the code bias associated to the signal ID.intGet the GNSS signal and tracking mode identifier.
-
Constructor Details
-
CodeBias
public CodeBias(int signalID, double codeBias) Constructor.- Parameters:
signalID- GNSS signal and tracking mode identifiercodeBias- 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
-