Uses of Class
uk.ac.manchester.spinnaker.messages.scp.SCPCommand
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.bmp |
Messages that talk to the BMP.
|
uk.ac.manchester.spinnaker.messages.scp |
The messages of SpiNNaker Control Protocol (SCP).
|
-
Uses of SCPCommand in uk.ac.manchester.spinnaker.messages.bmp
Constructors in uk.ac.manchester.spinnaker.messages.bmp with parameters of type SCPCommand Constructor Description BMPResponse(String operation, SCPCommand command, ByteBuffer buffer)
Make a response object.PayloadedResponse(String operation, SCPCommand command, ByteBuffer buffer)
Make a response object. -
Uses of SCPCommand in uk.ac.manchester.spinnaker.messages.scp
Fields in uk.ac.manchester.spinnaker.messages.scp declared as SCPCommand Modifier and Type Field Description static SCPCommand
SCPCommand. CMD_FPGA_READ
Read FPGA's memory/registers.static SCPCommand
SCPCommand. CMD_FPGA_WRITE
Write FPGA's memory/registers.Methods in uk.ac.manchester.spinnaker.messages.scp that return SCPCommand Modifier and Type Method Description static SCPCommand
SCPCommand. get(short value)
Convert an encoded value into an enum element.static SCPCommand
SCPCommand. valueOf(String name)
Returns the enum constant of this type with the specified name.static SCPCommand[]
SCPCommand. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.messages.scp with parameters of type SCPCommand Constructor Description SCPRequest(HasCoreLocation core, SCPCommand command)
Create a new request that goes to the default port and needs a reply.SCPRequest(HasCoreLocation core, SCPCommand command, int argument1)
Create a new request that goes to the default port and needs a reply.SCPRequest(HasCoreLocation core, SCPCommand command, int argument1, int argument2)
Create a new request that goes to the default port and needs a reply.SCPRequest(HasCoreLocation core, SCPCommand command, int argument1, int argument2, int argument3)
Create a new request that goes to the default port and needs a reply.SCPRequest(HasCoreLocation core, SCPCommand command, int argument1, int argument2, int argument3, ByteBuffer data)
Create a new request that goes to the default port and needs a reply.