b7ad4478a4f80d4a51f71d6213568baac81e61c2
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.
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.
Links
- General information about EPICS can be found at the EPICS Controls website.
- API documentation for this module can be found on its Github Pages website.
Building
This module is included as a submodule of a full EPICS 7 release and will be compiled during builds of that software.
Description
Languages
C++
98.6%
Makefile
1%
C
0.4%