Uses of Class
uk.ac.manchester.spinnaker.messages.model.IOBuffer
Packages that use IOBuffer
Package
Description
How to actually talk to a SpiNNaker machine.
-
Uses of IOBuffer in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return IOBufferModifier and TypeMethodDescriptiondefault IOBuffer
TransceiverInterface.getIobuf
(@Valid HasCoreLocation core) Get the contents of IOBUF for a given core.Methods in uk.ac.manchester.spinnaker.transceiver that return types with arguments of type IOBufferModifier and TypeMethodDescriptionTransceiver.getIobuf
(CoreSubsets coreSubsets) default MappableIterable<IOBuffer>
TransceiverInterface.getIobuf()
Get the contents of the IOBUF buffer for all processors.TransceiverInterface.getIobuf
(@Valid CoreSubsets coreSubsets) Get the contents of the IOBUF buffer for a collection of processors.