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 - interrupts |
From: | Heinrich du Toit <[email protected]> |
To: | Tech-Talk EPICS <[email protected]> |
Date: | Tue, 21 Aug 2007 15:44:21 +0200 |
Hi Just want to make sure about something and what is the general practice that should be used. When an interrupt callback is called. Then there is an parameter to send the "new" data in also. Ok so when the record support code's interrupt callback is called it already receive the new data... But it can obviously still call the read command for the asyn interface and get the data that way. So do we assume that the data passed to the interrupt callback is correct and that no further asyn calls is needed. Or can/should it still call the read function to get data? I'm assuming it accepts the data in the callback and go ahead with that as that would make sense to me. -Heinrich