Package org.orekit.time.clocks
package org.orekit.time.clocks
This package provides classes to handle clocks.
ClockModel is the main interface that represent clocks.
Such clocks can drift with respect to a perfect absolute time. The interface provides
the difference between the modeled clock and its reference, which can be constant
or time-dependent. The difference is held in a simple container
ClockOffset (or its field counterpart
FieldClockOffset).
- Since:
- 14.0
- Author:
- L. Maisonobe
-
ClassDescriptionClock model combining two underlying models.Offset clock model aggregating several other clock models.Offset clock model.Container for time stamped clock offset.bHermite interpolator of time stamped clock offsets.Clock model computing the difference of two underlying models.Clock model computing the sum of two underlying models.Clock model for a clock with constant offset.FieldClockOffset<T extends CalculusFieldElement<T>>Container for time stamped clock offset.FieldClockOffsetHermiteInterpolator<T extends CalculusFieldElement<T>>bHermite interpolator of time stamped clock offsets.Clock model for perfect clock with constant zero offset.Quadratic clock model.QuadraticFieldClockModel<T extends CalculusFieldElement<T>>Quadratic clock model.Offset clock model backed up by a sample.