|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceRateReadWriteExpressionList | |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.expression | Interfaces for the expressions PVManager can consume. |
Uses of SourceRateReadWriteExpressionList in org.epics.pvmanager |
---|
Methods in org.epics.pvmanager with parameters of type SourceRateReadWriteExpressionList | ||
---|---|---|
static
|
ExpressionLanguage.latestValueOf(SourceRateReadWriteExpressionList<R,W> expressions)
For reads, returns (only) the latest value computed from a SourceRateReadWriteExpression ; for writes, same
as the given expression. |
Uses of SourceRateReadWriteExpressionList in org.epics.pvmanager.expression |
---|
Subinterfaces of SourceRateReadWriteExpressionList in org.epics.pvmanager.expression | |
---|---|
interface |
SourceRateReadWriteExpression<R,W>
An expression to write and to read at the rate of the source. |
Classes in org.epics.pvmanager.expression that implement SourceRateReadWriteExpressionList | |
---|---|
class |
ChannelExpression<R,W>
Represents a channel, which can be both read or written. |
class |
ChannelExpressionList<R,W>
Represents a list of channel, which can be both read or written. |
class |
SourceRateReadWriteExpressionImpl<R,W>
Implementation class for SourceRateReadWriteExpression . |
class |
SourceRateReadWriteExpressionListImpl<R,W>
Implementation class for SourceRateReadWriteExpressionList . |
Methods in org.epics.pvmanager.expression that return SourceRateReadWriteExpressionList | |
---|---|
SourceRateReadWriteExpressionList<R,W> |
SourceRateReadWriteExpressionList.and(SourceRateReadWriteExpressionList<? extends R,? extends W> expressions)
Adds the given expressions to this list. |
SourceRateReadWriteExpressionList<R,W> |
SourceRateReadWriteExpressionListImpl.and(SourceRateReadWriteExpressionList<? extends R,? extends W> expressions)
|
Methods in org.epics.pvmanager.expression with parameters of type SourceRateReadWriteExpressionList | |
---|---|
SourceRateReadWriteExpressionList<R,W> |
SourceRateReadWriteExpressionList.and(SourceRateReadWriteExpressionList<? extends R,? extends W> expressions)
Adds the given expressions to this list. |
SourceRateReadWriteExpressionList<R,W> |
SourceRateReadWriteExpressionListImpl.and(SourceRateReadWriteExpressionList<? extends R,? extends W> expressions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |