Uses of Class
uk.ac.manchester.spinnaker.connections.SCPConnection
Packages that use SCPConnection
Package
Description
Classes used to model types of connections that talk to SpiNNaker.
The messages of SpiNNaker Control Protocol (SCP).
How to actually talk to a SpiNNaker machine.
- 
Uses of SCPConnection in uk.ac.manchester.spinnaker.connectionsSubclasses of SCPConnection in uk.ac.manchester.spinnaker.connectionsModifier and TypeClassDescriptionclassAn SCP connection that actually delegates message sending and receiving to another connection.
- 
Uses of SCPConnection in uk.ac.manchester.spinnaker.messages.scpMethods in uk.ac.manchester.spinnaker.messages.scp with parameters of type SCPConnectionModifier and TypeMethodDescriptionvoidConnectionAwareMessage.setConnection(SCPConnection connection) Tell the object what connection it is being sent on.voidIPTagGet.setConnection(SCPConnection connection) 
- 
Uses of SCPConnection in uk.ac.manchester.spinnaker.transceiverMethods in uk.ac.manchester.spinnaker.transceiver that return SCPConnectionModifier and TypeMethodDescriptionTransceiver.createScpConnection(ChipLocation chip, InetAddress addr) TransceiverInterface.createScpConnection(ChipLocation chip, InetAddress addr) Create a connection to a particular instance of SCAMP.Transceiver.locateSpinnakerConnection(InetAddress boardAddress) TransceiverInterface.locateSpinnakerConnection(@NotNull InetAddress boardAddress) Find a connection that matches the given board IP address.Methods in uk.ac.manchester.spinnaker.transceiver that return types with arguments of type SCPConnectionModifier and TypeMethodDescriptionTransceiver.discoverScampConnections()Find connections to the board and store these for future use.Transceiver.getScampConnectionSelector()TransceiverInterface.getScampConnectionSelector()Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type SCPConnectionModifier and TypeMethodDescriptionTransceiver.getTags(SCPConnection connection) TransceiverInterface.getTags(SCPConnection connection) Get the current set of tags that have been set on the board.Transceiver.getTagUsage(SCPConnection connection) TransceiverInterface.getTagUsage(@NotNull SCPConnection connection) Get the number of times each tag has had a message sent via it for a connection.voidTransceiver.sendSCPMessage(SCPRequest<?> message, SCPConnection connection) voidTransceiverInterface.sendSCPMessage(@NotNull SCPRequest<?> message, @NotNull SCPConnection connection) Sends an SCP message, without expecting a response.Method parameters in uk.ac.manchester.spinnaker.transceiver with type arguments of type SCPConnectionModifier and TypeMethodDescriptionTransceiver.getScampVersion(HasChipLocation chip, ConnectionSelector<SCPConnection> connectionSelector) default VersionInfoTransceiverInterface.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.