gov.nasa.gsfc.drl.rtstps.core.output.hdf5.UnitTest
Class ATMSPacketPrint
java.lang.Object
gov.nasa.gsfc.drl.rtstps.core.output.hdf5.UnitTest.ATMSPacketPrint
public class ATMSPacketPrint
- extends java.lang.Object
Prints aspects of ATMS packet read from a file
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newline
private static java.lang.String newline
out
private static java.io.PrintStream out
status
private static int status
scanFilling
private java.util.List<Packet> scanFilling
scanComplete
private java.util.List<Packet> scanComplete
maxScanGroup
private final int maxScanGroup
- See Also:
- Constant Field Values
scanState
private ATMSScanState scanState
scanGroupCounter
private int scanGroupCounter
scanStarts
private int scanStarts
sdf
private static java.text.SimpleDateFormat sdf
ATMSPacketPrint
public ATMSPacketPrint()
put
public void put(Packet p)
throws RtStpsException
- Throws:
RtStpsException
hasNext
public boolean hasNext()
next
public java.util.List<Packet> next()
throws RtStpsException
- Throws:
RtStpsException
setScanState
private void setScanState(Packet p)
throws RtStpsException
- Throws:
RtStpsException
printScanInfo
private void printScanInfo()
throws RtStpsException
- Throws:
RtStpsException
atmsSplice
public final java.lang.String atmsSplice(int[] vs,
java.lang.String delimiter)
printAE
private java.lang.StringBuilder printAE(Packet p)
main
public static void main(java.lang.String[] args)