Uses of Interface
uk.ac.manchester.spinnaker.connections.ConnectionSelector
Packages that use ConnectionSelector
Package
Description
Classes used to model types of connections that talk to SpiNNaker.
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 ConnectionSelectorModifier and TypeClassDescriptionfinal 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 ConnectionSelectorModifier and TypeMethodDescriptionTransceiver.getScampConnectionSelector()
TransceiverInterface.getScampConnectionSelector()
Methods in uk.ac.manchester.spinnaker.transceiver that return types with arguments of type ConnectionSelectorMethods in uk.ac.manchester.spinnaker.transceiver with parameters of type ConnectionSelectorModifier and TypeMethodDescriptionTransceiver.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.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 ConnectionSelectorModifierConstructorDescriptionprotected
TxrxProcess
(ConnectionSelector<Conn> connectionSelector, int numRetries, int timeout, int numChannels, int intermediateChannelWaits, RetryTracker retryTracker) TxrxProcess
(ConnectionSelector<Conn> connectionSelector, RetryTracker retryTracker)