Marty Kraimer 4e4554af4e Merge pull request #50 from mrkraimer/master
re-implement methods used by pvaPy
2018-01-30 09:11:28 -05:00
2018-01-08 09:20:13 -05:00
2017-12-19 09:20:11 +01:00
2018-01-12 13:51:13 -05:00
2017-11-30 12:08:10 -06: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%