Uses of Class
uk.ac.manchester.spinnaker.messages.model.FirmwareDescriptors
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.model |
Model support classes for the communication messages.
|
uk.ac.manchester.spinnaker.transceiver |
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 FirmwareDescriptors Modifier and Type Method Description static FirmwareDescriptors
FirmwareDescriptors. valueOf(String name)
Returns the enum constant of this type with the specified name.static FirmwareDescriptors[]
FirmwareDescriptors. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.messages.model with parameters of type FirmwareDescriptors Constructor Description FirmwareDescriptor(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 FirmwareDescriptors Modifier and Type Method Description default 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.