1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: waveProc1-0 |
From: | "Johnson, Andrew N. via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Heinz Junkes <junkes at fhi-berlin.mpg.de>, EPICS Tech Talk <tech-talk at aps.anl.gov> |
Date: | Mon, 23 Sep 2024 15:40:08 +0000 |
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: Hi, 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? Z.B. epicsInt32 sadr; /**< @brief Subroutine Address */ Must be something like that? SUBFUNCPTR sadr; /**< @brief Subroutine Address */ or better? long (*sadr)(struct waveAnlRecord *); /**< @brief Subroutine Address */ Gruss Heinz |