Package lrgs.archive
Class XmitWindow
java.lang.Object
lrgs.archive.XmitWindow
Data structure that encapsulates information about a transmit window
for a self-timed GOES message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
Second-of-day for 1st xmitint
Start sec-of-day for this specific windowint
Window length in secondsint
Transmit interval in seconds -
Constructor Summary
ConstructorsConstructorDescriptionXmitWindow
(int firstXmitSecOfDay, int windowLengthSec, int xmitInterval, int thisWindowStart) -
Method Summary
-
Field Details
-
firstXmitSecOfDay
public int firstXmitSecOfDaySecond-of-day for 1st xmit -
windowLengthSec
public int windowLengthSecWindow length in seconds -
xmitInterval
public int xmitIntervalTransmit interval in seconds -
thisWindowStart
public int thisWindowStartStart sec-of-day for this specific window
-
-
Constructor Details
-
XmitWindow
public XmitWindow(int firstXmitSecOfDay, int windowLengthSec, int xmitInterval, int thisWindowStart)
-