Class CommandHistoryRecord
java.lang.Object
org.yamcs.studio.commanding.cmdhist.CommandHistoryRecord
Keeps an assembled state of multiple events related to one CommandId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCellImage
(String columnName, String imageLocation) void
addCellValue
(String columnName, Yamcs.Value value) long
getAckDurationForColumn
(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
-