Enum RecorderTypeByMemoryMode

java.lang.Object
java.lang.Enum<RecorderTypeByMemoryMode>
de.pco.recorder.RecorderTypeByMemoryMode
All Implemented Interfaces:
Serializable, Comparable<RecorderTypeByMemoryMode>, java.lang.constant.Constable

public enum RecorderTypeByMemoryMode
extends Enum<RecorderTypeByMemoryMode>
Enumerator of the recorder types by memory recorder mode
Author:
PCO
  • Enum Constant Details

    • SEQUENCE

      public static final RecorderTypeByMemoryMode SEQUENCE
      Images will be recorded into computer memory sequentially until required image number is reached
    • RING_BUFFER

      public static final RecorderTypeByMemoryMode RING_BUFFER
      Images will be recorded into computer memory in ring buffer mode. After calling stop acquisition the latest images are in the buffers
    • FIFO

      public static final RecorderTypeByMemoryMode FIFO
      Images will be recorded into computer memory in fifo mode. If the required image number is reached, acquisition will wait until first images have been read. Here it is only possible to read out sequentially
  • Method Details

    • values

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

      public static RecorderTypeByMemoryMode valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • valueOf

      public static RecorderTypeByMemoryMode valueOf​(int value) throws IllegalArgumentException
      Converter from the int value to the value of the enumerator.
      Parameters:
      value -
      Returns:
      Throws:
      IllegalArgumentException
    • getValue

      public int getValue()
      Getter
      Returns: