Uses of Class
uk.ac.manchester.spinnaker.messages.scp.CheckOKResponse
Packages that use CheckOKResponse
Package
Description
The messages of SpiNNaker Control Protocol (SCP).
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 CheckOKResponseModifier and TypeClassDescriptionclass
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.scpModifier and TypeClassDescriptionprotected static final class
An SCP response to a request for the number of cores in a given state.class
An SCP response to a request which has an empty payload.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.class
PayloadedResponse<T,
E extends Exception> A response that holds a payload.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 CheckOKResponse in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with type parameters of type CheckOKResponseModifier and TypeMethodDescriptionprotected final <Resp extends CheckOKResponse>
voidTxrxProcess.sendRequest
(SCPRequest<Resp> request, Consumer<Resp> callback) Send a request and handle the response.