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 TypeClassDescriptionclassReinjectorRequest<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 classAn SCP response to a request for the number of cores in a given state.classAn SCP response to a request which has an empty payload.protected final classResponse for the fixed route read.protected final classAn SCP response to a request for the version of software running.protected final classAn SCP response to a request for the dropped packet reinjection status.static final classAn SCP response to a request for the version of software running.protected final classAn SCP response to a request for an IP tags.protected final classAn SCP response to a request for information about IP tags.protected final classAn SCP response to a request to set the tag timeout.classPayloadedResponse<T,E extends Exception> A response that holds a payload.protected final classAn SCP response to a request to read a region of memory via a link on a chip.protected final classAn SCP response to a request to read a region of memory on a chip.protected final classAn SCP response to a request to allocate router entries.protected final classAn SCP response to a request to allocate space in SDRAM.protected final classAn 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.