Uses of Class
uk.ac.manchester.spinnaker.messages.eieio.EIEIOCommandMessage
Packages that use EIEIOCommandMessage
-
Uses of EIEIOCommandMessage in uk.ac.manchester.spinnaker.messages.eieio
Subclasses of EIEIOCommandMessage in uk.ac.manchester.spinnaker.messages.eieioModifier and TypeClassDescriptionclassPacket used for the buffering input technique which causes the parser of the input packet to terminate its execution.classPacket 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.classPacket 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.classPacket 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.classPacket used to pad space in the buffering area, if needed.classMessage 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.classMessage 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.classPacket 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.classPacket 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 that return EIEIOCommandMessageModifier and TypeMethodDescriptionstatic EIEIOCommandMessageEIEIOMessageFactory.readCommandMessage(ByteBuffer data) Reads the content of an EIEIO command message and returns an object identifying the command which was contained in the packet, including any parameter, if required by the command.Methods in uk.ac.manchester.spinnaker.messages.eieio with parameters of type EIEIOCommandMessageModifier and TypeMethodDescriptionvoidEIEIOMessageHandler.handleCommand(EIEIOCommandMessage message) Handle an EIEIO command message.