Uses of Class
uk.ac.manchester.spinnaker.messages.sdp.SDPLocation
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.model |
Model support classes for the communication messages.
|
uk.ac.manchester.spinnaker.messages.sdp |
Messages sent and received by SDP (the SpiNNaker Datagram Protocol).
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of SDPLocation in uk.ac.manchester.spinnaker.messages.model
Fields in uk.ac.manchester.spinnaker.messages.model declared as SDPLocation Modifier and Type Field Description SDPLocation
VersionInfo. location
The location of the core where the information was obtained. -
Uses of SDPLocation in uk.ac.manchester.spinnaker.messages.sdp
Methods in uk.ac.manchester.spinnaker.messages.sdp that return SDPLocation Modifier and Type Method Description SDPLocation
SDPHeader. getDestination()
SDPLocation
SDPHeader. getSource()
Methods in uk.ac.manchester.spinnaker.messages.sdp with parameters of type SDPLocation Modifier and Type Method Description void
SDPHeader. setDestination(SDPLocation destination)
void
SDPHeader. setSource(SDPLocation source)
Constructors in uk.ac.manchester.spinnaker.messages.sdp with parameters of type SDPLocation Constructor Description SDPHeader(SDPHeader.Flag flags, SDPLocation destination, int destinationPort)
Create a simple header with just the flags and destination set.SDPHeader(SDPHeader.Flag flags, SDPLocation destination, SDPPort destinationPort)
Create a simple header with just the flags and destination set. -
Uses of SDPLocation in uk.ac.manchester.spinnaker.transceiver
Fields in uk.ac.manchester.spinnaker.transceiver declared as SDPLocation Modifier and Type Field Description SDPLocation
ProcessException. source
Where does the code believe this exception originated?