Uses of Interface
uk.ac.manchester.spinnaker.connections.ConnectionSelector
Package | Description |
---|---|
uk.ac.manchester.spinnaker.connections |
Classes used to model types of connections that talk to SpiNNaker.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of ConnectionSelector in uk.ac.manchester.spinnaker.connections
Classes in uk.ac.manchester.spinnaker.connections that implement ConnectionSelector Modifier and Type Class Description class
MostDirectConnectionSelector<C extends SCPSenderReceiver>
A selector that goes for the most direct connection for the message.class
SingletonConnectionSelector<T extends Connection>
A selector that only ever handles a single connection. -
Uses of ConnectionSelector in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return ConnectionSelector Modifier and Type Method Description ConnectionSelector<SCPConnection>
Transceiver. getScampConnectionSelector()
ConnectionSelector<SCPConnection>
TransceiverInterface. getScampConnectionSelector()
Methods in uk.ac.manchester.spinnaker.transceiver that return types with arguments of type ConnectionSelector Modifier and Type Method Description Map<BMPCoords,ConnectionSelector<BMPConnection>>
Transceiver. getBMPConnection()
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type ConnectionSelector Modifier and Type Method Description VersionInfo
Transceiver. getScampVersion(HasChipLocation chip, ConnectionSelector<SCPConnection> connectionSelector)
default VersionInfo
TransceiverInterface. getScampVersion(@NotNull ConnectionSelector<SCPConnection> connectionSelector)
Get the version of SCAMP which is running on the board.VersionInfo
TransceiverInterface. getScampVersion(@Valid HasChipLocation chip, @NotNull ConnectionSelector<SCPConnection> connectionSelector)
Get the version of SCAMP which is running on the board.Constructors in uk.ac.manchester.spinnaker.transceiver with parameters of type ConnectionSelector Constructor Description TxrxProcess(ConnectionSelector<Conn> connectionSelector, int numRetries, int timeout, int numChannels, int intermediateChannelWaits, RetryTracker retryTracker)
TxrxProcess(ConnectionSelector<Conn> connectionSelector, RetryTracker retryTracker)