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 Summary
Constructors Constructor Description CodeBias(int signalID, double codeBias)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCodeBias()
Get the code bias associated to the signal ID.int
getSignalID()
Get the GNSS signal and tracking mode identifier.
-