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 EIEIOCommandEIEIOConnection.receiveCommand()Receive a raw command.Methods in uk.ac.manchester.spinnaker.connections with parameters of type EIEIOCommandModifier and TypeMethodDescriptionprotected voidEIEIOConnection.sendCommand(EIEIOCommand command) Send a raw command.protected voidEIEIOConnection.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 TypeClassDescriptionclassA non-standard EIEIO command.enumWhat SpiNNaker-specific EIEIO commands there are.Fields in uk.ac.manchester.spinnaker.messages.eieio declared as EIEIOCommandModifier and TypeFieldDescriptionfinal EIEIOCommandEIEIOCommandMessage.Header.commandThe command ID in this header.Methods in uk.ac.manchester.spinnaker.messages.eieio that return EIEIOCommandModifier and TypeMethodDescriptionstatic EIEIOCommandEIEIOCommandID.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.