Uses of Interface
uk.ac.manchester.spinnaker.machine.HasCoreLocation
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine |
Describes a SpiNNaker machine.
|
uk.ac.manchester.spinnaker.machine.tags |
Describes IPtags and reverse IPtags.
|
-
Uses of HasCoreLocation in uk.ac.manchester.spinnaker.machine
Classes in uk.ac.manchester.spinnaker.machine that implement HasCoreLocation Modifier and Type Class Description class
CoreLocation
class
RegionLocation
Holding case for a CoreLocation (X, Y and P) and the recording region ID.Methods in uk.ac.manchester.spinnaker.machine that return HasCoreLocation Modifier and Type Method Description default HasCoreLocation
HasChipLocation. getScampCore()
Get the core of the chip that will be running SC&MP.Methods in uk.ac.manchester.spinnaker.machine with parameters of type HasCoreLocation Modifier and Type Method Description default boolean
HasCoreLocation. 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 HasCoreLocation Constructor Description CoreSubsets(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 HasCoreLocation Constructor Description ReverseIPTag(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.