Uses of Class
org.epics.pvmanager.PV

Packages that use PV
org.epics.pvmanager

pvManager 

 

Uses of PV in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return PV
 PV<R,W> PVConfiguration.asynchWriteAndMaxReadRate(TimeDuration period)
          Creates the pv such that writes are asynchronous and read notifications comes at most at the rate specified.
 PV<R,W> PVConfiguration.asynchWriteAndReadEvery(TimeDuration period)
          Deprecated. 
 PV<R,W> PVConfiguration.synchWriteAndMaxReadRate(TimeDuration period)
          Creates the pv such that writes are synchronous and read notifications comes at most at the rate specified.
 PV<R,W> PVConfiguration.synchWriteAndReadEvery(TimeDuration period)
          Deprecated.