Andrew Johnson 2b7b38a3c7 Use EPICS_DEPRECATED macro
Don't print error messages when a deprecated function is called,
make it a compile-time warning instead.
2016-04-21 15:52:34 -05:00
2016-02-01 16:37:41 -05:00
2016-02-16 10:17:53 +01:00
2016-04-21 15:52:34 -05:00
2015-09-03 07:13:00 -04:00

pvaClientCPP

pvaClient is a synchronous client interface to pvAccess, which is callback based. pvaClient is thus easier to use than pvAccess itself.

See documentation/pvaClientCPP.html for details.

Building

If a proper RELEASE.local file exists one directory level above pvaClientCPP then just type:

make

If RELEASE.local does not exist then look at configure/RELEASE for directions for how to build.

Examples

Project exampleCPP has examples for pvaClientCPP

Status

  • The API is for EPICS Version 4 release 4.5.0
  • Everything defined in pvaClient.h is ready but see below for remaining work.
  • Everything defined in pvaClientMultiChannel.h is ready but see below for remaining work.

pvaClientChannel

Channel::getField and channelArray are not supported for release 4.5

pvaClientMultiChannel

For release 4.5 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.

Languages
C++ 99.4%
Makefile 0.6%