Uses of Class
uk.ac.manchester.spinnaker.messages.model.IOBuffer
Package | Description |
---|---|
uk.ac.manchester.spinnaker.transceiver |
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 IOBuffer Modifier and Type Method Description default 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 IOBuffer Modifier and Type Method Description MappableIterable<IOBuffer>
Transceiver. getIobuf(CoreSubsets coreSubsets)
default MappableIterable<IOBuffer>
TransceiverInterface. getIobuf()
Get the contents of the IOBUF buffer for all processors.MappableIterable<IOBuffer>
TransceiverInterface. getIobuf(@Valid CoreSubsets coreSubsets)
Get the contents of the IOBUF buffer for a collection of processors.