Uses of Class
uk.ac.manchester.spinnaker.messages.model.HeapElement
Package | Description |
---|---|
uk.ac.manchester.spinnaker.transceiver |
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 HeapElement Modifier and Type Method Description List<HeapElement>
Transceiver. getHeap(HasChipLocation chip, SystemVariableDefinition heap)
default List<HeapElement>
TransceiverInterface. getHeap(@Valid HasChipLocation chip)
Get the contents of the SDRAM heap on a given chip.List<HeapElement>
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 HeapElement Modifier and Type Method Description default ByteBuffer
TransceiverInterface. readMemory(@Valid HasCoreLocation core, @NotNull HeapElement element)
Read the contents of an allocated block on the heap from the board.