Uses of Class
uk.ac.manchester.spinnaker.messages.model.HeapElement
Packages that use HeapElement
Package
Description
How to actually talk to a SpiNNaker machine.
-
Uses of HeapElement in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return types with arguments of type HeapElementModifier and TypeMethodDescriptionTransceiver.getHeap
(HasChipLocation chip, SystemVariableDefinition heap) default List<HeapElement>
TransceiverInterface.getHeap
(@Valid HasChipLocation chip) Get the contents of the SDRAM heap on a given chip.TransceiverInterface.getHeap
(@Valid HasChipLocation chip, @NotNull SystemVariableDefinition heap) Get the contents of the given heap on a given chip.Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type HeapElementModifier and TypeMethodDescriptiondefault ByteBuffer
TransceiverInterface.readMemory
(@Valid HasCoreLocation core, @NotNull HeapElement element) Read the contents of an allocated block on the heap from the board.