Uses of Interface
uk.ac.manchester.spinnaker.messages.notification.NotificationMessage
Packages that use NotificationMessage
Package
Description
Classes used to model types of connections that talk to SpiNNaker.
The messages of the notification protocol.
-
Uses of NotificationMessage in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections that return NotificationMessageMethods in uk.ac.manchester.spinnaker.connections with parameters of type NotificationMessageModifier and TypeMethodDescriptionvoid
NotificationConnection.sendNotification
(NotificationMessage notificationMessage) Sends a notification message down this connection. -
Uses of NotificationMessage in uk.ac.manchester.spinnaker.messages.notification
Classes in uk.ac.manchester.spinnaker.messages.notification that implement NotificationMessageModifier and TypeClassDescriptionclass
A base class for concrete notification messages.class
Message which contains the path to the job description database created by the toolchain which is to be used by any software which interfaces with SpiNNaker.class
Message which indicates that the toolchain has paused or stopped.class
Message which indicates that the toolchain has started or resumed.Methods in uk.ac.manchester.spinnaker.messages.notification that return NotificationMessageModifier and TypeMethodDescriptionstatic NotificationMessage
AbstractNotificationMessage.build
(ByteBuffer buffer) Create a notification message instance from a buffer holding a received message.