2017-07-18 13:36:04 -04:00
2016-02-01 16:37:41 -05:00
2017-07-18 06:01:53 -04:00
2016-07-19 23:11:48 +02:00
2016-07-09 06:48:36 -04:00
2017-07-12 06:11:29 -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

It can also be built by:

cp configure/ExampleRELEASE.local configure/RELEASE.local
edit configure/RELEASE.local
make
Languages
C++ 99.4%
Makefile 0.6%