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 | Interface and Description |
---|---|
interface |
SourceRateReadWriteExpression<R,W>
An expression to write and to read at the rate of the source.
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2010–2015. All rights reserved.