public class SsrIgm05Data extends SsrIgmData
| Constructor and Description |
|---|
SsrIgm05Data()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCodeBias(CodeBias bias)
Add a code bias value for the current satellite.
|
CodeBias |
getCodeBias(int signalID)
Get the code bias for a given signal ID.
|
Map<Integer,CodeBias> |
getCodeBiases()
Get the code biases for the current satellite.
|
int |
getNumberOfBiasesProcessed()
Get the number of biases processed for the current satellite.
|
void |
setNumberOfBiasesProcessed(int numberOfBiasesProcessed)
Set the number of biases processed for the current satellite.
|
getSatelliteID, setSatelliteIDpublic int getNumberOfBiasesProcessed()
public void setNumberOfBiasesProcessed(int numberOfBiasesProcessed)
numberOfBiasesProcessed - the number to setpublic void addCodeBias(CodeBias bias)
bias - the code bias to addpublic Map<Integer,CodeBias> getCodeBiases()
First key: signal ID Second key: the code bias object
public CodeBias getCodeBias(int signalID)
signalID - the signal IFCopyright © 2002-2022 CS GROUP. All rights reserved.