Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.expression |
Interfaces for the expressions PVManager can consume.
|
Modifier and Type | Class and Description |
---|---|
class |
WriteCache<T>
Represent part of the write buffer that holds the value for one pv.
|
Modifier and Type | Method and Description |
---|---|
WriteFunction<W> |
WriteExpressionImpl.getWriteFunction()
Returns the function represented by this expression.
|
WriteFunction<W> |
WriteExpression.getWriteFunction()
The function that implements this expression.
|
WriteFunction<W> |
SourceRateReadWriteExpressionImpl.getWriteFunction() |
WriteFunction<W> |
DesiredRateReadWriteExpressionImpl.getWriteFunction() |
Constructor and Description |
---|
WriteExpressionImpl(WriteExpressionList<?> childExpressions,
WriteFunction<W> function,
String defaultName)
Creates a new write expression.
|
Copyright © 2012. All Rights Reserved.