Uses of Enum Class
org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
Packages that use CommandHistoryPublisher.AckStatus
-
Uses of CommandHistoryPublisher.AckStatus in org.yamcs.cmdhistory
Methods in org.yamcs.cmdhistory that return CommandHistoryPublisher.AckStatusModifier 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.Methods in org.yamcs.cmdhistory with parameters of type CommandHistoryPublisher.AckStatusModifier 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)