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> 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelExpression<R,W>
Represents a channel, which can be both read or written.
|
class |
SourceRateReadWriteExpressionImpl<R,W>
Implementation class for
SourceRateReadWriteExpression . |
Modifier and Type | Method and Description |
---|---|
SourceRateReadWriteExpression<R,W> |
SourceRateReadWriteExpression.as(String name) |
Modifier and Type | Method and Description |
---|---|
List<SourceRateReadWriteExpression<R,W>> |
SourceRateReadWriteExpressionList.getSourceRateReadWriteExpressions()
The expressions of this list.
|
List<SourceRateReadWriteExpression<R,W>> |
SourceRateReadWriteExpressionListImpl.getSourceRateReadWriteExpressions() |
Copyright © 2010–2015. All rights reserved.