Uses of Class
uk.ac.manchester.spinnaker.messages.model.Version
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.client |
Java client for the SpiNNaker allocation service.
|
uk.ac.manchester.spinnaker.messages.model |
Model support classes for the communication messages.
|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of Version in uk.ac.manchester.spinnaker.alloc.client
Methods in uk.ac.manchester.spinnaker.alloc.client that return Version Modifier and Type Method Description Version
SpallocClient. getVersion()
Get the server version ID. -
Uses of Version in uk.ac.manchester.spinnaker.messages.model
Fields in uk.ac.manchester.spinnaker.messages.model declared as Version Modifier and Type Field Description Version
VersionInfo. versionNumber
The version number of the software.Methods in uk.ac.manchester.spinnaker.messages.model that return Version Modifier and Type Method Description Version
FirmwareDescriptor. getVersion()
Methods in uk.ac.manchester.spinnaker.messages.model with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version other)
-
Uses of Version in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return Version Modifier and Type Method Description default Version
SpallocAPI. version()
Request the version of the spalloc server.Version
SpallocAPI. version(@Positive Integer timeout)
Request the version of the spalloc server.Version
SpallocClient. version(Integer timeout)
-
Uses of Version in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type Version Modifier and Type Method Description static boolean
Transceiver. isScampVersionCompatible(Version version)
Determine if the version of SCAMP is compatible with this transceiver.