gov.nasa.gsfc.drl.rtstps
Class Batch

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.Batch

public final class Batch
extends java.lang.Object

This class is the main entry for the RT-STPS Batch Processor. Batch is a standalone, comand-line-invoked program that reads a raw telemetry file and produces one or more files of packets, frames, and/or other units.


Field Summary
private static int BUFFERLENGTH
           
 
Constructor Summary
Batch()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUFFERLENGTH

private static final int BUFFERLENGTH
See Also:
Constant Field Values
Constructor Detail

Batch

public Batch()
Method Detail

main

public static void main(java.lang.String[] args)