Enum Class NonBootOperation

java.lang.Object
java.lang.Enum<NonBootOperation>
uk.ac.manchester.spinnaker.alloc.bmp.NonBootOperation
All Implemented Interfaces:
Serializable, Comparable<NonBootOperation>, Constable

public enum NonBootOperation extends Enum<NonBootOperation>
Non-boot operations that may be performed on a BMP.
Author:
Donal Fellows
  • Enum Constant Details

    • READ_BL

      public static final NonBootOperation READ_BL
      Read a blacklist from a board's BMP's flash.
    • WRITE_BL

      public static final NonBootOperation WRITE_BL
      Write a blacklist to a board's BMP's flash.
    • GET_SERIAL

      public static final NonBootOperation GET_SERIAL
      Read the serial numbers from a board's BMP.
    • READ_TEMP

      public static final NonBootOperation READ_TEMP
      Read the temperature data from a board's BMP.
  • Method Details

    • values

      public static NonBootOperation[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static NonBootOperation valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null