Package | Description |
---|---|
org.epics.pvmanager |
|
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> |
PVWriterConfiguration.sync()
Creates a new PVWriter where the
write(java.lang.Object)
method is synchronous (i.e. |
Copyright © 2012. All Rights Reserved.