Package | Description |
---|---|
org.epics.pvmanager |
|
Modifier and Type | Method and Description |
---|---|
PVReaderConfiguration<T> |
PVReaderConfiguration.from(DataSource dataSource) |
PVReaderConfiguration<T> |
PVReaderConfiguration.notifyOn(Executor onThread) |
static <T> PVReaderConfiguration<T> |
PVManager.read(DesiredRateExpression<T> pvExpression)
Reads the given expression, and returns an object to configure the parameters
for the read.
|
static <T> PVReaderConfiguration<T> |
PVManager.read(SourceRateExpression<T> pvExpression)
Reads the given expression, and returns an object to configure the parameters
for the read.
|
PVReaderConfiguration<T> |
PVReaderConfiguration.routeExceptionsTo(ExceptionHandler exceptionHandler)
Forwards exception to the given exception handler.
|
PVReaderConfiguration<T> |
PVReaderConfiguration.timeout(org.epics.util.time.TimeDuration timeout) |
PVReaderConfiguration<T> |
PVReaderConfiguration.timeout(TimeDuration timeout)
Deprecated.
|
PVReaderConfiguration<T> |
PVReaderConfiguration.timeout(org.epics.util.time.TimeDuration timeout,
String timeoutMessage) |
PVReaderConfiguration<T> |
PVReaderConfiguration.timeout(TimeDuration timeout,
String timeoutMessage)
Deprecated.
|
Copyright © 2012. All Rights Reserved.