Uses of Class
uk.ac.manchester.spinnaker.messages.scp.SCPResponse
Packages that use SCPResponse
Package
Description
Messages that talk to the BMP.
The messages of SpiNNaker Control Protocol (SCP).
-
Uses of SCPResponse in uk.ac.manchester.spinnaker.messages.bmp
Subclasses of SCPResponse in uk.ac.manchester.spinnaker.messages.bmpModifier and TypeClassDescriptionprotected final classAn SCP response to a request to read a region of memory on a chip.static classRepresents an SCP request thats tailored for the BMP connection.static classA BMP response that contains a payload of interest.protected final classThe response from a request to erase flash.protected final classAn SCP response to a request for the version of software running.protected final classThe response to a request to get the FPGA reset status of a board.protected final classAn SCP response to a request for ADC information.protected final classAn SCP response to a request for the CAN status.protected final classAn SCP response to a request for the contents of an FPGA register.protected final classAn SCP response to a request for IP address information.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 get the CRC of serial flash.protected final classAn SCP response to a request for serial data. -
Uses of SCPResponse in uk.ac.manchester.spinnaker.messages.scp
Classes in uk.ac.manchester.spinnaker.messages.scp with type parameters of type SCPResponseModifier and TypeClassDescriptionclassFECRequest<T extends SCPResponse>A command message to a core using FrontEndCommon lib's simulation management subsystem.classSCPRequest<T extends SCPResponse>Represents an Abstract SCP Request.Subclasses of SCPResponse in uk.ac.manchester.spinnaker.messages.scpModifier and TypeClassDescriptionclassAn SCP response to a request which returns nothing other than OK or an error.protected 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.classAn SCP response that should never be received because its request is guaranteed to be a one-way request.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.Methods in uk.ac.manchester.spinnaker.messages.scp with type parameters of type SCPResponseModifier and TypeMethodDescription<T extends SCPResponse>
TSCPResultMessage.parsePayload(SCPRequest<T> request) Parse the payload data of the data into something higher level.