Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.expression |
Interfaces for the expressions PVManager can consume.
|
Modifier and Type | Method and Description |
---|---|
WriteBuffer |
WriteBufferBuilder.build()
Creates a new WriteBuffer.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSource.concludeWrite(WriteBuffer writeBuffer,
ExceptionHandler exceptionHandler)
Releases the resources associated with the given write buffer.
|
void |
CompositeDataSource.concludeWrite(WriteBuffer writeBuffer,
ExceptionHandler exceptionHandler) |
void |
DataSource.prepareWrite(WriteBuffer writeBuffer,
ExceptionHandler exceptionHandler)
Prepares the channels defined in the write buffer for writes.
|
void |
CompositeDataSource.prepareWrite(WriteBuffer writeBuffer,
ExceptionHandler exceptionHandler) |
void |
DataSource.write(WriteBuffer writeBuffer,
Runnable callback,
ExceptionHandler exceptionHandler)
Writes the contents in the given write buffers to the channels
of this data sources.
|
Modifier and Type | Method and Description |
---|---|
WriteBuffer |
WriteExpressionImpl.createWriteBuffer()
Creates a data recipe for the given expression.
|
WriteBuffer |
WriteExpression.createWriteBuffer()
The buffer that will contain the data to write.
|
WriteBuffer |
SourceRateReadWriteExpressionImpl.createWriteBuffer() |
WriteBuffer |
DesiredRateReadWriteExpressionImpl.createWriteBuffer() |
Copyright © 2012. All Rights Reserved.