Uses of Class
uk.ac.manchester.spinnaker.messages.sdp.SDPLocation
Packages that use SDPLocation
Package
Description
Model support classes for the communication messages.
Messages sent and received by SDP (the SpiNNaker Datagram Protocol).
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 SDPLocationModifier and TypeFieldDescriptionfinal 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 SDPLocationMethods in uk.ac.manchester.spinnaker.messages.sdp with parameters of type SDPLocationModifier and TypeMethodDescriptionvoid
SDPHeader.setDestination
(SDPLocation destination) void
SDPHeader.setSource
(SDPLocation source) Constructors in uk.ac.manchester.spinnaker.messages.sdp with parameters of type SDPLocationModifierConstructorDescriptionSDPHeader
(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 SDPLocationModifier and TypeFieldDescriptionfinal SDPLocation
ProcessException.source
Where does the code believe this exception originated?