Uses of Interface
uk.ac.manchester.spinnaker.machine.HasCoreLocation
Packages that use HasCoreLocation
Package
Description
Describes a SpiNNaker machine.
Describes IPtags and reverse IPtags.
-
Uses of HasCoreLocation in uk.ac.manchester.spinnaker.machine
Classes in uk.ac.manchester.spinnaker.machine that implement HasCoreLocationModifier and TypeClassDescriptionfinal classfinal classHolding case for a CoreLocation (X, Y and P) and the recording region ID.Methods in uk.ac.manchester.spinnaker.machine that return HasCoreLocationModifier and TypeMethodDescriptiondefault HasCoreLocationHasChipLocation.getScampCore()Get the core of the chip that will be running SC&MP.Methods in uk.ac.manchester.spinnaker.machine with parameters of type HasCoreLocationModifier and TypeMethodDescriptiondefault booleanHasCoreLocation.onSameCoreAs(HasCoreLocation other) Check if two locations are co-located at the core level.Constructors in uk.ac.manchester.spinnaker.machine with parameters of type HasCoreLocationModifierConstructorDescriptionCoreSubsets(HasCoreLocation location) Constructor which adds a single location.RegionLocation(HasCoreLocation core, int region) Creates the region based on a core and a region. -
Uses of HasCoreLocation in uk.ac.manchester.spinnaker.machine.tags
Constructors in uk.ac.manchester.spinnaker.machine.tags with parameters of type HasCoreLocationModifierConstructorDescriptionReverseIPTag(InetAddress boardAddress, int tagID, int udpPort, HasCoreLocation destination) Create a reverse IP tag.ReverseIPTag(InetAddress boardAddress, int tagID, int udpPort, HasCoreLocation destination, int sdpPort) Create a reverse IP tag.