|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.Broadcaster
gov.nasa.gsfc.drl.rtstps.core.UnitBroadcaster
public final class UnitBroadcaster
RtStpsNodes that send units to UnitReceivers use this class to broadcast units to more than one UnitReceiver.
Field Summary |
---|
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.Broadcaster |
---|
name, output |
Constructor Summary | |
---|---|
UnitBroadcaster(java.lang.String name,
UnitReceiver ur1,
UnitReceiver ur2)
Create a UnitBroadcaster with an initial two target receivers. |
Method Summary | |
---|---|
void |
putUnit(Unit unit)
Give a unit to this UnitReceiver. |
void |
putUnits(Unit[] units)
Give an array of units to this UnitReceiver. |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.Broadcaster |
---|
addReceiver, flush, getLinkName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface gov.nasa.gsfc.drl.rtstps.core.UnitReceiver |
---|
flush, getLinkName |
Constructor Detail |
---|
public UnitBroadcaster(java.lang.String name, UnitReceiver ur1, UnitReceiver ur2)
Method Detail |
---|
public void putUnits(Unit[] units) throws RtStpsException
putUnits
in interface UnitReceiver
RtStpsException
public void putUnit(Unit unit) throws RtStpsException
putUnit
in interface UnitReceiver
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |