Uses of Enum Class
uk.ac.manchester.spinnaker.messages.model.FPGARecevingLinkCounters
Packages that use FPGARecevingLinkCounters
Package
Description
Model support classes for the communication messages.
How to actually talk to a SpiNNaker machine.
-
Uses of FPGARecevingLinkCounters in uk.ac.manchester.spinnaker.messages.model
Subclasses with type arguments of type FPGARecevingLinkCounters in uk.ac.manchester.spinnaker.messages.modelMethods in uk.ac.manchester.spinnaker.messages.model that return FPGARecevingLinkCountersModifier and TypeMethodDescriptionstatic FPGARecevingLinkCountersReturns the enum constant of this class with the specified name.static FPGARecevingLinkCounters[]FPGARecevingLinkCounters.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FPGARecevingLinkCounters in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type FPGARecevingLinkCountersModifier and TypeMethodDescriptiondefault intBMPTransceiverInterface.readFPGALinkCounter(FPGA fpga, int linkNumber, FPGARecevingLinkCounters counter, @Valid BMPBoard board) Read a link counter on a FPGA of a board, assuming the standard FPGA configuration.default intBMPTransceiverInterface.readFPGALinkCounter(FPGA fpga, int linkNumber, FPGARecevingLinkCounters counter, @Valid BMPCoords bmp, @Valid BMPBoard board) Read a register on a FPGA of a board, assuming the standard FPGA configuration.