Class MultiParameterValueSegment

java.lang.Object
org.yamcs.parameterarchive.MultiParameterValueSegment

public class MultiParameterValueSegment extends Object
A collection of ParameterValueSegment with a common timeSegment.

Some of the segments may be null in case they contained no data (i.e. only gaps)

  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getSegmentStart

      public long getSegmentStart()
    • getSegmentEnd

      public long getSegmentEnd()
    • size

      public int size()
    • getPvs

      public ParameterValueSegment getPvs(int idx)
    • numParameters

      public int numParameters()