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> 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> 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 | Method and Description |
---|---|
static <R,W> PVConfiguration<R,W> |
PVManager.readAndWrite(DesiredRateReadWriteExpression<R,W> readWriteExpression)
Both reads and writes the given expression, and returns an object to configure the parameters
for the both read and write.
|
Modifier and Type | Class and Description |
---|---|
class |
DesiredRateReadWriteExpressionImpl<R,W>
Implementation class for
DesiredRateReadWriteExpression . |
Modifier and Type | Method and Description |
---|---|
DesiredRateReadWriteExpression<R,W> |
DesiredRateReadWriteExpression.as(String name) |
Modifier and Type | Method and Description |
---|---|
List<DesiredRateReadWriteExpression<R,W>> |
DesiredRateReadWriteExpressionListImpl.getDesiredRateReadWriteExpressions() |
List<DesiredRateReadWriteExpression<R,W>> |
DesiredRateReadWriteExpressionList.getDesiredRateReadWriteExpressions()
The expressions of this list.
|
Copyright © 2012. All Rights Reserved.