Uses of Class
uk.ac.manchester.spinnaker.machine.RoutingEntry
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine |
Describes a SpiNNaker machine.
|
uk.ac.manchester.spinnaker.messages.scp |
The messages of SpiNNaker Control Protocol (SCP).
|
uk.ac.manchester.spinnaker.transceiver |
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.machine Modifier and Type Class Description class
MulticastRoutingEntry
A 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 RoutingEntry Modifier and Type Method Description protected RoutingEntry
FixedRouteRead.Response. parse(ByteBuffer buffer)
Constructors in uk.ac.manchester.spinnaker.messages.scp with parameters of type RoutingEntry Constructor Description FixedRouteInitialise(HasChipLocation chip, RoutingEntry entry, AppID appID)
-
Uses of RoutingEntry in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return RoutingEntry Modifier and Type Method Description RoutingEntry
Transceiver. readFixedRoute(HasChipLocation chip, AppID appID)
default RoutingEntry
TransceiverInterface. readFixedRoute(@Valid HasChipLocation chip)
Reads a fixed route routing table entry from a chip's router.RoutingEntry
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 RoutingEntry Modifier and Type Method Description void
Transceiver. loadFixedRoute(HasChipLocation chip, RoutingEntry fixedRoute, AppID appID)
default void
TransceiverInterface. loadFixedRoute(@Valid HasChipLocation chip, @Valid RoutingEntry fixedRoute)
Loads a fixed route routing table entry onto a chip's router.void
TransceiverInterface. loadFixedRoute(@Valid HasChipLocation chip, @Valid RoutingEntry fixedRoute, @NotNull AppID appID)
Loads a fixed route routing table entry onto a chip's router.