Uses of Interface
uk.ac.manchester.spinnaker.messages.eieio.EIEIOHeader
Packages that use EIEIOHeader
Package
Description
Classes used to model types of connections that talk to SpiNNaker.
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 EIEIOHeaderModifier and TypeMethodDescriptionEIEIOMessage<? extends EIEIOHeader>
EIEIOConnection.receiveMessage
(int timeout) Method parameters in uk.ac.manchester.spinnaker.connections with type arguments of type EIEIOHeaderModifier and TypeMethodDescriptionvoid
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 EIEIOHeaderModifier and TypeInterfaceDescriptioninterface
EIEIOMessage<Header extends EIEIOHeader>
An EIEIO message's basic operations.Classes in uk.ac.manchester.spinnaker.messages.eieio that implement EIEIOHeaderModifier and TypeClassDescriptionstatic class
EIEIO header for command packets.static class
EIEIO header for data packets.Method parameters in uk.ac.manchester.spinnaker.messages.eieio with type arguments of type EIEIOHeaderModifier and TypeMethodDescriptiondefault void
EIEIOMessageHandler.handle
(EIEIOMessage<? extends EIEIOHeader> message)