Uses of Class
uk.ac.manchester.spinnaker.machine.MulticastRoutingEntry
Package | Description |
---|---|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of MulticastRoutingEntry in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return types with arguments of type MulticastRoutingEntry Modifier and Type Method Description List<MulticastRoutingEntry>
Transceiver. getMulticastRoutes(HasChipLocation chip, AppID appID)
default List<MulticastRoutingEntry>
TransceiverInterface. getMulticastRoutes(@Valid HasChipLocation chip)
Get the current multicast routes set up on a chip.List<MulticastRoutingEntry>
TransceiverInterface. getMulticastRoutes(@Valid HasChipLocation chip, AppID appID)
Get the current multicast routes set up on a chip.Method parameters in uk.ac.manchester.spinnaker.transceiver with type arguments of type MulticastRoutingEntry Modifier and Type Method Description void
Transceiver. loadMulticastRoutes(HasChipLocation chip, Collection<MulticastRoutingEntry> routes, AppID appID)
default void
TransceiverInterface. loadMulticastRoutes(@Valid HasChipLocation chip, Collection<@NotNull MulticastRoutingEntry> routes)
Load a set of multicast routes on to a chip associated with the default application ID.void
TransceiverInterface. loadMulticastRoutes(@Valid HasChipLocation chip, Collection<@NotNull MulticastRoutingEntry> routes, @NotNull AppID appID)
Load a set of multicast routes on to a chip.