Hello Heinz,
Yes, APS is still using this module, although we don't appear to have made a new version public for quite a long time.
The genSub record was deleted from our version many years ago after the aSub was added to Base. I just fixed the spectrumRecord to build against EPICS 7 (instead of disabling it at build-time), and tagged
a new release 1.3 which you can now download from
here.
- Andrew
On 9/22/24, 10:08 AM, "Tech-talk" <tech-talk-bounces at aps.anl.gov> wrote:
We still use a waveProc1-0 module in our system
By any chance, has anyone already adapted this for EPICS 7?
If not, are there any ‘instructions’ on how to carry out such an adjustment?
epicsInt32 sadr; /**< @brief Subroutine Address */
Must be something like that?
SUBFUNCPTR sadr; /**< @brief Subroutine Address */
long (*sadr)(struct waveAnlRecord *); /**< @brief Subroutine Address */