Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.expression |
Interfaces for the expressions PVManager can consume.
|
Modifier and Type | Method and Description |
---|---|
WriteExpression<?> |
WriteExpressionTester.getExpression() |
Modifier and Type | Method and Description |
---|---|
void |
PVWriterDirector.connectExpression(WriteExpression<?> expression)
Connects the given expression.
|
void |
PVWriterDirector.disconnectExpression(WriteExpression<?> expression)
Disconnects the given expression.
|
static <T> PVWriterConfiguration<T> |
PVManager.write(WriteExpression<T> writeExpression)
Writes the given expression, and returns an object to configure the parameters
for the write.
|
Constructor and Description |
---|
WriteExpressionTester(WriteExpression<?> expression) |
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 |
ReadWriteMap<R,W>
A read/write expression for a key/value map.
|
class |
SourceRateReadWriteExpressionImpl<R,W>
Implementation class for
SourceRateReadWriteExpression . |
class |
WriteExpressionImpl<W>
Implementation class for
WriteExpression . |
class |
WriteMap<T>
A write expression for a key/value map.
|
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>> |
DesiredRateReadWriteExpressionListImpl.getWriteExpressions() |
List<WriteExpression<W>> |
SourceRateReadWriteExpressionListImpl.getWriteExpressions() |
Modifier and Type | Method and Description |
---|---|
WriteMap<T> |
WriteMap.add(WriteExpression<T> expression)
Adds the expression to the map.
|
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 © 2010–2015. All rights reserved.