Uses of Interface
uk.ac.manchester.spinnaker.connections.model.Connection
Packages that use Connection
Package
Description
Classes used to model types of connections that talk to SpiNNaker.
Abstract model classes for connections.
How to actually talk to a SpiNNaker machine.
-
Uses of Connection in uk.ac.manchester.spinnaker.connections
Classes in uk.ac.manchester.spinnaker.connections with type parameters of type ConnectionModifier and TypeInterfaceDescriptioninterfaceConnectionSelector<T extends Connection>A connection selector for (especially multi-connection) processes.classSingletonConnectionSelector<T extends Connection>A selector that only ever handles a single connection.Classes in uk.ac.manchester.spinnaker.connections that implement ConnectionModifier and TypeClassDescriptionclassA connection for talking to one or more Board Management Processors (BMPs).classA connection to the SpiNNaker board that uses UDP for booting.classAn SCP connection that actually delegates message sending and receiving to another connection.classA UDP connection for sending and receiving raw EIEIO messages.classA connection that detects any UDP packet that is transmitted by SpiNNaker boards prior to boot.classA UDP connection for sending and receiving notification protocol messages.classAn SDP connection to talk SCP (SpiNNaker Control Protocol) to SC&MP on a SpiNNaker system, and to the cores managed by it.classA UDP socket connection that talks SDP (SpiNNaker Datagram Protocol) to SpiNNaker.classA connection to SpiNNaker over UDP/IPv4. -
Uses of Connection in uk.ac.manchester.spinnaker.connections.model
Subinterfaces of Connection in uk.ac.manchester.spinnaker.connections.modelModifier and TypeInterfaceDescriptioninterfaceSends an SCP request and receives a response to it. -
Uses of Connection in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return types with arguments of type ConnectionModifier and TypeMethodDescriptionTransceiver.getConnections()Get the currently known connections to the board, made up of those passed in to the transceiver and those that are discovered during calls toTransceiver.discoverScampConnections().Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type ConnectionModifier and TypeMethodDescriptionprotected voidTransceiver.addConnection(Connection connection) protected abstract voidUDPTransceiver.addConnection(Connection connection) Add a connection to the collection of general connections managed by this class.booleanTransceiver.isConnected(Connection connection) booleanTransceiverInterface.isConnected(Connection connection) Determines if the board can be contacted.Constructor parameters in uk.ac.manchester.spinnaker.transceiver with type arguments of type ConnectionModifierConstructorDescriptionTransceiver(MachineVersion version, Collection<Connection> connections) Create a transceiver.Transceiver(MachineVersion version, Collection<Connection> connections, Collection<ChipLocation> ignoredChips, Map<ChipLocation, Set<Integer>> ignoredCores, Map<ChipLocation, EnumSet<Direction>> ignoredLinks, Collection<Transceiver.ConnectionDescriptor> scampConnections, Integer maxSDRAMSize) Create a transceiver.