Uses of Class
uk.ac.manchester.spinnaker.messages.sdp.SDPMessage
Packages that use SDPMessage
Package
Description
Classes used to model types of connections that talk to SpiNNaker.
Fast data download protocol.
How to actually talk to a SpiNNaker machine.
-
Uses of SDPMessage in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections that return SDPMessageModifier and TypeMethodDescriptionBMPConnection.receiveMessage
(int timeout) SDPConnection.receiveMessage
(int timeout) Methods in uk.ac.manchester.spinnaker.connections with parameters of type SDPMessageModifier and TypeMethodDescriptionvoid
SDPConnection.send
(SDPMessage sdpMessage) Sends an SDP message down this connection.void
ThrottledConnection.send
(SDPMessage message) Throttled send. -
Uses of SDPMessage in uk.ac.manchester.spinnaker.protocols.download
Subclasses of SDPMessage in uk.ac.manchester.spinnaker.protocols.downloadModifier and TypeClassDescriptionfinal class
A message used to request fast data transfer from SpiNNaker to Host.class
A message participating in the fast-data-download protocol.final class
A message used to describe what sequence numbers are missing from a fast data transfer stream so that they can be retransmitted.final class
A message used to request fast data transfer from SpiNNaker to Host. -
Uses of SDPMessage in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type SDPMessageModifier and TypeMethodDescriptionvoid
Transceiver.sendSDPMessage
(SDPMessage message, SDPConnection connection) default void
TransceiverInterface.sendSDPMessage
(@NotNull SDPMessage message) Sends an SDP message using one of the connections.void
TransceiverInterface.sendSDPMessage
(@NotNull SDPMessage message, SDPConnection connection) Sends an SDP message using one of the connections.