Package gov.nasa.gsfc.drl.rtstps.core

Interface Summary
FrameReceiver Any class that implements FrameReceiver accepts frames from a FrameSender.
Receiver This is a base interface to FrameReceiver, PacketReceiver, and UnitReceiver.
Sender A Sender sends a type of unit (packets, frames, or units) to one or more receivers.
UnitReceiver Any class that implements UnitReceiver accepts units.
 

Class Summary
Broadcaster This is the base class for broadcasters.
Builder This class creates an RT-STPS pipeline.
Configuration This class contains some information that is derived from the session setup, which is an XML Document.
Convert This class contains some static conversion utility methods to convert XML element attributes to useable values.
CrcDecoder This class performs CRC decoding on frames or blocks of data.
Frame This class contains a single frame.
FrameAnnotation This class holds frame annotation information.
FrameBroadcaster RtStpsNodes that send frames to FrameReceivers use this class to broadcast frames to more than one FrameReceiver.
FrameOutputTool An RT-STPS node that sends frames to receivers uses this utility to construct the output object.
FrameSenderNode This is a type of RtStpsNode that sends frames to a frame output receiver.
FrameStatus This class holds Frame level status.
PnDecoder This class performs pseudo-noise encoding/decoding on frames or blocks of data.
ReedSolomonDecoder This class does Reed Solomon error detection and correction on frames.
ReedSolomonDecoder.Setup This class defines setup fields that are commonly associated with a Reed Solomon block decoder component.
RtStpsNode This is the base class for all nodes in the RT-STPS system.
RtStpsNodeFactory This class is an RT-STPS node factory.
Unit This abstract class is the base class for all units, such as packets, frames, etc.
UnitBroadcaster RtStpsNodes that send units to UnitReceivers use this class to broadcast units to more than one UnitReceiver.
UnitOutputTool An RT-STPS node that sends units to receivers uses this utility to construct the output object.
 

Exception Summary
RtStpsException This class represents an RT-STPS error.