Uses of Class
uk.ac.manchester.spinnaker.messages.bmp.BMPRequest
Packages that use BMPRequest
Package
Description
Classes used to model types of connections that talk to SpiNNaker.
Messages that talk to the BMP.
-
Uses of BMPRequest in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections with parameters of type BMPRequestModifier and TypeMethodDescriptionvoid
BMPConnection.send
(BMPRequest<?> scpRequest) Send a request on this connection. -
Uses of BMPRequest in uk.ac.manchester.spinnaker.messages.bmp
Subclasses of BMPRequest in uk.ac.manchester.spinnaker.messages.bmpModifier and TypeClassDescriptionclass
A request to read a region of memory from a BMP.class
A request to alter the LEDs on a board managed by a BMP.class
A request to write to memory on a BMP.final class
A request to erase flash memory on a BMP.class
A request to read the version of software running on a board's BMP.class
Get the reset status of the FPGAs managed by a BMP.class
A request to start an initialisation of the FPGAs.class
A request for the board status data from the BMP including voltages, temperatures and fan speeds.class
A request for the CAN bus status data from the BMP.class
A request for the data from a FPGA's register.class
A request for the IP address data from a BMP.class
A request to read a region of serial flash from a BMP.class
A request to get the CRC of serial flash memory from a BMP.class
A request for the serial data vector from the BMP.class
A request to perform a reset of the FPGAs managed by a BMP.class
A request for the BMP to power on or power off some boards.final class
A request to update flash memory on a BMP.class
A request to write memory to flash on a BMP.class
A request to upload a chunk of FPGA initialisation data.class
A request to write data to an FPGA register managed by a BMP.class
A request to write to serial flash on a BMP.