Simon Rose b7ad4478a4 Update debugPtr to work with EPICS base 7.0.7
There are at least two changes to EPICS base since the addition of
debugPtr:
* In pvAccess/**/dbdToPv.cpp, a write to an ostream was added (also in
  pvData/**/testSerialization.cpp) which does not resolve correctly when
  the operator<< overload is in the global namespace.
* In pvAccess/**/caChannel.cpp, weak_ptr->expired() was added

The interface to deal with each of these has been added.
2023-05-29 17:09:29 -07:00
2022-01-27 07:51:17 -08:00
2019-12-20 10:33:03 -08:00
2022-11-26 11:15:37 -08:00
2022-09-07 10:51:29 -05:00
2017-07-06 17:05:30 +02:00
2020-06-17 14:06:50 -07:00
2017-11-30 12:03:33 -06:00
2019-12-20 10:33:03 -08:00
2022-09-07 10:51:29 -05:00
2016-07-22 15:33:20 +01:00
2017-07-06 17:05:30 +02:00
2018-12-17 15:00:28 -06:00

pvaDataCPP

The EPICS pvData API provides a set of classes and utilities that form the core of the EPICS PVA implementation.

The pvDataCPP module is a part of the EPICS software toolkit that implements pvData structures as C++ class objects.

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++ 98.6%
Makefile 1%
C 0.4%