AdditionalStateProviderpublic class ClockCorrectionsProvider extends Object implements AdditionalStateProvider
The value of this additional state is a three elements array containing
| Modifier and Type | Field | Description |
|---|---|---|
static String |
CLOCK_CORRECTIONS |
Name of the additional state for satellite clock corrections.
|
| Constructor | Description |
|---|---|
ClockCorrectionsProvider(GPSOrbitalElements gpsOrbit) |
Simple constructor.
|
| Modifier and Type | Method | 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 AdditionalStateProviderpublic double[] getAdditionalState(SpacecraftState state)
getAdditionalState in interface AdditionalStateProviderstate - spacecraft state to which additional state should correspondCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.