Uses of Class
uk.ac.manchester.spinnaker.messages.model.VersionInfo
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.bmp |
Messages that talk to the BMP.
|
uk.ac.manchester.spinnaker.messages.scp |
The messages of SpiNNaker Control Protocol (SCP).
|
uk.ac.manchester.spinnaker.transceiver |
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 VersionInfo Modifier and Type Method Description protected 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 VersionInfo Modifier and Type Method Description protected VersionInfo
GetVersion.Response. parse(ByteBuffer buffer)
-
Uses of VersionInfo in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return VersionInfo Modifier and Type Method Description VersionInfo
Transceiver. 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(@javax.validation.constraints.PositiveOrZero int numRetries)
Ensure that the board is ready to interact with this version of the transceiver.VersionInfo
TransceiverInterface. ensureBoardIsReady(@javax.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.VersionInfo
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.VersionInfo
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.VersionInfo
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.VersionInfo
Transceiver. readBMPVersion(BMPCoords bmp, BMPBoard board)
VersionInfo
UnimplementedBMPTransceiver. readBMPVersion(BMPCoords bmp, BMPBoard board)