Class CheckWindow

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

public class CheckWindow extends Object implements Serializable
From XTCE: Holds a time to stop checking and optional time to start checking and whether window is relative to command release or last verifier.
See Also:
  • Constructor Details

  • Method Details

    • getTimeToStartChecking

      public long getTimeToStartChecking()
    • getTimeToStopChecking

      public long getTimeToStopChecking()
    • getTimeWindowIsRelativeTo

      public CheckWindow.TimeWindowIsRelativeToType getTimeWindowIsRelativeTo()
    • hasStart

      public boolean hasStart()
    • toString

      public String toString()
      Overrides:
      toString in class Object