Uses of Class
uk.ac.manchester.spinnaker.messages.scp.SCPResponse
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.bmp |
Messages that talk to the BMP.
|
uk.ac.manchester.spinnaker.messages.scp |
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.bmp Modifier and Type Class Description protected class
BMPReadMemory.Response
An SCP response to a request to read a region of memory on a chip.static class
BMPRequest.BMPResponse
Represents an SCP request thats tailored for the BMP connection.static class
BMPRequest.PayloadedResponse<T>
A BMP response that contains a payload of interest.protected class
EraseFlash.Response
The response from a request to erase flash.protected class
GetBMPVersion.Response
An SCP response to a request for the version of software running.protected class
GetFPGAResetStatus.Response
The response to a request to get the FPGA reset status of a board.protected class
ReadADC.Response
An SCP response to a request for ADC information.protected class
ReadCANStatus.Response
An SCP response to a request for the CAN status.protected class
ReadFPGARegister.Response
An SCP response to a request for the contents of an FPGA register.protected class
ReadIPAddress.Response
An SCP response to a request for IP address information.protected class
ReadSerialFlash.Response
An SCP response to a request to read a region of memory on a chip.protected class
ReadSerialFlashCRC.Response
An SCP response to a request to get the CRC of serial flash.protected class
ReadSerialVector.Response
An 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 SCPResponse Modifier and Type Class Description class
FECRequest<T extends SCPResponse>
A command message to a core using FrontEndCommon lib's simulation management subsystem.class
SCPRequest<T extends SCPResponse>
Represents an Abstract SCP Request.Subclasses of SCPResponse in uk.ac.manchester.spinnaker.messages.scp Modifier and Type Class Description class
CheckOKResponse
An SCP response to a request which returns nothing other than OK or an error.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
NoResponse
An SCP response that should never be received because its request is guaranteed to be a one-way request.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.Methods in uk.ac.manchester.spinnaker.messages.scp with type parameters of type SCPResponse Modifier and Type Method Description <T extends SCPResponse>
TSCPResultMessage. parsePayload(SCPRequest<T> request)
Parse the payload data of the data into something higher level.