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

Class Summary
AbstractChannel This abstract class is the base class for some output channels.
AbstractOutputDevice This is the base class for all RT-STPS devices.
AbstractPacketChannel This packet output channel writes packets to the output stream.
AbstractUnitChannel This generic output channel writes units to the output stream.
FileDevice This device writes units to a file.
NullChannel This is a null channel.
PacketChannel NO ANNOTATION, PACKET OUTPUT CHANNEL.
PacketChannelA PRE-ANNOTATION, PACKET OUTPUT CHANNEL.
PacketChannelB POST-ANNOTATION, PACKET OUTPUT CHANNEL.
SocketDevice This device writes units to a tcp/ip socket.
UnitChannel NO ANNOTATION, GENERIC OUTPUT CHANNEL.
UnitChannelA PRE-ANNOTATION, GENERIC OUTPUT CHANNEL.
UnitChannelB POST-ANNOTATION, GENERIC OUTPUT CHANNEL.