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: EPICS OSI and events |
From: | Ralph Lange <[email protected]> |
To: | [email protected] |
Date: | Mon, 18 Jul 2011 16:37:06 +0200 |
On 18.07.2011 16:11, [email protected] wrote:
I see that there's a scanPause() function which can reset interruptAccept -- when does this get called? I hope this isn't called normally! (Scrabbling through the code suggests this is only called by iocPause(), which is just a command line debug hack, not for normal use, I hope...)
These calls are part of the API for redundant IOCs. One IOC is active, the other one is paused, and the redundancy module decides if it forces its IOC into pause mode.
As long as you don't run the redundancy stuff, you're safe. ~Ralph