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: print from interrupt |
From: | "D. Peter Siddons" <[email protected]> |
To: | Mark Rivers <[email protected]> |
Cc: | [email protected] |
Date: | Fri, 27 Feb 2004 16:05:25 +0100 |
Hi Pete,
Is there a way in EPICS to print a numeric parameter from within an ISR, similar to epicsInterruptContextMessage(), but capable
of
printing the value of a variable (integers, anyway)? Or must I write a
routine to do it? It would be a useful debugging aid.
This may be a dumb question, but can you call sscanf at interrupt level? If so you can convert your number to a string and then just use epicsInterruptContextMessage
Mark
-- D. Peter Siddons Bldg. 725D, NSLS Brookhaven National Laboratory Upton, NY 11976 USA.