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: softIoc and softIocPVA in EPICS7 |
From: | Jeong Han Lee via Tech-talk <[email protected]> |
To: | Michael Davidsaver <[email protected]> |
Cc: | "[email protected]" <[email protected]> |
Date: | Tue, 26 Nov 2019 11:26:58 +0100 |
Thanks, Michael.Will test it soon, and let you know. BTW, do you change softMain.cpp in pva2pva repo to sync with them?
Best, Han On 11/25/19 8:07 PM, Michael Davidsaver wrote:
On 11/21/19 11:51 AM, Michael Davidsaver wrote:On 11/21/19 7:50 AM, Jeong Han Lee via Tech-talk wrote:Hi Andrew and Michael, During the EPICS 7 testing, we saw few interesting aspects on softIoc and softIocPVA in EPICS7. * softIoc Somehow, -D option was gone [1], and is still there in usage [2] * softIocPVA Here -D option exists within usage and it is in the main function also [3,4]. Then, I realized the softIoc loads its dbd file automatically by using lazy_dbd [5], but the softIocPVA doesn't have the laze_dbd function.Actually removing -D is an oversight on my part, it should still be an option, although most usage won't be necessary with the addition of epicsGetExecDir() to reliably find ../../dbd/softIoc.dbd at runtime.If you'd like to verify, this should be fixed by: https://github.com/epics-base/epics-base/commit/a7cb9524c2761f03c6e5a0538d16dde9162547fa on the 7.0 branch.