Uses of Class
uk.ac.manchester.spinnaker.messages.bmp.BMPRequest.BMPResponse
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.bmp |
Messages that talk to the BMP.
|
-
Uses of BMPRequest.BMPResponse in uk.ac.manchester.spinnaker.messages.bmp
Classes in uk.ac.manchester.spinnaker.messages.bmp with type parameters of type BMPRequest.BMPResponse Modifier and Type Class Description class
BMPRequest<T extends BMPRequest.BMPResponse>
The base class of a request following the BMP protocol.Subclasses of BMPRequest.BMPResponse 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.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.Methods in uk.ac.manchester.spinnaker.messages.bmp that return BMPRequest.BMPResponse Modifier and Type Method Description BMPRequest.BMPResponse
BMPSetLED. getSCPResponse(ByteBuffer buffer)
BMPRequest.BMPResponse
BMPWriteMemory. getSCPResponse(ByteBuffer buffer)
BMPRequest.BMPResponse
InitFPGA. getSCPResponse(ByteBuffer buffer)
BMPRequest.BMPResponse
ResetFPGA. getSCPResponse(ByteBuffer buffer)
BMPRequest.BMPResponse
SetPower. getSCPResponse(ByteBuffer buffer)
BMPRequest.BMPResponse
UpdateFlash. getSCPResponse(ByteBuffer buffer)
BMPRequest.BMPResponse
WriteFlashBuffer. getSCPResponse(ByteBuffer buffer)
BMPRequest.BMPResponse
WriteFPGAData. getSCPResponse(ByteBuffer buffer)
BMPRequest.BMPResponse
WriteFPGARegister. getSCPResponse(ByteBuffer buffer)
BMPRequest.BMPResponse
WriteSerialFlash. getSCPResponse(ByteBuffer buffer)