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

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

    Subclasses of EIEIOCommandMessage in uk.ac.manchester.spinnaker.messages.eieio 
    Modifier and Type Class Description
    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 that return EIEIOCommandMessage 
    Modifier and Type Method Description
    static EIEIOCommandMessage 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.
    Methods in uk.ac.manchester.spinnaker.messages.eieio with parameters of type EIEIOCommandMessage 
    Modifier and Type Method Description
    void EIEIOMessageHandler.handleCommand​(EIEIOCommandMessage message)
    Handle an EIEIO command message.