Uses of Class
uk.ac.manchester.spinnaker.messages.scp.SCPRequest
Packages that use SCPRequest
Package
Description
Classes used to model types of connections that talk to SpiNNaker.
Abstract model classes for connections.
Messages that talk to the BMP.
The messages of SpiNNaker Control Protocol (SCP).
How to actually talk to a SpiNNaker machine.
- 
Uses of SCPRequest in uk.ac.manchester.spinnaker.connectionsMethods in uk.ac.manchester.spinnaker.connections with parameters of type SCPRequestModifier and TypeMethodDescriptionConnectionSelector.getNextConnection(SCPRequest<?> request) Get the next connection for the process from a list of connections that might satisfy the request.MostDirectConnectionSelector.getNextConnection(SCPRequest<?> request) SingletonConnectionSelector.getNextConnection(SCPRequest<?> request) final voidBMPConnection.send(SCPRequest<?> scpRequest) 
- 
Uses of SCPRequest in uk.ac.manchester.spinnaker.connections.modelMethods in uk.ac.manchester.spinnaker.connections.model with parameters of type SCPRequestModifier and TypeMethodDescriptiondefault ByteBufferSCPSenderReceiver.getSCPData(SCPRequest<?> scpRequest) Returns the data of an SCP request as it would be sent down this connection.default voidSCPSenderReceiver.send(SCPRequest<?> request) Sends an SCP request down this connection.
- 
Uses of SCPRequest in uk.ac.manchester.spinnaker.messages.bmpSubclasses of SCPRequest in uk.ac.manchester.spinnaker.messages.bmpModifier and TypeClassDescriptionclassA request to read a region of memory from a BMP.classBMPRequest<T extends BMPRequest.BMPResponse>The base class of a request following the BMP protocol.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.
- 
Uses of SCPRequest in uk.ac.manchester.spinnaker.messages.scpSubclasses of SCPRequest in uk.ac.manchester.spinnaker.messages.scpModifier and TypeClassDescriptionclassA request to run an application.final classA request to stop an application.classA request to clear the IOBUF on a core.classA request to set the dropped packet reinjected packet types.classA request to get a count of the cores in a particular state.classFECRequest<T extends SCPResponse>A command message to a core using FrontEndCommon lib's simulation management subsystem.final classA request to fill a region of memory on a chip with repeated words of data.final classA request to set a fixed route entry.final classA request to read a fixed route entry.classA request to flood fill some data.final classA request to finish a flood fill of data across all cores and launch the application.final classA request to start a flood fill of data.classA request to read the chip information from a core.classA request to get the status of the dropped packet reinjection.classA request to read the version of software running on a core.classA request to clear an IP Tag.classA request to get an IP tag.classA request information about IP tags.classA request to set a (forward) IP Tag.classA request to set the transient timeout for future SCP requests.final classA request to load the previously-saved application multicast router table.final classA request to load the previously-configured system multicast router table.classA request to read a region of memory via a link on a chip.classA request to read a region of memory.classReinjectorRequest<T extends CheckOKResponse>A command message to an extra monitor control core to manipulate the packet reinjection subsystem.classA request to reset the statistics counters of the dropped packet reinjection.classA request to set a Reverse IP Tag.classA request to allocate space for routing entries.classA request to clear the router on a chip.classA request to initialise the router on a chip.classA command message to an extra monitor control core to manipulate the router table.final classA request to save the currently-installed application multicast router table.classA request to allocate space in the SDRAM space.classA request to free space in the SDRAM.classA request to send a signal to cores.classA request to change the state of an LED.classA request to set the dropped packet reinjected packet types.classA request to set the router emergency timeout for dropped packet reinjection.classA request to the extra monitor core to set the router timeout for dropped packet reinjection.classA request to update the runtime info on a core.classA request to update the runtime info on a core.classA request to write memory on a neighbouring chip.classA request to write memory on a chip.Methods in uk.ac.manchester.spinnaker.messages.scp with parameters of type SCPRequestModifier and TypeMethodDescription<T extends SCPResponse>
 TSCPResultMessage.parsePayload(SCPRequest<T> request) Parse the payload data of the data into something higher level.
- 
Uses of SCPRequest in uk.ac.manchester.spinnaker.transceiverMethods in uk.ac.manchester.spinnaker.transceiver with parameters of type SCPRequestModifier and TypeMethodDescriptionprotected voidTransceiver.call(SCPRequest<EmptyResponse> request) Do a synchronous call of an SCP operation using the default connection for a request, sending the given message and completely processing the interaction.final voidTxrxProcess.call(SCPRequest<EmptyResponse> request) Do a synchronous call of an SCP operation, sending the given message and completely processing the interaction before returning its response.protected <T,R extends PayloadedResponse<T, ?>> 
 TTransceiver.get(SCPRequest<R> request) Do a synchronous call of an SCP operation using the default connection for a request, sending the given message and completely processing the interaction before returning its response.final <T,R extends PayloadedResponse<T, ?>> 
 TTxrxProcess.retrieve(SCPRequest<R> request) Do a synchronous call of an SCP operation, sending the given message and completely processing the interaction before returning its parsed payload.protected final <T,R extends PayloadedResponse<T, ?>> 
 voidTxrxProcess.sendGet(SCPRequest<R> request, Consumer<T> callback) Send a request for a response with a payload.protected final voidTxrxProcess.sendOneWayRequest(SCPRequest<NoResponse> request) Send a one-way request.protected final <Resp extends CheckOKResponse>
 voidTxrxProcess.sendRequest(SCPRequest<Resp> request, Consumer<Resp> callback) Send a request and handle the response.protected final voidTxrxProcess.sendRequest(SCPRequest<EmptyResponse> request) Send a request.voidTransceiver.sendSCPMessage(SCPRequest<?> message, SCPConnection connection) voidTransceiverInterface.sendSCPMessage(@NotNull SCPRequest<?> message, @NotNull SCPConnection connection) Sends an SCP message, without expecting a response.