Uses of Class
uk.ac.manchester.spinnaker.machine.RoutingEntry
Packages that use RoutingEntry
Package
Description
Describes a SpiNNaker machine.
The messages of SpiNNaker Control Protocol (SCP).
How to actually talk to a SpiNNaker machine.
-
Uses of RoutingEntry in uk.ac.manchester.spinnaker.machine
Subclasses of RoutingEntry in uk.ac.manchester.spinnaker.machineModifier and TypeClassDescriptionclassA multicast packet routing table entry. -
Uses of RoutingEntry in uk.ac.manchester.spinnaker.messages.scp
Methods in uk.ac.manchester.spinnaker.messages.scp that return RoutingEntryModifier and TypeMethodDescriptionprotected RoutingEntryFixedRouteRead.Response.parse(ByteBuffer buffer) Constructors in uk.ac.manchester.spinnaker.messages.scp with parameters of type RoutingEntryModifierConstructorDescriptionFixedRouteInitialise(HasChipLocation chip, RoutingEntry entry, AppID appID) -
Uses of RoutingEntry in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return RoutingEntryModifier and TypeMethodDescriptionTransceiver.readFixedRoute(HasChipLocation chip, AppID appID) default RoutingEntryTransceiverInterface.readFixedRoute(@Valid HasChipLocation chip) Reads a fixed route routing table entry from a chip's router.TransceiverInterface.readFixedRoute(@Valid HasChipLocation chip, @NotNull AppID appID) Reads a fixed route routing table entry from a chip's router.Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type RoutingEntryModifier and TypeMethodDescriptionvoidTransceiver.loadFixedRoute(HasChipLocation chip, RoutingEntry fixedRoute, AppID appID) default voidTransceiverInterface.loadFixedRoute(@Valid HasChipLocation chip, @Valid RoutingEntry fixedRoute) Loads a fixed route routing table entry onto a chip's router.voidTransceiverInterface.loadFixedRoute(@Valid HasChipLocation chip, @Valid RoutingEntry fixedRoute, @NotNull AppID appID) Loads a fixed route routing table entry onto a chip's router.