| Package | Description | 
|---|---|
| org.diirt.datasource | 
 
  | 
| org.diirt.datasource.integration | |
| org.diirt.datasource.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(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 TimeDuration | 
ThreadTestingUtil.waitForValue(PVReader<?> pvReader,
            TimeDuration timeout)  | 
Copyright © 2015. All rights reserved.