Package gda.epics.util
Class EpicsGlobals
java.lang.Object
gda.epics.util.EpicsGlobals
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intSize of buffer to use when reading invalid input: '&' writing files.static StringThe character encoding to use when encoding URIs from Strings.static StringThe debug level to use withDdhMessage(andMessage).static longgetDELAY()static charThe path separator for use in URIs.static doublestatic voidsetTimeout(double timeout)
-
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
The debug level to use withDdhMessage(andMessage).- 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
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
-