|
|||||||||
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.AbstractUnitChannel
gov.nasa.gsfc.drl.rtstps.core.output.UnitChannelA
public final class UnitChannelA
PRE-ANNOTATION, GENERIC OUTPUT CHANNEL. This generic output channel writes units to the output stream. It is also a FrameReceiver, so it can writes frames to an output stream too. It writes frame annotation immediately before each unit.
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 | |
---|---|
UnitChannelA()
The constructor. |
Method Summary | |
---|---|
void |
putUnit(Unit unit)
Give a unit to this UnitReceiver. |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.output.AbstractUnitChannel |
---|
putFrame, putFrames, putUnits |
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.UnitReceiver |
---|
flush, getLinkName, putUnits |
Methods inherited from interface gov.nasa.gsfc.drl.rtstps.core.FrameReceiver |
---|
flush, getLinkName, putFrame, putFrames |
Field Detail |
---|
public static final java.lang.String CLASSNAME
Constructor Detail |
---|
public UnitChannelA()
Method Detail |
---|
public void putUnit(Unit unit) throws RtStpsException
putUnit
in interface UnitReceiver
putUnit
in class AbstractUnitChannel
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |