Uses of Class
uk.ac.manchester.spinnaker.messages.eieio.EIEIOCommandMessage

Packages that use EIEIOCommandMessage
Package
Description
The messages of the EIEIO protocol.
  • Uses of EIEIOCommandMessage in uk.ac.manchester.spinnaker.messages.eieio

    Modifier and Type
    Class
    Description
    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.
    Modifier and Type
    Method
    Description
    EIEIOMessageFactory.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.
    Modifier and Type
    Method
    Description
    void
    EIEIOMessageHandler.handleCommand(EIEIOCommandMessage message)
    Handle an EIEIO command message.