Uses of Class
uk.ac.manchester.spinnaker.machine.datalinks.FpgaEnum
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine.datalinks |
Describes a data link.
|
-
Uses of FpgaEnum in uk.ac.manchester.spinnaker.machine.datalinks
Methods in uk.ac.manchester.spinnaker.machine.datalinks that return FpgaEnum Modifier and Type Method Description static FpgaEnum
FpgaEnum. findId(int x, int y, Direction direction)
Find the enum by chip coordinates and the direction.static FpgaEnum
FpgaEnum. findId(FpgaId fpgaId, int id)
Find the enum by FPGA and link IDs.static FpgaEnum
FpgaEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static FpgaEnum[]
FpgaEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.