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
Subclasses with type arguments of type FirmwareDescriptors in uk.ac.manchester.spinnaker.messages.modelMethods in uk.ac.manchester.spinnaker.messages.model that return FirmwareDescriptorsModifier and TypeMethodDescriptionstatic FirmwareDescriptorsReturns 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 FirmwareDescriptorBMPTransceiverInterface.readBMPFirmwareDescriptor(@Valid BMPBoard board, FirmwareDescriptors type) Read the BMP firmware descriptor.default FirmwareDescriptorBMPTransceiverInterface.readBMPFirmwareDescriptor(@Valid BMPCoords bmp, @Valid BMPBoard board, FirmwareDescriptors type) Read the BMP firmware descriptor.