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 VersionInfoGetBMPVersion.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 VersionInfoGetVersion.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 VersionInfoTransceiverInterface.ensureBoardIsReady()Ensure that the board is ready to interact with this version of the transceiver.default VersionInfoTransceiverInterface.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 VersionInfoTransceiverInterface.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 VersionInfoTransceiverInterface.getScampVersion()Get the version of SCAMP which is running on the board.default VersionInfoTransceiverInterface.getScampVersion(@NotNull ConnectionSelector<SCPConnection> connectionSelector) Get the version of SCAMP which is running on the board.default VersionInfoTransceiverInterface.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 VersionInfoBMPTransceiverInterface.readBMPVersion(@Valid BMPBoard board) Read the BMP version.BMPTransceiverInterface.readBMPVersion(@Valid BMPCoords bmp, @Valid BMPBoard board) Read the BMP version.default VersionInfoBMPTransceiverInterface.readBMPVersion(@Valid BMPCoords bmp, Iterable<@Valid BMPBoard> boards) Read the BMP version.default VersionInfoBMPTransceiverInterface.readBMPVersion(Iterable<@Valid BMPBoard> boards) Read the BMP version.Transceiver.readBMPVersion(BMPCoords bmp, BMPBoard board) UnimplementedBMPTransceiver.readBMPVersion(BMPCoords bmp, BMPBoard board)