Uses of Class
org.yamcs.commanding.ActiveCommand
Packages that use ActiveCommand
-
Uses of ActiveCommand in org.yamcs.commanding
Methods in org.yamcs.commanding that return ActiveCommandModifier and TypeMethodDescriptionCommandVerificationHandler.getActiveCommand()
CommandQueue.getcommand
(String id) CommandQueue.getcommand
(UUID uuid) Deprecated.CommandQueue.getcommand
(Commanding.CommandId commandId) Methods in org.yamcs.commanding that return types with arguments of type ActiveCommandMethods in org.yamcs.commanding with parameters of type ActiveCommandModifier and TypeMethodDescriptionvoid
CommandQueue.add
(ActiveCommand pc) CommandQueueManager.addCommand
(User user, ActiveCommand activeCommand) Called from the CommandingImpl to add a command to the queue.default void
CommandQueueListener.commandAdded
(CommandQueue q, ActiveCommand pc) default void
CommandQueueListener.commandRejected
(CommandQueue q, ActiveCommand pc) default void
CommandQueueListener.commandSent
(CommandQueue q, ActiveCommand pc) default void
CommandQueueListener.commandUnhandled
(ActiveCommand pc) default void
CommandQueueListener.commandUpdated
(CommandQueue q, ActiveCommand pc) void
CommandingManager.failedCommand
(ActiveCommand activeCommand) void
CommandingManager.releaseCommand
(ActiveCommand activeCommand) boolean
CommandQueue.remove
(ActiveCommand pc, boolean isSent) remove the command from the queue and return true if it has been removedvoid
CommandingManager.verificatonFinished
(ActiveCommand activeCommand) Constructors in org.yamcs.commanding with parameters of type ActiveCommandModifierConstructorDescriptionCommandVerificationHandler
(CommandingManager commandingManager, ActiveCommand pc)