Uses of Class
uk.ac.manchester.spinnaker.messages.model.BMPConnectionData
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.bmp |
The BMP control subsystem.
|
uk.ac.manchester.spinnaker.connections |
Classes used to model types of connections that talk to SpiNNaker.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of BMPConnectionData in uk.ac.manchester.spinnaker.alloc.bmp
Methods in uk.ac.manchester.spinnaker.alloc.bmp with parameters of type BMPConnectionData Modifier and Type Method Description BMPTransceiverInterface
TransceiverFactory.TestAPI.TestTransceiverFactory. create(String machineName, BMPConnectionData data, ValueHolder<Blacklist> setBlacklist)
Make a test transceiver. -
Uses of BMPConnectionData in uk.ac.manchester.spinnaker.connections
Constructors in uk.ac.manchester.spinnaker.connections with parameters of type BMPConnectionData Constructor Description BMPConnection(BMPConnectionData connectionData)
-
Uses of BMPConnectionData in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return BMPConnectionData Modifier and Type Method Description static BMPConnectionData
Utils. defaultBMPforMachine(InetAddress host, Integer numberOfBoards)
Work out the BMP connection IP address given the machine details.Constructor parameters in uk.ac.manchester.spinnaker.transceiver with type arguments of type BMPConnectionData Constructor Description Transceiver(InetAddress host, MachineVersion version, Collection<BMPConnectionData> bmpConnectionData, Integer numberOfBoards, Set<ChipLocation> ignoredChips, Map<ChipLocation,Set<Integer>> ignoredCores, Map<ChipLocation,EnumSet<Direction>> ignoredLinks, boolean autodetectBMP, List<Transceiver.ConnectionDescriptor> scampConnections, Integer bootPortNumber, Integer maxSDRAMSize)
Create a Transceiver by creating a UDPConnection to the given hostname on port 17893 (the default SCAMP port), and a BootConnection on port 54321 (the default boot port), optionally discovering any additional links using the UDPConnection, and then returning the transceiver created with the conjunction of the created UDPConnection and the discovered connections.