Class TimeSyncStateMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class TimeSyncStateMessage
    extends AbstractMessage
    Sent to synchronize the artificial test time on the different systems.
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Detail

      • TimeSyncStateMessage

        public TimeSyncStateMessage()
        Constructor.
      • TimeSyncStateMessage

        public TimeSyncStateMessage​(long aRealtimeOffset,
                                    long aRealtimeDecouplingTime,
                                    double aProgressionFactor)
        Constructor.
        Parameters:
        realtimeOffset -
        realtimeDecouplingTime -
        multiplier -
    • Method Detail

      • getProgressionFactor

        public double getProgressionFactor()
      • getRealtimeDecouplingTime

        public long getRealtimeDecouplingTime()
      • getRealtimeOffset

        public long getRealtimeOffset()