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 TypeMethodDescriptionvoidEIEIOConnection.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 TypeInterfaceDescriptioninterfaceEIEIOMessage<Header extends EIEIOHeader>An EIEIO message's basic operations.Classes in uk.ac.manchester.spinnaker.messages.eieio that implement EIEIOHeaderModifier and TypeClassDescriptionstatic classEIEIO header for command packets.static classEIEIO header for data packets.Method parameters in uk.ac.manchester.spinnaker.messages.eieio with type arguments of type EIEIOHeaderModifier and TypeMethodDescriptiondefault voidEIEIOMessageHandler.handle(EIEIOMessage<? extends EIEIOHeader> message)