Class ReplayServer

  • All Implemented Interfaces:
    com.google.common.util.concurrent.Service, YamcsService

    public class ReplayServer
    extends AbstractYamcsService
    Yarch replay server A note about terminology: we call this replay because it provides capability to speed control/pause/resume. However, it is not replay in terms of reprocessing the data - the data is sent as recorded in the streams.
    • Constructor Detail

      • ReplayServer

        public ReplayServer()
    • Method Detail

      • replayFinished

        public void replayFinished()
      • doStart

        protected void doStart()
        Specified by:
        doStart in class com.google.common.util.concurrent.AbstractService
      • doStop

        public void doStop()
        Specified by:
        doStop in class com.google.common.util.concurrent.AbstractService