Class HistogramReaderStream

java.lang.Object
org.yamcs.yarch.Stream
org.yamcs.yarch.HistogramReaderStream
All Implemented Interfaces:
Runnable

public class HistogramReaderStream extends Stream implements Runnable
Sends histogram data to a stream. The definition of the emitted tuples is in TupleSourceExpression.bind(org.yamcs.yarch.ExecutionContext)
  • Constructor Details

  • Method Details

    • doStart

      public void doStart()
      Description copied from class: Stream
      Start emitting tuples.
      Specified by:
      doStart in class Stream
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • setTimeInterval

      public void setTimeInterval(TimeInterval filter)
      Retrieve only the histograms overlapping with this interval.
      Parameters:
      filter -
    • setMergeTime

      public void setMergeTime(long mergeTime)
    • doClose

      public void doClose()
      Specified by:
      doClose in class Stream