Class EpicsGlobals

java.lang.Object
gda.epics.util.EpicsGlobals

public final class EpicsGlobals extends Object

Title: Global constants and functions for integration with EPICS system.

Description: Class providing global functions/constants to the gda.epics package. Access to constants is only possible through get methods.

  • Constructor Details

    • EpicsGlobals

      public EpicsGlobals()
  • Method Details

    • getBUFFERSIZE

      public static int getBUFFERSIZE()
      Size of buffer to use when reading invalid input: '&' writing files.
      Returns:
      int
    • getDEBUG_LEVEL

      public static String getDEBUG_LEVEL()
      The debug level to use with DdhMessage (and Message).
      Returns:
      String
    • getDH_URI_PATH_SEPARATOR

      public static char getDH_URI_PATH_SEPARATOR()
      The path separator for use in URIs.
      Returns:
      Character to use for path separators in URIs.
    • getCHAR_ENCODING

      public static String getCHAR_ENCODING()
      The character encoding to use when encoding URIs from Strings. This is used at the highest level in DdhMonitorConfig.
      Returns:
      the char encoding
    • getTimeout

      public static double getTimeout()
      Returns:
      TIMEOUT
    • setTimeout

      public static void setTimeout(double timeout)
      Parameters:
      timeout -
    • getDELAY

      public static long getDELAY()
      Returns:
      DELAY