public class SsrIgm06Data extends SsrIgmData
Constructor and Description |
---|
SsrIgm06Data()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addPhaseBias(PhaseBias bias)
Add a phase bias value for the current satellite.
|
int |
getNumberOfBiasesProcessed()
Get the number of biases processed for the current satellite.
|
PhaseBias |
getPhaseBias(int signalID)
Get the phase bias for a given signal ID.
|
Map<Integer,PhaseBias> |
getPhaseBiases()
Get the phase biases for the current satellite.
|
double |
getYawAngle()
Get the yaw angle used for computation of phase wind-up correction.
|
double |
getYawRate()
Get the yaw rate.
|
void |
setNumberOfBiasesProcessed(int numberOfBiasesProcessed)
Set the number of biases processed for the current satellite.
|
void |
setYawAngle(double yawAngle)
Set the yaw angle used for computation of phase wind-up correction.
|
void |
setYawRate(double yawRate)
Set the yaw rate.
|
getSatelliteID, setSatelliteID
public int getNumberOfBiasesProcessed()
public void setNumberOfBiasesProcessed(int numberOfBiasesProcessed)
numberOfBiasesProcessed
- the number to setpublic double getYawAngle()
public void setYawAngle(double yawAngle)
yawAngle
- the yaw angle to set in radianspublic double getYawRate()
public void setYawRate(double yawRate)
yawRate
- the yaw rate to set in radians per secondpublic void addPhaseBias(PhaseBias bias)
bias
- the phase bias to addpublic Map<Integer,PhaseBias> getPhaseBiases()
First key: signal ID Second key: the phase bias object
public PhaseBias getPhaseBias(int signalID)
signalID
- the signal IFCopyright © 2002-2022 CS GROUP. All rights reserved.