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 TypeClassDescriptionclassBMPRequest<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 classAn SCP response to a request to read a region of memory on a chip.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.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)