Class DSEStorage.Ethernet
java.lang.Object
uk.ac.manchester.spinnaker.storage.DSEStorage.Ethernet
- Enclosing interface:
- DSEStorage
public abstract static class DSEStorage.Ethernet extends Object
A ethernet which allows data specifications to be loaded.
- Author:
- Donal Fellows
-
Field Summary
Fields Modifier and Type Field Description @IPAddress String
ethernetAddress
The network address of this ethernet.@Valid ChipLocation
location
The virtual location of this ethernet. -
Constructor Summary
-
Method Summary
-
Field Details
-
location
The virtual location of this ethernet. -
ethernetAddress
The network address of this ethernet.
-
-
Constructor Details
-
Ethernet
Create an instance.- Parameters:
ethernetX
- The X coordinate of the ethernet chip.ethernetY
- The Y coordinate of the ethernet chip.address
- The IP address of the ethernet.
-