Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.integration | |
org.epics.pvmanager.test |
Support for a data source that simulates various error conditions.
|
Modifier and Type | Class and Description |
---|---|
class |
PV<R,W>
A PV that can be both read and written.
|
Modifier and Type | Method and Description |
---|---|
PVReader<T> |
PVReaderEvent.getPvReader()
The reader that generated the event.
|
PVReader<T> |
PVReaderConfiguration.maxRate(org.epics.util.time.TimeDuration rate)
Sets the rate of scan of the expression and creates the actual
PVReader
object that can be monitored through listeners. |
Modifier and Type | Method and Description |
---|---|
boolean |
PVReaderValueCondition.accept(PVReader<Object> reader,
PVReaderEvent<Object> event) |
abstract boolean |
PVReaderCondition.accept(PVReader<T> reader,
PVReaderEvent<T> event) |
boolean |
PVReaderCondition.waitOn(PVReader<T> reader,
int msTimeout) |
Modifier and Type | Method and Description |
---|---|
static org.epics.util.time.TimeDuration |
ThreadTestingUtil.waitForValue(PVReader<?> pvReader,
org.epics.util.time.TimeDuration timeout) |
Copyright © 2010–2015. All rights reserved.