Package org.yamcs.commanding
Class ActiveCommand
java.lang.Object
org.yamcs.commanding.ActiveCommand
- All Implemented Interfaces:
CommandHistoryConsumer
A command which is just being sent (maybe in the queue) or that has been sent and command verifiers are pending.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when a new command matching the filters has been added to the historybooleanbooleanOne line string id useful for logginglongbooleanvoidsetPendingTransmissionConstraints(boolean b) voidsetTransmissionConstraintCheckStart(long transmissionConstraintCheckStart) voidupdatedCommand(Commanding.CommandId cmdId, long time, List<Attribute> attrs)
-
Constructor Details
-
ActiveCommand
-
-
Method Details
-
getCommandId
-
isPendingTransmissionConstraints
public boolean isPendingTransmissionConstraints() -
setPendingTransmissionConstraints
public void setPendingTransmissionConstraints(boolean b) -
getTransmissionConstraintCheckStart
public long getTransmissionConstraintCheckStart() -
setTransmissionConstraintCheckStart
public void setTransmissionConstraintCheckStart(long transmissionConstraintCheckStart) -
getMetaCommand
-
getArguments
-
getCmdParamCache
-
getPreparedCommand
-
getCmdName
-
disableTransmissionConstraints
public boolean disableTransmissionConstraints()- Returns:
- true if the transmission constraints have to be disabled for this command
-
disableCommandVerifiers
public boolean disableCommandVerifiers()- Returns:
- true if the command verifiers have to be disabled for this command
-
getVerifierOverride
-
updatedCommand
- Specified by:
updatedCommandin interfaceCommandHistoryConsumer
-
getLoggingId
One line string id useful for logging- Returns:
-
addedCommand
Description copied from interface:CommandHistoryConsumerCalled when a new command matching the filters has been added to the history- Specified by:
addedCommandin interfaceCommandHistoryConsumer
-