Uses of Interface
org.yamcs.cmdhistory.CommandHistoryConsumer
-
Uses of CommandHistoryConsumer in org.yamcs.cmdhistory
Modifier and TypeMethodDescriptionvoid
CommandHistoryRequestManager.addSubscription
(CommandHistoryFilter filter, CommandHistoryConsumer consumer) Called by the CommandHistoryImpl to move the subscription from another command history manager to this oneCommandHistoryRequestManager.subscribeCommand
(Commanding.CommandId cmdId, CommandHistoryConsumer consumer) Add a consumer to the subscriber list for a commandCommandHistoryRequestManager.subscribeCommandHistory
(String commandsOrigin, long commandsSince, CommandHistoryConsumer consumer) Called by the CommandHistory consumers when they want to receive all updates corresponding to a command.void
CommandHistoryRequestManager.unsubscribeCommand
(Commanding.CommandId cmdId, CommandHistoryConsumer consumer) removes a consumer from the subscribers for a command (if existing). -
Uses of CommandHistoryConsumer in org.yamcs.commanding
Modifier and TypeClassDescriptionclass
A command which is just being sent (maybe in the queue) or that has been sent and command verifiers are pending.class
This class implements the (post transmission) command verification.