Package | Description |
---|---|
org.epics.pvmanager.pva |
Modifier and Type | Method and Description |
---|---|
<T> PVATypeConverter<? extends T> |
PVATypeRegistry.findConverter(Class<T> type,
org.epics.pvData.pv.PVField pvField)
Given a normative type and the pvData serialization,
returns a matching converter to fill pvData structures from the given normative type.
|
<T> PVATypeConverter<? extends T> |
PVATypeRegistry.findConverter(org.epics.pvData.pv.PVField pvField,
Class<T> desiredType)
Given the introspection information of a pv and the type desired,
returns the matching converter to create a desired type from the given pvField.
|
Copyright © 2012. All Rights Reserved.