Class TransmissionConstraint

java.lang.Object
org.yamcs.xtce.TransmissionConstraint
All Implemented Interfaces:
Serializable

public class TransmissionConstraint extends Object implements Serializable
A CommandTransmission constraint is used to check that the command can be run in the current operating mode and may block the transmission of the command if the constraint condition is true.
See Also:
  • Constructor Details

    • TransmissionConstraint

      public TransmissionConstraint(MatchCriteria criteria, long timeout)
  • Method Details

    • getMatchCriteria

      public MatchCriteria getMatchCriteria()
    • getTimeout

      public long getTimeout()
    • toString

      public String toString()
      Overrides:
      toString in class Object