Uses of Interface
uk.ac.manchester.spinnaker.messages.eieio.EIEIOMessage
Packages that use EIEIOMessage
Package
Description
Classes used to model types of connections that talk to SpiNNaker.
The messages of the EIEIO protocol.
-
Uses of EIEIOMessage in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections that return EIEIOMessageModifier and TypeMethodDescriptionEIEIOMessage<? extends EIEIOHeader>
EIEIOConnection.receiveMessage
(int timeout) Methods in uk.ac.manchester.spinnaker.connections with parameters of type EIEIOMessageModifier and TypeMethodDescriptionvoid
EIEIOConnection.sendEIEIOMessage
(EIEIOMessage<?> eieioMessage) Sends an EIEIO message down this connection.void
EIEIOConnection.sendEIEIOMessageTo
(EIEIOMessage<? extends EIEIOHeader> eieioMessage, InetAddress ipAddress, int port) Send an EIEIO message to a specific destination. -
Uses of EIEIOMessage in uk.ac.manchester.spinnaker.messages.eieio
Classes in uk.ac.manchester.spinnaker.messages.eieio that implement EIEIOMessageModifier and TypeClassDescriptionclass
An EIEIO message containing a command.class
An EIEIO message containing data.class
Packet used for the buffering input technique which causes the parser of the input packet to terminate its execution.class
Packet sent by the host computer to the SpiNNaker system in the context of the buffering output technique to signal that the host has completed reading data from the output buffer, and that such space can be considered free to use again.class
Packet sent by the host computer to the SpiNNaker system in the context of the buffering output technique to signal that the host has received a request to read data.class
Packet sent from the host to the SpiNNaker system in the context of buffering input mechanism to identify packet which needs to be stored in memory for future use.class
Packet used to pad space in the buffering area, if needed.class
Message used in the context of the buffering input mechanism which is sent by the SpiNNaker system to the host computer to ask for more data to inject during the simulation.class
Message used in the context of the buffering output mechanism which is sent from the SpiNNaker system to the host computer to signal that some data is available to be read.class
Packet used in the context of buffering input for the host computer to signal to the SpiNNaker system that, if needed, it is possible to send more "SpinnakerRequestBuffers" packet.class
Packet used in the context of buffering input for the host computer to signal to the SpiNNaker system that to stop sending "SpinnakerRequestBuffers" packet.Methods in uk.ac.manchester.spinnaker.messages.eieio with parameters of type EIEIOMessageModifier and TypeMethodDescriptiondefault void
EIEIOMessageHandler.handle
(EIEIOMessage<? extends EIEIOHeader> message)