|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnitReceiver
Any class that implements UnitReceiver accepts units. This interface is for receivers other than packet and frame receivers. It is used primarily to handle CCSDS services besides the path packet service.
Method Summary | |
---|---|
void |
flush()
Flush the data pipeline. |
java.lang.String |
getLinkName()
Get this receiver's name (for error messages). |
void |
putUnit(Unit unit)
Give a unit to this UnitReceiver. |
void |
putUnits(Unit[] units)
Give an array of units to this UnitReceiver. |
Method Detail |
---|
void putUnit(Unit unit) throws RtStpsException
RtStpsException
void putUnits(Unit[] units) throws RtStpsException
RtStpsException
void flush() throws RtStpsException
flush
in interface Receiver
RtStpsException
java.lang.String getLinkName()
getLinkName
in interface Receiver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |