Class CommandHistoryRecord

java.lang.Object
org.yamcs.studio.commanding.cmdhist.CommandHistoryRecord

public class CommandHistoryRecord extends Object
Keeps an assembled state of multiple events related to one CommandId
  • Constructor Details

    • CommandHistoryRecord

      public CommandHistoryRecord(Command command)
  • Method Details

    • addCellValue

      public void addCellValue(String columnName, Yamcs.Value value)
    • addCellImage

      public void addCellImage(String columnName, String imageLocation)
    • getCellImage

      public String getCellImage(String columnName)
    • getTextForColumn

      public String getTextForColumn(String columnName, boolean showRelativeTime)
    • getImageForColumn

      public String getImageForColumn(String columnName)
    • getTooltipForColumn

      public String getTooltipForColumn(String columnName)
    • getAckDurationForColumn

      public long getAckDurationForColumn(String columnName)
      How long it took before the ACK for this dynamic column arrived. (relative to generationtime for the row)
    • getSource

      public String getSource()
    • getCommand

      public Command getCommand()
    • merge

      public void merge(Command other)