mrkraimer 6eb977ae66 The following changes were made:
1) pvaClientChannel no longer issues an error message on disconnect.
   This should never have been done.
   When pvaClient is used within a database, it caused error mesaage when database exits.
2) pvaClientGet,Monitor,Process,Put,PutGet now let pvaClientChannel handle getRequesterName and message.
   This leads to better error messages.
2021-03-15 06:48:38 -04:00
2018-10-29 18:02:20 -07:00
2020-05-28 16:26:01 -05:00
2017-12-19 09:20:11 +01:00
2021-03-15 06:48:38 -04:00
2017-11-30 12:08:10 -06:00
2019-09-13 09:15:35 -04:00
2020-05-28 16:26:01 -05:00
2016-07-09 06:48:36 -04:00
2018-12-17 16:16:06 -06:00

pvaClientCPP

The pvaClient API provides a synchronous client interface that was designed to be easier to use than the original basic pvAccess client API.

The pvaClientCPP module implements the pvaClient API for C++ client applications.

  • General information about EPICS can be found at the EPICS Controls website.
  • API documentation for this module can be found in its documentation directory, in particular the file pvaClientCPP.html

Building

This module is included as a submodule of a full EPICS 7 release and will be compiled during builds of that software.

Languages
C++ 99.4%
Makefile 0.6%