Package org.yamcs.xtce
Class CheckWindow
java.lang.Object
org.yamcs.xtce.CheckWindow
- All Implemented Interfaces:
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:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCheckWindow
(long timeToStartChecking, long timeToStopChecking, CheckWindow.TimeWindowIsRelativeToType timeWindowIsRelativeTo) -
Method Summary
-
Constructor Details
-
CheckWindow
public CheckWindow(long timeToStartChecking, long timeToStopChecking, CheckWindow.TimeWindowIsRelativeToType timeWindowIsRelativeTo)
-
-
Method Details