|
|||||||||
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.ccsds.PacketBroadcaster
public class PacketBroadcaster
StpsNodes that send packets to PacketReceivers use this class to broadcast packets to more than one PacketReceiver.
Field Summary |
---|
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.Broadcaster |
---|
name, output |
Constructor Summary | |
---|---|
PacketBroadcaster(java.lang.String name,
PacketReceiver pr1,
PacketReceiver pr2)
Create a PacketBroadcaster. |
Method Summary | |
---|---|
void |
putPacket(Packet packet)
Give a packet to this PacketReceiver. |
void |
putPackets(Packet[] packets)
Give an array of packets to this PacketReceiver. |
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.ccsds.PacketReceiver |
---|
flush, getLinkName |
Constructor Detail |
---|
public PacketBroadcaster(java.lang.String name, PacketReceiver pr1, PacketReceiver pr2)
Method Detail |
---|
public void putPackets(Packet[] packets) throws RtStpsException
putPackets
in interface PacketReceiver
RtStpsException
public void putPacket(Packet packet) throws RtStpsException
putPacket
in interface PacketReceiver
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |