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
Subclasses with type arguments of type SDPMessage in uk.ac.manchester.spinnaker.connectionsModifier and TypeClassDescriptionclassA connection for talking to one or more Board Management Processors (BMPs).classA UDP socket connection that talks SDP (SpiNNaker Datagram Protocol) to SpiNNaker.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 TypeMethodDescriptionvoidSDPConnection.send(SDPMessage sdpMessage) Sends an SDP message down this connection.voidThrottledConnection.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 classA message used to request fast data transfer from SpiNNaker to Host.classA message participating in the fast-data-download protocol.final classA message used to describe what sequence numbers are missing from a fast data transfer stream so that they can be retransmitted.final classA 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 TypeMethodDescriptionvoidTransceiver.sendSDPMessage(SDPMessage message, SDPConnection connection) default voidTransceiverInterface.sendSDPMessage(@NotNull SDPMessage message) Sends an SDP message using one of the connections.voidTransceiverInterface.sendSDPMessage(@NotNull SDPMessage message, SDPConnection connection) Sends an SDP message using one of the connections.