Uses of Class
uk.ac.manchester.spinnaker.machine.datalinks.FpgaId
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine |
Describes a SpiNNaker machine.
|
uk.ac.manchester.spinnaker.machine.datalinks |
Describes a data link.
|
-
Uses of FpgaId in uk.ac.manchester.spinnaker.machine
Methods in uk.ac.manchester.spinnaker.machine with parameters of type FpgaId 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. -
Uses of FpgaId in uk.ac.manchester.spinnaker.machine.datalinks
Fields in uk.ac.manchester.spinnaker.machine.datalinks declared as FpgaId Modifier and Type Field Description FpgaId
FpgaEnum. fpgaId
ID of the FPGA.FpgaId
FPGALinkData. fpgaId
The ID of the FPGA port being used.Methods in uk.ac.manchester.spinnaker.machine.datalinks that return FpgaId Modifier and Type Method Description static FpgaId
FpgaId. byId(int id)
Obtain the enum from the ID.static FpgaId
FpgaId. valueOf(String name)
Returns the enum constant of this type with the specified name.static FpgaId[]
FpgaId. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.ac.manchester.spinnaker.machine.datalinks with parameters of type FpgaId Modifier and Type Method Description static FpgaEnum
FpgaEnum. findId(FpgaId fpgaId, int id)
Find the enum by FPGA and link IDs.Constructors in uk.ac.manchester.spinnaker.machine.datalinks with parameters of type FpgaId Constructor Description FPGALinkData(int fpgaLinkId, FpgaId fpgaId, HasChipLocation location, Direction linkId, InetAddress boardAddress)
Build an instance.