Uses of Class
uk.ac.manchester.spinnaker.connections.SDPConnection
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 SDPConnection in uk.ac.manchester.spinnaker.connections
Subclasses of SDPConnection in uk.ac.manchester.spinnaker.connections Modifier and Type Class Description class
DelegatingSCPConnection
An SCP connection that actually delegates message sending and receiving to another connection.class
SCPConnection
An 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 SDPConnection Constructor Description DelegatingSCPConnection(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 SDPConnection Modifier and Type Method Description void
Transceiver. sendSDPMessage(SDPMessage message, SDPConnection connection)
void
TransceiverInterface. sendSDPMessage(@NotNull SDPMessage message, SDPConnection connection)
Sends an SDP message using one of the connections.void
Transceiver. setIPTag(IPTag tag, SDPConnection connection)
void
TransceiverInterface. setIPTag(@Valid IPTag tag, @NotNull SDPConnection connection)
Set up an IP tag to deliver messages to a particular connection.