Uses of Class
uk.ac.manchester.spinnaker.transceiver.Transceiver.ConnectionDescriptor
Package | Description |
---|---|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of Transceiver.ConnectionDescriptor in uk.ac.manchester.spinnaker.transceiver
Method parameters in uk.ac.manchester.spinnaker.transceiver with type arguments of type Transceiver.ConnectionDescriptor Modifier and Type Method Description static Transceiver
Transceiver. makeWithDescriptors(MachineVersion version, Collection<Transceiver.ConnectionDescriptor> scampConnections)
Create a transceiver.Constructor parameters in uk.ac.manchester.spinnaker.transceiver with type arguments of type Transceiver.ConnectionDescriptor 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.