Uses of Class
uk.ac.manchester.spinnaker.messages.bmp.BMPRequest.BMPResponse
Packages that use BMPRequest.BMPResponse
-
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.BMPResponseModifier and TypeClassDescriptionclass
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.bmpModifier and TypeClassDescriptionprotected final class
An SCP response to a request to read a region of memory on a chip.static class
A BMP response that contains a payload of interest.protected final class
The response from a request to erase flash.protected final class
An SCP response to a request for the version of software running.protected final class
The response to a request to get the FPGA reset status of a board.protected final class
An SCP response to a request for ADC information.protected final class
An SCP response to a request for the CAN status.protected final class
An SCP response to a request for the contents of an FPGA register.protected final class
An SCP response to a request for IP address information.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 get the CRC of serial flash.protected final class
An SCP response to a request for serial data.Methods in uk.ac.manchester.spinnaker.messages.bmp that return BMPRequest.BMPResponseModifier and TypeMethodDescriptionBMPSetLED.getSCPResponse
(ByteBuffer buffer) BMPWriteMemory.getSCPResponse
(ByteBuffer buffer) InitFPGA.getSCPResponse
(ByteBuffer buffer) ResetFPGA.getSCPResponse
(ByteBuffer buffer) SetPower.getSCPResponse
(ByteBuffer buffer) UpdateFlash.getSCPResponse
(ByteBuffer buffer) WriteFlashBuffer.getSCPResponse
(ByteBuffer buffer) WriteFPGAData.getSCPResponse
(ByteBuffer buffer) WriteFPGARegister.getSCPResponse
(ByteBuffer buffer) WriteSerialFlash.getSCPResponse
(ByteBuffer buffer)