Uses of Interface
org.yamcs.cmdhistory.CommandHistoryPublisher
Packages that use CommandHistoryPublisher
Package
Description
-
Uses of CommandHistoryPublisher in org.yamcs
Methods in org.yamcs that return CommandHistoryPublisherMethods in org.yamcs with parameters of type CommandHistoryPublisherModifier and TypeMethodDescriptionvoid
StreamTcCommandReleaser.setCommandHistory
(CommandHistoryPublisher commandHistoryPublisher) -
Uses of CommandHistoryPublisher in org.yamcs.cmdhistory
Classes in org.yamcs.cmdhistory that implement CommandHistoryPublisherModifier and TypeClassDescriptionclass
Injects the command history updates in the command history stream -
Uses of CommandHistoryPublisher in org.yamcs.commanding
Methods in org.yamcs.commanding with parameters of type CommandHistoryPublisherModifier and TypeMethodDescriptionvoid
CommandReleaser.setCommandHistory
(CommandHistoryPublisher commandHistory) the command releaser has to add the command to the history when it is released. -
Uses of CommandHistoryPublisher in org.yamcs.tctm
Fields in org.yamcs.tctm declared as CommandHistoryPublisherModifier and TypeFieldDescriptionprotected CommandHistoryPublisher
IssCommandPostprocessor.commandHistory
protected CommandHistoryPublisher
GenericCommandPostprocessor.commandHistoryListener
protected CommandHistoryPublisher
AbstractCommandPostProcessor.commandHistoryPublisher
protected CommandHistoryPublisher
AbstractTcDataLink.commandHistoryPublisher
protected CommandHistoryPublisher
AbstractTcTmParamLink.commandHistoryPublisher
Methods in org.yamcs.tctm with parameters of type CommandHistoryPublisherModifier and TypeMethodDescriptionvoid
AbstractCommandPostProcessor.setCommandHistoryPublisher
(CommandHistoryPublisher commandHistoryPublisher) void
AbstractTcDataLink.setCommandHistoryPublisher
(CommandHistoryPublisher commandHistoryListener) void
AbstractTcTmParamLink.setCommandHistoryPublisher
(CommandHistoryPublisher commandHistoryListener) default void
CommandPostprocessor.setCommandHistoryPublisher
(CommandHistoryPublisher commandHistoryPublisher) sets the command history listener which can be used by the preprocessor to provide command history entries related to the command processedvoid
GenericCommandPostprocessor.setCommandHistoryPublisher
(CommandHistoryPublisher commandHistoryListener) void
IssCommandPostprocessor.setCommandHistoryPublisher
(CommandHistoryPublisher commandHistoryListener) void
TcDataLink.setCommandHistoryPublisher
(CommandHistoryPublisher commandHistoryPublisher) -
Uses of CommandHistoryPublisher in org.yamcs.tctm.ccsds
Fields in org.yamcs.tctm.ccsds declared as CommandHistoryPublisherModifier and TypeFieldDescriptionprotected CommandHistoryPublisher
AbstractTcFrameLink.commandHistoryPublisher
Methods in org.yamcs.tctm.ccsds with parameters of type CommandHistoryPublisherModifier and TypeMethodDescriptionvoid
AbstractTcFrameLink.setCommandHistoryPublisher
(CommandHistoryPublisher commandHistoryPublisher) -
Uses of CommandHistoryPublisher in org.yamcs.tctm.cfs
Fields in org.yamcs.tctm.cfs declared as CommandHistoryPublisherModifier and TypeFieldDescriptionprotected CommandHistoryPublisher
CfsCommandPostprocessor.commandHistoryPublisher
Methods in org.yamcs.tctm.cfs with parameters of type CommandHistoryPublisherModifier and TypeMethodDescriptionvoid
CfsCommandPostprocessor.setCommandHistoryPublisher
(CommandHistoryPublisher commandHistoryListener) -
Uses of CommandHistoryPublisher in org.yamcs.tctm.csp
Fields in org.yamcs.tctm.csp declared as CommandHistoryPublisherModifier and TypeFieldDescriptionprotected CommandHistoryPublisher
CspCommandPostprocessor.commandHistory
Methods in org.yamcs.tctm.csp with parameters of type CommandHistoryPublisherModifier and TypeMethodDescriptionvoid
CspCommandPostprocessor.setCommandHistoryPublisher
(CommandHistoryPublisher commandHistory) -
Uses of CommandHistoryPublisher in org.yamcs.tctm.pus
Fields in org.yamcs.tctm.pus declared as CommandHistoryPublisherModifier and TypeFieldDescriptionprotected CommandHistoryPublisher
PusCommandPostprocessor.commandHistoryListener
Methods in org.yamcs.tctm.pus with parameters of type CommandHistoryPublisherModifier and TypeMethodDescriptionvoid
PusCommandPostprocessor.setCommandHistoryPublisher
(CommandHistoryPublisher commandHistoryListener) -
Uses of CommandHistoryPublisher in org.yamcs.tse
Methods in org.yamcs.tse with parameters of type CommandHistoryPublisherModifier and TypeMethodDescriptiondefault void
TsePostprocessor.setCommandHistoryPublisher
(CommandHistoryPublisher commandHistoryListener) Sets the command history listener which can be used to provide command history entries related to the command processed.Constructors in org.yamcs.tse with parameters of type CommandHistoryPublisherModifierConstructorDescriptionTseDataLinkInboundHandler
(CommandHistoryPublisher cmdhistPublisher, Mdb mdb, TimeService timeService, Stream stream)