Uses of Interface
uk.ac.manchester.spinnaker.messages.eieio.EIEIOCommand
Packages that use EIEIOCommand
Package
Description
Classes used to model types of connections that talk to SpiNNaker.
The messages of the EIEIO protocol.
-
Uses of EIEIOCommand in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections that return EIEIOCommandModifier and TypeMethodDescriptionprotected EIEIOCommand
EIEIOConnection.receiveCommand()
Receive a raw command.Methods in uk.ac.manchester.spinnaker.connections with parameters of type EIEIOCommandModifier and TypeMethodDescriptionprotected void
EIEIOConnection.sendCommand
(EIEIOCommand command) Send a raw command.protected void
EIEIOConnection.sendCommand
(EIEIOCommand command, InetAddress ipAddress, int port) Send a raw command. -
Uses of EIEIOCommand in uk.ac.manchester.spinnaker.messages.eieio
Classes in uk.ac.manchester.spinnaker.messages.eieio that implement EIEIOCommandModifier and TypeClassDescriptionclass
A non-standard EIEIO command.enum
What SpiNNaker-specific EIEIO commands there are.Fields in uk.ac.manchester.spinnaker.messages.eieio declared as EIEIOCommandModifier and TypeFieldDescriptionfinal EIEIOCommand
EIEIOCommandMessage.Header.command
The command ID in this header.Methods in uk.ac.manchester.spinnaker.messages.eieio that return EIEIOCommandModifier and TypeMethodDescriptionstatic EIEIOCommand
EIEIOCommandID.get
(int command) Get a command given its encoded form.Constructors in uk.ac.manchester.spinnaker.messages.eieio with parameters of type EIEIOCommandModifierConstructorDescriptionEIEIOCommandMessage
(EIEIOCommand command) Header
(EIEIOCommand command) Create a new command header.