Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.expression |
Interfaces for the expressions PVManager can consume.
|
Modifier and Type | Method and Description |
---|---|
static <R,W> DesiredRateReadWriteExpressionList<R,W> |
ExpressionLanguage.latestValueOf(SourceRateReadWriteExpressionList<R,W> expressions)
For reads, returns (only) the latest value computed
from a
SourceRateReadWriteExpression ; for writes, same
as the given expression. |
Modifier and Type | Method and Description |
---|---|
static <R,W> DesiredRateReadWriteExpression<Map<String,R>,Map<String,W>> |
ExpressionLanguage.mapOf(DesiredRateReadWriteExpressionList<R,W> expressions)
Converts a list of expressions to an expression that returns the map from
the name to the results.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DesiredRateReadWriteExpression<R,W>
An expression to write and to read at the desired rate.
|
Modifier and Type | Class and Description |
---|---|
class |
DesiredRateReadWriteExpressionImpl<R,W>
Implementation class for
DesiredRateReadWriteExpression . |
class |
DesiredRateReadWriteExpressionListImpl<R,W>
Implementation class for
DesiredRateReadWriteExpressionList . |
Modifier and Type | Method and Description |
---|---|
DesiredRateReadWriteExpressionList<R,W> |
DesiredRateReadWriteExpressionListImpl.and(DesiredRateReadWriteExpressionList<? extends R,? extends W> expressions) |
DesiredRateReadWriteExpressionList<R,W> |
DesiredRateReadWriteExpressionList.and(DesiredRateReadWriteExpressionList<? extends R,? extends W> expressions)
Adds the given expressions to this list.
|
Modifier and Type | Method and Description |
---|---|
DesiredRateReadWriteExpressionList<R,W> |
DesiredRateReadWriteExpressionListImpl.and(DesiredRateReadWriteExpressionList<? extends R,? extends W> expressions) |
DesiredRateReadWriteExpressionList<R,W> |
DesiredRateReadWriteExpressionList.and(DesiredRateReadWriteExpressionList<? extends R,? extends W> expressions)
Adds the given expressions to this list.
|
Copyright © 2012. All Rights Reserved.