Package | Description |
---|---|
org.epics.pvmanager |
|
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 |
---|---|
PVWriter<T> |
PVWriterConfiguration.async()
Creates a new PVWriter where the
write(java.lang.Object)
method is asynchronous (i.e. |
PVWriter<T> |
PVWriterEvent.getPvWriter()
The writer that generated the event.
|
PVWriter<T> |
PVWriterConfiguration.sync()
Creates a new PVWriter where the
write(java.lang.Object)
method is synchronous (i.e. |
Modifier and Type | Method and Description |
---|---|
static <V> MockPVWriteListener<V> |
MockPVWriteListener.addPVWriteListener(PVWriter<V> pvWriter) |
Constructor and Description |
---|
MockPVWriteListener(PVWriter<T> pvWriter) |
Copyright © 2010–2015. All rights reserved.