Uses of Enum Class
org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
-
Uses of CommandHistoryPublisher.AckStatus in org.yamcs.cmdhistory
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CommandHistoryPublisher.AckStatus[]
CommandHistoryPublisher.AckStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault void
CommandHistoryPublisher.publishAck
(Commanding.CommandId cmdId, String key, long time, CommandHistoryPublisher.AckStatus state) default void
CommandHistoryPublisher.publishAck
(Commanding.CommandId cmdId, String key, long time, CommandHistoryPublisher.AckStatus state, String message) default void
CommandHistoryPublisher.publishAck
(Commanding.CommandId cmdId, String key, long time, CommandHistoryPublisher.AckStatus state, String message, ParameterValue returnPv) Publish an acknowledgement status to the command history.void
StreamCommandHistoryPublisher.publishAck
(Commanding.CommandId cmdId, String key, long time, CommandHistoryPublisher.AckStatus state, String message, ParameterValue resultPv)