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: | PVXS programmatically create pvalinks |
From: | Dave Bracey via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 5 Jun 2025 18:13:11 +0000 |
I have an application that programmatically creates PV’s using pvxs::ioc::server (based on the examples at
https://epics-base.github.io/pvxs/example.html) Is there any way to create links between these PV’s? I notice that fields that implement timestamp, alarms, display units, etc are implemented in nt.cpp with explicit name strings, and I don’t see anything relevant to links. If this is not implemented, I suppose one would build a DB file and call dbLoadRecords on it? If one does that, can those PV’s reference PV’s created created programmatically? |