| Package | Description |
|---|---|
| org.epics.gpclient.datasource.ca | |
| org.epics.gpclient.datasource.ca.types |
Support for Epics 3 data source
(channel syntax).
|
| Modifier and Type | Method and Description |
|---|---|
protected CATypeAdapter |
CAChannelHandler.findTypeAdapter(ReadCollector<?,?> cache,
CAConnectionPayload connection) |
protected boolean |
CAChannelHandler.isConnected(CAConnectionPayload connPayload) |
protected boolean |
CAChannelHandler.isWriteConnected(CAConnectionPayload connPayload) |
| Constructor and Description |
|---|
CAConnectionPayload(CAChannelHandler channleHandler,
gov.aps.jca.Channel channel,
CAConnectionPayload previousPayload) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
CATypeAdapter.createValue(gov.aps.jca.dbr.DBR message,
gov.aps.jca.dbr.DBR metadata,
CAConnectionPayload connPayload)
Given the value create the new value.
|
CATypeAdapter |
CATypeSupport.find(ReadCollector<?,?> cache,
CAConnectionPayload connection)
Returns a matching type adapter for the given
cache and channel.
|
Object |
CATypeAdapter.getSubscriptionParameter(ReadCollector<?,?> cache,
CAConnectionPayload connection) |
boolean |
CATypeAdapter.match(ReadCollector<?,?> cache,
CAConnectionPayload connectionPayload) |
void |
CATypeAdapter.updateCache(ReadCollector cache,
CAConnectionPayload connection,
CAMessagePayload message) |
Copyright © 2018 EPICS. All rights reserved.