Uses of Class
uk.ac.manchester.spinnaker.messages.model.VersionInfo
Packages that use VersionInfo
Package
Description
Messages that talk to the BMP.
The messages of SpiNNaker Control Protocol (SCP).
How to actually talk to a SpiNNaker machine.
-
Uses of VersionInfo in uk.ac.manchester.spinnaker.messages.bmp
Methods in uk.ac.manchester.spinnaker.messages.bmp that return VersionInfoModifier and TypeMethodDescriptionprotected VersionInfo
GetBMPVersion.Response.parse
(ByteBuffer buffer) -
Uses of VersionInfo in uk.ac.manchester.spinnaker.messages.scp
Methods in uk.ac.manchester.spinnaker.messages.scp that return VersionInfoModifier and TypeMethodDescriptionprotected VersionInfo
GetVersion.Response.parse
(ByteBuffer buffer) -
Uses of VersionInfo in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return VersionInfoModifier and TypeMethodDescriptionTransceiver.ensureBoardIsReady
(int numRetries, Map<SystemVariableDefinition, Object> extraBootValues) default VersionInfo
TransceiverInterface.ensureBoardIsReady()
Ensure that the board is ready to interact with this version of the transceiver.default VersionInfo
TransceiverInterface.ensureBoardIsReady
(@jakarta.validation.constraints.PositiveOrZero int numRetries) Ensure that the board is ready to interact with this version of the transceiver.TransceiverInterface.ensureBoardIsReady
(@jakarta.validation.constraints.PositiveOrZero int numRetries, Map<SystemVariableDefinition, Object> extraBootValues) Ensure that the board is ready to interact with this version of the transceiver.default VersionInfo
TransceiverInterface.ensureBoardIsReady
(Map<SystemVariableDefinition, Object> extraBootValues) Ensure that the board is ready to interact with this version of the transceiver.Transceiver.getScampVersion
(HasChipLocation chip, ConnectionSelector<SCPConnection> connectionSelector) default VersionInfo
TransceiverInterface.getScampVersion()
Get the version of SCAMP which is running on the board.default VersionInfo
TransceiverInterface.getScampVersion
(@NotNull ConnectionSelector<SCPConnection> connectionSelector) Get the version of SCAMP which is running on the board.default VersionInfo
TransceiverInterface.getScampVersion
(@Valid HasChipLocation chip) Get the version of SCAMP which is running on the board.TransceiverInterface.getScampVersion
(@Valid HasChipLocation chip, @NotNull ConnectionSelector<SCPConnection> connectionSelector) Get the version of SCAMP which is running on the board.default VersionInfo
BMPTransceiverInterface.readBMPVersion
(@Valid BMPBoard board) Read the BMP version.BMPTransceiverInterface.readBMPVersion
(@Valid BMPCoords bmp, @Valid BMPBoard board) Read the BMP version.default VersionInfo
BMPTransceiverInterface.readBMPVersion
(@Valid BMPCoords bmp, Iterable<@Valid BMPBoard> boards) Read the BMP version.default VersionInfo
BMPTransceiverInterface.readBMPVersion
(Iterable<@Valid BMPBoard> boards) Read the BMP version.Transceiver.readBMPVersion
(BMPCoords bmp, BMPBoard board) UnimplementedBMPTransceiver.readBMPVersion
(BMPCoords bmp, BMPBoard board)