Uses of Interface
uk.ac.manchester.spinnaker.machine.board.HasBMPLocation
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine.board |
Classes relating to boards in a SpiNNaker machine.
|
uk.ac.manchester.spinnaker.messages.sdp |
Messages sent and received by SDP (the SpiNNaker Datagram Protocol).
|
-
Uses of HasBMPLocation in uk.ac.manchester.spinnaker.machine.board
Classes in uk.ac.manchester.spinnaker.machine.board that implement HasBMPLocation Modifier and Type Class Description class
BMPLocation
Like a core location, but for BMPs. -
Uses of HasBMPLocation in uk.ac.manchester.spinnaker.messages.sdp
Classes in uk.ac.manchester.spinnaker.messages.sdp that implement HasBMPLocation Modifier and Type Class Description class
SDPLocation
Represents a location in an SDP message.Constructors in uk.ac.manchester.spinnaker.messages.sdp with parameters of type HasBMPLocation Constructor Description SDPLocation(HasBMPLocation bmp)
Make an SDPLocation from a BMP location.