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: | asyn R4-44 available |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 13 Mar 2023 21:13:10 +0000 |
Folks, asyn R4-44 is now available. This is from the release notes: ************************* - devEpics - Rewrite the device support for arrays. Previously it used a large C macro to be able to support int8, int16, int32, float32, and float64 data types without a lot of repetitive code. This was changed to use a C++ template file. - Previously only the waveform record was supported for arrays. Added support for aai and aoo records. - Add new devEpicsPvt functions (from Michael Davidsaver): - Avoids leaking DBENTRY during initialization. - Use dbInitEntry() from record rather than dbFindRecord() when available. - Reduces duplicate code. - Documentation: - Converted all HTML files in documentation/ to Sphinx RST files in docs/source. - It uses the Read The Docs theme (sphinx-rtd-theme) which provides a panel on the left side of the screen for easy navigation. - Added Github actions to publish the Sphinx generated documentation to Github Pages. - The new home page for the asyn documentation is
https://epics-modules.github.io/asyn. - Converted documentation/RELEASE_NOTES.html to RELEASE.md. - testErrorsApp - Add aai and aao records to databases in order to test new device support for these. - Fix testing on Github Actions by forcing TIRPC=YES, required for modern Linux releases. ************************* Home:
https://github.com/epics-modules/asyn Documentation:
https://epics-modules.github.io/asyn Release notes: :
https://github.com/epics-modules/asyn/blob/master/RELEASE.md
Mark |