Uses of Class
uk.ac.manchester.spinnaker.messages.scp.CheckOKResponse
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 CheckOKResponse in uk.ac.manchester.spinnaker.messages.scp
Classes in uk.ac.manchester.spinnaker.messages.scp with type parameters of type CheckOKResponse Modifier and Type Class Description class
ReinjectorRequest<T extends CheckOKResponse>
A command message to an extra monitor control core to manipulate the packet reinjection subsystem.Subclasses of CheckOKResponse 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.class
EmptyResponse
An SCP response to a request which has an empty payload.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.class
PayloadedResponse<T,E extends Exception>
A response that holds a payload.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 CheckOKResponse in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with type parameters of type CheckOKResponse Modifier and Type Method Description protected <Resp extends CheckOKResponse>
voidTxrxProcess. sendRequest(SCPRequest<Resp> request, Consumer<Resp> callback)
Send a request and handle the response.