Uses of Enum Class
uk.ac.manchester.spinnaker.messages.scp.SCPCommand
Packages that use SCPCommand
Package
Description
Messages that talk to the BMP.
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 SCPCommandModifierConstructorDescriptionBMPResponse
(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 SCPCommandModifier and TypeFieldDescriptionstatic final SCPCommand
SCPCommand.CMD_FPGA_READ
Read FPGA's memory/registers.static final SCPCommand
SCPCommand.CMD_FPGA_WRITE
Write FPGA's memory/registers.Methods in uk.ac.manchester.spinnaker.messages.scp that return SCPCommandModifier and TypeMethodDescriptionstatic SCPCommand
SCPCommand.get
(short value) Convert an encoded value into an enum element.static SCPCommand
Returns the enum constant of this class with the specified name.static SCPCommand[]
SCPCommand.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.messages.scp with parameters of type SCPCommandModifierConstructorDescriptionprotected
SCPRequest
(HasCoreLocation core, SCPCommand command) Create a new request that goes to the default port and needs a reply.protected
SCPRequest
(HasCoreLocation core, SCPCommand command, int argument1) Create a new request that goes to the default port and needs a reply.protected
SCPRequest
(HasCoreLocation core, SCPCommand command, int argument1, int argument2) Create a new request that goes to the default port and needs a reply.protected
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.protected
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.