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 doublegetCodeBias()Get the code bias associated to the signal ID.intgetSignalID()Get the GNSS signal and tracking mode identifier.
-