Uses of Class
uk.ac.manchester.spinnaker.messages.scp.PayloadedResponse
Packages that use PayloadedResponse
Package
Description
The messages of SpiNNaker Control Protocol (SCP).
How to actually talk to a SpiNNaker machine.
-
Uses of PayloadedResponse in uk.ac.manchester.spinnaker.messages.scp
Subclasses of PayloadedResponse in uk.ac.manchester.spinnaker.messages.scpModifier and TypeClassDescriptionprotected static final class
An SCP response to a request for the number of cores in a given state.protected final class
Response for the fixed route read.protected final class
An SCP response to a request for the version of software running.protected final class
An SCP response to a request for the dropped packet reinjection status.static final class
An SCP response to a request for the version of software running.protected final class
An SCP response to a request for an IP tags.protected final class
An SCP response to a request for information about IP tags.protected final class
An SCP response to a request to set the tag timeout.protected final class
An SCP response to a request to read a region of memory via a link on a chip.protected final class
An SCP response to a request to read a region of memory on a chip.protected final class
An SCP response to a request to allocate router entries.protected final class
An SCP response to a request to allocate space in SDRAM.protected final class
An SCP response to a request to deallocate SDRAM. -
Uses of PayloadedResponse in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with type parameters of type PayloadedResponseModifier and TypeMethodDescriptionprotected <T,
R extends PayloadedResponse<T, ?>>
TTransceiver.get
(SCPRequest<R> request) Do a synchronous call of an SCP operation using the default connection for a request, sending the given message and completely processing the interaction before returning its response.final <T,
R extends PayloadedResponse<T, ?>>
TTxrxProcess.retrieve
(SCPRequest<R> request) Do a synchronous call of an SCP operation, sending the given message and completely processing the interaction before returning its parsed payload.protected final <T,
R extends PayloadedResponse<T, ?>>
voidTxrxProcess.sendGet
(SCPRequest<R> request, Consumer<T> callback) Send a request for a response with a payload.