Package | Description |
---|---|
org.epics.pvmanager.pva |
Support for Epics 4 data source (channel syntax).
|
Modifier and Type | Method and Description |
---|---|
static PVAChannelHandler |
PVAChannelHandler.create(String channelName,
org.epics.pvaccess.client.ChannelProvider channelProvider,
short priority,
PVATypeSupport typeSupport) |
Modifier and Type | Method and Description |
---|---|
protected PVATypeAdapter |
PVATypeSupport.find(ValueCache<?> cache,
PVAChannelHandler channel)
Returns a matching type adapter for the given
cache and channel.
|
protected PVATypeAdapter |
PVAChannelHandler.findTypeAdapter(ValueCache<?> cache,
PVAChannelHandler connection) |
Object |
PVATypeAdapter.getSubscriptionParameter(ValueCache<?> cache,
PVAChannelHandler channel) |
boolean |
PVAChannelHandler.isConnected(PVAChannelHandler channel) |
protected boolean |
PVAChannelHandler.isWriteConnected(PVAChannelHandler channel) |
int |
PVATypeAdapter.match(ValueCache<?> cache,
PVAChannelHandler channel) |
boolean |
PVATypeAdapter.updateCache(ValueCache cache,
PVAChannelHandler channel,
org.epics.pvdata.pv.PVStructure message) |
Copyright © 2010–2015. All rights reserved.