pvaClient is a synchronous client interface to pvAccess, which is callback based. pvaClient is thus easier to use than pvAccess itself.
See documentation/pvaClientJava.html for details.
mvn package
Examples are available in exampleJava.
- The API is for EPICS Version 4 release 4.6.0
- pvaClient should be ready but see below for remaining work.
- pvaClientMultiChannel is ready but see below for remaining work.
Channel::getField and channelArray are not supported for release 4.6.
For release 4.6 support is available for multiDouble and NTMultiChannel. In the future additional support should be provided that at least includes NTScalarMultiChannel.
Testing with some channels not connected has not been done.