no longer need extern "C" { } around epicsExport macros

This commit is contained in:
2025-02-08 23:08:19 +01:00
committed by Andrew Johnson
parent b97a35fec8
commit c75ad2673e
8 changed files with 340 additions and 9 deletions

View File

@ -18,6 +18,11 @@ __This version of EPICS has not been released yet.__
__Add new items below here__
### epicsExport simplifications
`epicsExportAddress()`, `epicsExportRegistrar()` and `epicsRegisterFunction()`
no longer require to be wrapped in `extern "C" { }` in C++ code.
### New `dbServerStats()` API for iocStats
A new routine provides the ability to request channel and client counts from