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 Details

    • location

      @Valid public final @Valid ChipLocation location
      The virtual location of this ethernet.
    • ethernetAddress

      @IPAddress public final @IPAddress String ethernetAddress
      The network address of this ethernet.
  • Constructor Details

    • Ethernet

      protected Ethernet(int ethernetX, int ethernetY, String address)
      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.