Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.integration |
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.readListener(PVReaderListener<? super T> listener)
Adds a listener notified for any reader event (values, connection and errors).
|
PVReaderConfiguration<T> |
PVReaderConfiguration.routeExceptionsTo(ExceptionHandler exceptionHandler)
Forwards exception to the given exception handler.
|
PVReaderConfiguration<T> |
PVReaderConfiguration.timeout(org.epics.util.time.TimeDuration timeout)
Sets a timeout for no values received.
|
PVReaderConfiguration<T> |
PVReaderConfiguration.timeout(org.epics.util.time.TimeDuration timeout,
String timeoutMessage)
Sets a timeout for no values received with the given message.
|
Modifier and Type | Method and Description |
---|---|
protected <T> TestPhase |
TestPhase.addReader(PVReaderConfiguration<T> reader,
org.epics.util.time.TimeDuration maxRate) |
Copyright © 2010–2015. All rights reserved.