Uses of Class
uk.ac.manchester.spinnaker.messages.sdp.SDPMessage
Package | Description |
---|---|
uk.ac.manchester.spinnaker.connections |
Classes used to model types of connections that talk to SpiNNaker.
|
uk.ac.manchester.spinnaker.front_end.download |
The buffer manager and support classes.
|
uk.ac.manchester.spinnaker.transceiver |
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 SDPMessage Modifier and Type Method Description SDPMessage
BMPConnection. receiveMessage(int timeout)
SDPMessage
SDPConnection. receiveMessage(int timeout)
Methods in uk.ac.manchester.spinnaker.connections with parameters of type SDPMessage Modifier and Type Method Description void
SDPConnection. send(SDPMessage sdpMessage)
Sends an SDP message down this connection. -
Uses of SDPMessage in uk.ac.manchester.spinnaker.front_end.download
Subclasses of SDPMessage in uk.ac.manchester.spinnaker.front_end.download Modifier and Type Class Description class
ClearMessage
A message used to request fast data transfer from SpiNNaker to Host.class
GatherProtocolMessage
A message participating in the fast-data-download protocol.class
MissingSequenceNumbersMessage
A message used to describe what sequence numbers are missing from a fast data transfer stream so that they can be retransmitted.class
StartSendingMessage
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 SDPMessage Modifier and Type Method Description void
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.