Class CommandHistoryRecord
java.lang.Object
org.yamcs.studio.commanding.cmdhist.CommandHistoryRecord
Keeps an assembled state of multiple events related to one CommandId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCellImage(String columnName, String imageLocation) voidaddCellValue(String columnName, Yamcs.Value value) longgetAckDurationForColumn(String columnName) How long it took before the ACK for this dynamic column arrived.getCellImage(String columnName) getImageForColumn(String columnName) getTextForColumn(String columnName, boolean showRelativeTime) getTooltipForColumn(String columnName) void
-
Constructor Details
-
CommandHistoryRecord
-
-
Method Details
-
getDisplayedName
-
addCellValue
-
addCellImage
-
getCellImage
-
getTextForColumn
-
getImageForColumn
-
getTooltipForColumn
-
getAckDurationForColumn
How long it took before the ACK for this dynamic column arrived. (relative to generationtime for the row) -
getSource
-
printArguments
-
getCommand
-
merge
-