Uses of Class
uk.ac.manchester.spinnaker.connections.SDPConnection
Packages that use SDPConnection
Package
Description
Classes used to model types of connections that talk to SpiNNaker.
How to actually talk to a SpiNNaker machine.
-
Uses of SDPConnection in uk.ac.manchester.spinnaker.connections
Subclasses of SDPConnection in uk.ac.manchester.spinnaker.connectionsModifier and TypeClassDescriptionclassAn SCP connection that actually delegates message sending and receiving to another connection.classAn SDP connection to talk SCP (SpiNNaker Control Protocol) to SC&MP on a SpiNNaker system, and to the cores managed by it.Constructors in uk.ac.manchester.spinnaker.connections with parameters of type SDPConnectionModifierConstructorDescriptionDelegatingSCPConnection(SDPConnection connection) Create a connection that delegates actual communications to another connection. -
Uses of SDPConnection in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type SDPConnectionModifier and TypeMethodDescriptionvoidTransceiver.sendSDPMessage(SDPMessage message, SDPConnection connection) voidTransceiverInterface.sendSDPMessage(@NotNull SDPMessage message, SDPConnection connection) Sends an SDP message using one of the connections.voidTransceiver.setIPTag(IPTag tag, SDPConnection connection) voidTransceiverInterface.setIPTag(@Valid IPTag tag, @NotNull SDPConnection connection) Set up an IP tag to deliver messages to a particular connection.