Class YarchReplay

java.lang.Object
org.yamcs.archive.YarchReplay
All Implemented Interfaces:
StreamSubscriber

public class YarchReplay extends Object implements StreamSubscriber
Performs a replay from Yarch So far supported are: TM packets, PP groups, Events, Parameters and Command History.

It relies on handlers for each data type. Each handler creates a stream, the streams are merged and the output is sent to the listener This class can also handle pause/resume: simply stop sending data seek: closes the streams and creates new ones with a different starting time.