Uses of Class
org.epics.gpclient.datasource.ca.types.CATypeAdapter
-
Packages that use CATypeAdapter Package Description org.epics.gpclient.datasource.ca org.epics.gpclient.datasource.ca.types Support for Epics 3 data source (channel syntax). -
-
Uses of CATypeAdapter in org.epics.gpclient.datasource.ca
Methods in org.epics.gpclient.datasource.ca that return CATypeAdapter Modifier and Type Method Description protected CATypeAdapterCAChannelHandler. findTypeAdapter(org.epics.gpclient.ReadCollector<?,?> cache, CAConnectionPayload connection) -
Uses of CATypeAdapter in org.epics.gpclient.datasource.ca.types
Methods in org.epics.gpclient.datasource.ca.types that return CATypeAdapter Modifier and Type Method Description CATypeAdapterCATypeSupport. find(org.epics.gpclient.ReadCollector<?,?> cache, CAConnectionPayload connection)Returns a matching type adapter for the given cache and channel.Methods in org.epics.gpclient.datasource.ca.types that return types with arguments of type CATypeAdapter Modifier and Type Method Description Collection<CATypeAdapter>CATypeAdapterSet. getAdapters()Set<CATypeAdapter>CAVTypeAdapterSet. getAdapters()
-