Class ChipSummaryInfo
java.lang.Object
uk.ac.manchester.spinnaker.messages.model.ChipSummaryInfo
Represents the chip summary information read via an SCP command.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal HasChipLocationThe chip that this data is from.The state of the cores on the chip (list of one per core).final InetAddressThe IP address of the Ethernet if up, ornullif not.final booleanDetermines if the Ethernet connection is available on this chip.final intThe size of the largest block of free SDRAM in bytes.final intThe size of the largest block of free SRAM in bytes.final ChipLocationThe location of the nearest Ethernet chip.final intThe number of cores working on the chip (including monitors).final intThe number of multicast routing entries free on this chip.The IDs of the working links outgoing from this chip. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
coreStates
The state of the cores on the chip (list of one per core). -
ethernetIPAddress
The IP address of the Ethernet if up, ornullif not. -
isEthernetAvailable
public final boolean isEthernetAvailableDetermines if the Ethernet connection is available on this chip. -
largestFreeSDRAMBlock
public final int largestFreeSDRAMBlockThe size of the largest block of free SDRAM in bytes. -
largestFreeSRAMBlock
public final int largestFreeSRAMBlockThe size of the largest block of free SRAM in bytes. -
numCores
public final int numCoresThe number of cores working on the chip (including monitors). -
numFreeMulticastRoutingEntries
public final int numFreeMulticastRoutingEntriesThe number of multicast routing entries free on this chip. -
nearestEthernetChip
The location of the nearest Ethernet chip. -
workingLinks
The IDs of the working links outgoing from this chip. -
chip
The chip that this data is from.
-
-
Constructor Details
-
ChipSummaryInfo
- Parameters:
buffer- The data from the SCP responsesource- The coordinates of the chip that this data is from
-