Uses of Interface
uk.ac.manchester.spinnaker.messages.eieio.EIEIOHeader
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 EIEIOHeader in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections that return types with arguments of type EIEIOHeader Modifier and Type Method Description EIEIOMessage<? extends EIEIOHeader>
EIEIOConnection. receiveMessage(int timeout)
Method parameters in uk.ac.manchester.spinnaker.connections with type arguments of type EIEIOHeader Modifier and Type Method Description void
EIEIOConnection. sendEIEIOMessageTo(EIEIOMessage<? extends EIEIOHeader> eieioMessage, InetAddress ipAddress, int port)
Send an EIEIO message to a specific destination. -
Uses of EIEIOHeader in uk.ac.manchester.spinnaker.messages.eieio
Classes in uk.ac.manchester.spinnaker.messages.eieio with type parameters of type EIEIOHeader Modifier and Type Interface Description interface
EIEIOMessage<Header extends EIEIOHeader>
An EIEIO message's basic operations.Classes in uk.ac.manchester.spinnaker.messages.eieio that implement EIEIOHeader Modifier and Type Class Description static class
EIEIOCommandMessage.Header
EIEIO header for command packets.static class
EIEIODataMessage.Header
EIEIO header for data packets.Method parameters in uk.ac.manchester.spinnaker.messages.eieio with type arguments of type EIEIOHeader Modifier and Type Method Description default void
EIEIOMessageHandler. handle(EIEIOMessage<? extends EIEIOHeader> message)