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: interrupt read data in int32Driver example |
From: | GAGET Alexis via Tech-talk <tech-talk at aps.anl.gov> |
To: | timesir <mrlong336 at gmail.com> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Fri, 7 Jul 2023 07:39:16 +0000 |
Hello, I’m not familliar with your driver example (and not so much with asyn), but for the mechanism of the i/o intr to work,
some functions have to be declared in the driver himself. I have a device support example here (without asyn): My example is really pointless in real situation because the iocIntr is triggered by an iocShell function for the example: But in real situation it has to be triggered somehow by the device.
De : Tech-talk <tech-talk-bounces at aps.anl.gov>
De la part de timesir via Tech-talk Dear community, |