Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.expression |
Interfaces for the expressions PVManager can consume.
|
Modifier and Type | Method and Description |
---|---|
static <T> WriteExpression<Map<String,T>> |
ExpressionLanguage.mapOf(WriteExpressionList<T> 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 <T> PVWriterConfiguration<T> |
PVManager.write(WriteExpression<T> writeExpression)
Writes the given expression, and returns an object to configure the parameters
for the write.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DesiredRateReadWriteExpression<R,W>
An expression to write and to read at the desired rate.
|
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 |
DesiredRateReadWriteExpressionImpl<R,W>
Implementation class for
DesiredRateReadWriteExpression . |
class |
SourceRateReadWriteExpressionImpl<R,W>
Implementation class for
SourceRateReadWriteExpression . |
class |
WriteExpressionImpl<W>
Implementation class for
WriteExpression . |
Modifier and Type | Method and Description |
---|---|
WriteExpression<W> |
WriteExpressionImpl.as(String name)
Changes the name for this expression
|
Modifier and Type | Method and Description |
---|---|
List<WriteExpression<W>> |
WriteExpressionListImpl.getWriteExpressions() |
List<WriteExpression<W>> |
WriteExpressionList.getWriteExpressions()
The expressions of this list.
|
List<WriteExpression<W>> |
SourceRateReadWriteExpressionListImpl.getWriteExpressions() |
List<WriteExpression<W>> |
DesiredRateReadWriteExpressionListImpl.getWriteExpressions() |
Constructor and Description |
---|
DesiredRateReadWriteExpressionImpl(DesiredRateExpression<R> desiredRateExpression,
WriteExpression<W> writeExpression)
Creates an expression that can be both read at the desired rate and written.
|
SourceRateReadWriteExpressionImpl(SourceRateExpression<R> sourceRateExpression,
WriteExpression<W> writeExpression)
Creates an expression that can be both read and written.
|
Copyright © 2012. All Rights Reserved.