Uses of Class
uk.ac.manchester.spinnaker.messages.model.CPUInfo
Package | Description |
---|---|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of CPUInfo in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return CPUInfo Modifier and Type Method Description default CPUInfo
TransceiverInterface. getCPUInformation(@Valid HasCoreLocation core)
Get information about a specific processor on the board.Methods in uk.ac.manchester.spinnaker.transceiver that return types with arguments of type CPUInfo Modifier and Type Method Description default Map<CoreLocation,CPUInfo>
TransceiverInterface. getCoresNotInState(@Valid CoreSubsets allCoreSubsets, @NotNull CPUState state)
Get all cores that are not in a given state.default Map<CoreLocation,CPUInfo>
TransceiverInterface. getCoresNotInState(@Valid CoreSubsets allCoreSubsets, EnumSet<@NotNull CPUState> states)
Get all cores that are not in a given set of states.MappableIterable<CPUInfo>
Transceiver. getCPUInformation(CoreSubsets coreSubsets)
default MappableIterable<CPUInfo>
TransceiverInterface. getCPUInformation()
Get information about the processors on the board.MappableIterable<CPUInfo>
TransceiverInterface. getCPUInformation(@Valid CoreSubsets coreSubsets)
Get information about some processors on the board.