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 SCPCommandSCPCommand.CMD_FPGA_READRead FPGA's memory/registers.static final SCPCommandSCPCommand.CMD_FPGA_WRITEWrite FPGA's memory/registers.Methods in uk.ac.manchester.spinnaker.messages.scp that return SCPCommandModifier and TypeMethodDescriptionstatic SCPCommandSCPCommand.get(short value) Convert an encoded value into an enum element.static SCPCommandReturns 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 SCPCommandModifierConstructorDescriptionprotectedSCPRequest(HasCoreLocation core, SCPCommand command) Create a new request that goes to the default port and needs a reply.protectedSCPRequest(HasCoreLocation core, SCPCommand command, int argument1) Create a new request that goes to the default port and needs a reply.protectedSCPRequest(HasCoreLocation core, SCPCommand command, int argument1, int argument2) Create a new request that goes to the default port and needs a reply.protectedSCPRequest(HasCoreLocation core, SCPCommand command, int argument1, int argument2, int argument3) Create a new request that goes to the default port and needs a reply.protectedSCPRequest(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.