Class SsrIgm06Header
- java.lang.Object
-
- org.orekit.gnss.metric.messages.ssr.SsrHeader
-
- org.orekit.gnss.metric.messages.ssr.igm.SsrIgmHeader
-
- org.orekit.gnss.metric.messages.ssr.igm.SsrIgm06Header
-
public class SsrIgm06Header extends SsrIgmHeader
Container for SSR IGM06 header.- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
-
Constructor Summary
Constructors Constructor Description SsrIgm06Header()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisConsistencyMaintained()Get the flag indicating if phase biases maintain consistency between non-dispersive and all original dispersive phase signals.booleanisMelbourneWubbenaConsistencyMaintained()Get the flag indicating if consistency between code and phase biases is maintained for the MW combinations.voidsetIsConsistencyMaintained(boolean isConsistencyMaintained)Set the flag indicating if phase biases maintain consistency between non-dispersive and all original dispersive phase signals.voidsetIsMelbourneWubbenaConsistencyMaintained(boolean isMelbourneWubbenaConsistencyMaintained)Set the flag indicating if consistency between code and phase biases is maintained for the MW combinations.-
Methods inherited from class org.orekit.gnss.metric.messages.ssr.igm.SsrIgmHeader
getNumberOfSatellites, setNumberOfSatellites
-
Methods inherited from class org.orekit.gnss.metric.messages.ssr.SsrHeader
getIodSsr, getSsrEpoch1s, getSsrMultipleMessageIndicator, getSsrProviderId, getSsrSolutionId, getSsrUpdateInterval, setIodSsr, setSsrEpoch1s, setSsrMultipleMessageIndicator, setSsrProviderId, setSsrSolutionId, setSsrUpdateInterval
-
-
-
-
Method Detail
-
isConsistencyMaintained
public boolean isConsistencyMaintained()
Get the flag indicating if phase biases maintain consistency between non-dispersive and all original dispersive phase signals.- Returns:
- true if consistency is maintained
-
isMelbourneWubbenaConsistencyMaintained
public boolean isMelbourneWubbenaConsistencyMaintained()
Get the flag indicating if consistency between code and phase biases is maintained for the MW combinations.- Returns:
- true if phase biases are consistent for MW combinations
-
setIsConsistencyMaintained
public void setIsConsistencyMaintained(boolean isConsistencyMaintained)
Set the flag indicating if phase biases maintain consistency between non-dispersive and all original dispersive phase signals.- Parameters:
isConsistencyMaintained- the flag to set
-
setIsMelbourneWubbenaConsistencyMaintained
public void setIsMelbourneWubbenaConsistencyMaintained(boolean isMelbourneWubbenaConsistencyMaintained)
Set the flag indicating if consistency between code and phase biases is maintained for the MW combinations.- Parameters:
isMelbourneWubbenaConsistencyMaintained- the flag to set
-
-