Uses of Interface
uk.ac.manchester.spinnaker.messages.eieio.EIEIOMessage
Package | Description |
---|---|
uk.ac.manchester.spinnaker.connections |
Classes used to model types of connections that talk to SpiNNaker.
|
uk.ac.manchester.spinnaker.messages.eieio |
The messages of the EIEIO protocol.
|
-
Uses of EIEIOMessage in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections that return EIEIOMessage Modifier and Type Method Description EIEIOMessage<? extends EIEIOHeader>
EIEIOConnection. receiveMessage(int timeout)
Methods in uk.ac.manchester.spinnaker.connections with parameters of type EIEIOMessage Modifier and Type Method Description void
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 EIEIOMessage Modifier and Type Class Description class
EIEIOCommandMessage
An EIEIO message containing a command.class
EIEIODataMessage
An EIEIO message containing data.class
EventStopRequest
Packet used for the buffering input technique which causes the parser of the input packet to terminate its execution.class
HostDataRead
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
HostDataReadAck
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
HostSendSequencedData
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
PaddingRequest
Packet used to pad space in the buffering area, if needed.class
SpinnakerRequestBuffers
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
SpinnakerRequestReadData
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
StartRequests
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
StopRequests
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 EIEIOMessage Modifier and Type Method Description default void
EIEIOMessageHandler. handle(EIEIOMessage<? extends EIEIOHeader> message)