Package org.orekit.time.clocks


package org.orekit.time.clocks
This package provides classes to handle clocks. class diagram

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