epics-base / pvDataCPP

pvDataCPP is an EPICS V4 C++ module
https://epics-base.github.io/pvDataCPP/
Other
6 stars 16 forks source link

Update debugPtr to work with EPICS base 7.0.7 #89

Closed simon-ess closed 1 year ago

simon-ess commented 1 year ago

There are at least two changes to EPICS base since the addition of debugPtr:

The interface to deal with each of these has been added.

Fixes https://github.com/epics-base/pvDataCPP/issues/88

AppVeyorBot commented 1 year ago

:white_check_mark: Build pvDataCPP 1.0.32 completed (commit https://github.com/epics-base/pvDataCPP/commit/f2f08ddd5b by @simon-ess)

mdavidsaver commented 1 year ago

Looks straightforward enough. Thanks!