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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when a new command matching the filters has been added to the historyboolean
boolean
One line string id useful for logginglong
boolean
void
setPendingTransmissionConstraints
(boolean b) void
setTransmissionConstraintCheckStart
(long transmissionConstraintCheckStart) void
updatedCommand
(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:
updatedCommand
in interfaceCommandHistoryConsumer
-
getLoggingId
One line string id useful for logging- Returns:
-
addedCommand
Description copied from interface:CommandHistoryConsumer
Called when a new command matching the filters has been added to the history- Specified by:
addedCommand
in interfaceCommandHistoryConsumer
-