Uses of Class
uk.ac.manchester.spinnaker.machine.datalinks.FPGALinkData
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine |
Describes a SpiNNaker machine.
|
-
Uses of FPGALinkData in uk.ac.manchester.spinnaker.machine
Methods in uk.ac.manchester.spinnaker.machine that return FPGALinkData Modifier and Type Method Description FPGALinkData
Machine. getFpgaLink(FpgaId fpgaId, int fpgaLinkId, InetAddress address)
Get an FPGA link data item that corresponds to the FPGA and FPGA link for a given board address.Methods in uk.ac.manchester.spinnaker.machine that return types with arguments of type FPGALinkData Modifier and Type Method Description MappableIterable<FPGALinkData>
Machine. getFpgaLinks()
The added FPGA link data items.MappableIterable<FPGALinkData>
Machine. getFpgaLinks(InetAddress address)
The added FPGA link data items for the given address.