public class ClockCorrectionsProvider extends Object implements AdditionalStateProvider
The value of this additional state is a three elements array containing
Modifier and Type | Field and Description |
---|---|
static String |
CLOCK_CORRECTIONS
Name of the additional state for satellite clock corrections.
|
Constructor and Description |
---|
ClockCorrectionsProvider(GPSOrbitalElements gpsOrbit)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
double[] |
getAdditionalState(SpacecraftState state)
Get the additional state.
|
String |
getName()
Get the name of the additional state.
|
public static final String CLOCK_CORRECTIONS
public ClockCorrectionsProvider(GPSOrbitalElements gpsOrbit)
gpsOrbit
- GPS orbital elementspublic String getName()
getName
in interface AdditionalStateProvider
public double[] getAdditionalState(SpacecraftState state)
getAdditionalState
in interface AdditionalStateProvider
state
- spacecraft state to which additional state should correspondCopyright © 2002-2020 CS GROUP. All rights reserved.