Uses of Interface
org.epics.pvmanager.expression.SourceRateReadWriteExpression

Packages that use SourceRateReadWriteExpression
org.epics.pvmanager

pvManager 

org.epics.pvmanager.expression Interfaces for the expressions PVManager can consume. 
 

Uses of SourceRateReadWriteExpression in org.epics.pvmanager
 

Methods in org.epics.pvmanager with parameters of type SourceRateReadWriteExpression
static
<R,W> DesiredRateReadWriteExpression<R,W>
ExpressionLanguage.latestValueOf(SourceRateReadWriteExpression<R,W> expression)
          For reads, returns (only) the latest value computed from a SourceRateReadWriteExpression; for writes, same as the given expression.
static
<R,W> PVConfiguration<R,W>
PVManager.readAndWrite(SourceRateReadWriteExpression<R,W> readWriteExpression)
          Both reads and writes the given expression, and returns an object to configure the parameters for the both read and write.
 

Uses of SourceRateReadWriteExpression in org.epics.pvmanager.expression
 

Classes in org.epics.pvmanager.expression that implement SourceRateReadWriteExpression
 class ChannelExpression<R,W>
          Represents a channel, which can be both read or written.
 class SourceRateReadWriteExpressionImpl<R,W>
          Implementation class for SourceRateReadWriteExpression.
 

Methods in org.epics.pvmanager.expression that return SourceRateReadWriteExpression
 SourceRateReadWriteExpression<R,W> SourceRateReadWriteExpression.as(java.lang.String name)
           
 

Methods in org.epics.pvmanager.expression that return types with arguments of type SourceRateReadWriteExpression
 java.util.List<SourceRateReadWriteExpression<R,W>> SourceRateReadWriteExpressionList.getSourceRateReadWriteExpressions()
          The expressions of this list.
 java.util.List<SourceRateReadWriteExpression<R,W>> SourceRateReadWriteExpressionListImpl.getSourceRateReadWriteExpressions()