Uses of Class
uk.ac.manchester.spinnaker.messages.scp.PayloadedResponse
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.scp |
The messages of SpiNNaker Control Protocol (SCP).
|
uk.ac.manchester.spinnaker.transceiver |
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.scp Modifier and Type Class Description protected static class
CountState.Response
An SCP response to a request for the number of cores in a given state.protected class
FixedRouteRead.Response
Response for the fixed route read.protected class
GetChipInfo.Response
An SCP response to a request for the version of software running.protected class
GetReinjectionStatus.Response
An SCP response to a request for the dropped packet reinjection status.static class
GetVersion.Response
An SCP response to a request for the version of software running.protected class
IPTagGet.Response
An SCP response to a request for an IP tags.protected class
IPTagGetInfo.Response
An SCP response to a request for information about IP tags.protected class
IPTagSetTTO.Response
An SCP response to a request to set the tag timeout.protected class
ReadLink.Response
An SCP response to a request to read a region of memory via a link on a chip.protected class
ReadMemory.Response
An SCP response to a request to read a region of memory on a chip.protected class
RouterAlloc.Response
An SCP response to a request to allocate router entries.protected class
SDRAMAlloc.Response
An SCP response to a request to allocate space in SDRAM.protected class
SDRAMDeAlloc.Response
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 PayloadedResponse Modifier and Type Method Description protected <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 <T, R extends PayloadedResponse<T, ?>>
voidTxrxProcess. sendGet(SCPRequest<R> request, Consumer<T> callback)
Send a request for a response with a payload.