|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.RtStpsNode
gov.nasa.gsfc.drl.rtstps.core.output.AbstractChannel
gov.nasa.gsfc.drl.rtstps.core.output.AbstractPacketChannel
gov.nasa.gsfc.drl.rtstps.core.output.PacketChannelA
public final class PacketChannelA
PRE-ANNOTATION, PACKET OUTPUT CHANNEL. This packet output channel writes packets to the output stream. It writes frame and packet annotation immediately before each packet.
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME
This is a class name for this RT-STPS node type. |
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.output.AbstractChannel |
---|
AFTER, annotationOption, BEFORE, CONSECUTIVE_PERMITTED_ERRORS, consecutiveErrors, count, device, dicardedCount, FRAME, GENERIC, NO_ANNOTATION, output, outputErrorCount, PACKET, unitType |
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.RtStpsNode |
---|
linkName, statusItemList, typeName |
Constructor Summary | |
---|---|
PacketChannelA()
The constructor. |
Method Summary | |
---|---|
void |
putPacket(Packet packet)
Give a packet to this PacketReceiver. |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.output.AbstractPacketChannel |
---|
putPackets, writePacketAnnotation |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.output.AbstractChannel |
---|
finishSetup, flush, load, writeFrameAnnotation |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.RtStpsNode |
---|
clear, clone, getElementName, getLinkName, getStatusItems, setLinkName, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface gov.nasa.gsfc.drl.rtstps.core.ccsds.PacketReceiver |
---|
flush, getLinkName, putPackets |
Field Detail |
---|
public static final java.lang.String CLASSNAME
Constructor Detail |
---|
public PacketChannelA()
Method Detail |
---|
public void putPacket(Packet packet) throws RtStpsException
putPacket
in interface PacketReceiver
putPacket
in class AbstractPacketChannel
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |