Uses of Enum Class
uk.ac.manchester.spinnaker.messages.model.FirmwareDescriptors
Packages that use FirmwareDescriptors
Package
Description
Model support classes for the communication messages.
How to actually talk to a SpiNNaker machine.
-
Uses of FirmwareDescriptors in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return FirmwareDescriptorsModifier and TypeMethodDescriptionstatic FirmwareDescriptors
Returns the enum constant of this class with the specified name.static FirmwareDescriptors[]
FirmwareDescriptors.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.messages.model with parameters of type FirmwareDescriptorsModifierConstructorDescriptionFirmwareDescriptor
(FirmwareDescriptors type, ByteBuffer buffer) Create a description of some firmware on a SpiNNaker system. -
Uses of FirmwareDescriptors in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type FirmwareDescriptorsModifier and TypeMethodDescriptiondefault FirmwareDescriptor
BMPTransceiverInterface.readBMPFirmwareDescriptor
(@Valid BMPBoard board, FirmwareDescriptors type) Read the BMP firmware descriptor.default FirmwareDescriptor
BMPTransceiverInterface.readBMPFirmwareDescriptor
(@Valid BMPCoords bmp, @Valid BMPBoard board, FirmwareDescriptors type) Read the BMP firmware descriptor.