Package | Description |
---|---|
org.epics.pvmanager |
|
Modifier and Type | Method and Description |
---|---|
PV<R,W> |
PVConfiguration.asynchWriteAndMaxReadRate(org.epics.util.time.TimeDuration period)
Creates the pv such that writes are asynchronous and read notifications
comes at most at the rate specified.
|
PV<R,W> |
PVConfiguration.synchWriteAndMaxReadRate(org.epics.util.time.TimeDuration period)
Creates the pv such that writes are synchronous and read notifications
comes at most at the rate specified.
|
Copyright © 2010–2015. All rights reserved.