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 TypeMethodDescriptionvoidBMPConnection.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 TypeClassDescriptionclassA request to read a region of memory from a BMP.classA request to alter the LEDs on a board managed by a BMP.classA request to write to memory on a BMP.final classA request to erase flash memory on a BMP.classA request to read the version of software running on a board's BMP.classGet the reset status of the FPGAs managed by a BMP.classA request to start an initialisation of the FPGAs.classA request for the board status data from the BMP including voltages, temperatures and fan speeds.classA request for the CAN bus status data from the BMP.classA request for the data from a FPGA's register.classA request for the IP address data from a BMP.classA request to read a region of serial flash from a BMP.classA request to get the CRC of serial flash memory from a BMP.classA request for the serial data vector from the BMP.classA request to perform a reset of the FPGAs managed by a BMP.classA request for the BMP to power on or power off some boards.final classA request to update flash memory on a BMP.classA request to write memory to flash on a BMP.classA request to upload a chunk of FPGA initialisation data.classA request to write data to an FPGA register managed by a BMP.classA request to write to serial flash on a BMP.