Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.pva |
Support for Epics 4 data source (channel syntax).
|
Modifier and Type | Method and Description |
---|---|
ChannelHandlerReadSubscription |
ChannelReadRecipe.getReadSubscription()
The read subscription parameters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MultiplexedChannelHandler.addReader(ChannelHandlerReadSubscription subscription) |
protected abstract void |
ChannelHandler.addReader(ChannelHandlerReadSubscription subscription)
Used by the data source to add a read request on the channel managed
by this handler.
|
protected void |
MultiplexedChannelHandler.removeReader(ChannelHandlerReadSubscription subscription) |
protected abstract void |
ChannelHandler.removeReader(ChannelHandlerReadSubscription subscription)
Used by the data source to remove a read request.
|
Constructor and Description |
---|
ChannelReadRecipe(String channelName,
ChannelHandlerReadSubscription readSubscription)
Creates a new read recipe for the given channel.
|
Modifier and Type | Method and Description |
---|---|
void |
PVAChannelHandler.addReader(ChannelHandlerReadSubscription subscription) |
Copyright © 2010–2015. All rights reserved.