Uses of Enum Class
uk.ac.manchester.spinnaker.machine.datalinks.FpgaId
Packages that use FpgaId
Package
Description
Describes a SpiNNaker machine.
Describes a data link.
-
Uses of FpgaId in uk.ac.manchester.spinnaker.machine
Methods in uk.ac.manchester.spinnaker.machine with parameters of type FpgaIdModifier and TypeMethodDescriptionfinal FPGALinkDataMachine.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 FpgaIdModifier and TypeFieldDescriptionfinal FpgaIdFpgaEnum.fpgaIdID of the FPGA.final FpgaIdFPGALinkData.fpgaIdThe ID of the FPGA port being used.Methods in uk.ac.manchester.spinnaker.machine.datalinks that return FpgaIdModifier and TypeMethodDescriptionstatic FpgaIdFpgaId.byId(int id) Obtain the enum from the ID.static FpgaIdReturns the enum constant of this class with the specified name.static FpgaId[]FpgaId.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in uk.ac.manchester.spinnaker.machine.datalinks with parameters of type FpgaIdConstructors in uk.ac.manchester.spinnaker.machine.datalinks with parameters of type FpgaIdModifierConstructorDescriptionFPGALinkData(int fpgaLinkId, FpgaId fpgaId, HasChipLocation location, Direction linkId, InetAddress boardAddress) Build an instance.