Uses of Class
uk.ac.manchester.spinnaker.machine.MulticastRoutingEntry
Packages that use MulticastRoutingEntry
Package
Description
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 MulticastRoutingEntryModifier and TypeMethodDescriptionTransceiver.getMulticastRoutes
(HasChipLocation chip, AppID appID) default List<MulticastRoutingEntry>
TransceiverInterface.getMulticastRoutes
(@Valid HasChipLocation chip) Get the current multicast routes set up on a chip.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 MulticastRoutingEntryModifier and TypeMethodDescriptionvoid
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.