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: process passive task |
From: | Ralph Lange <[email protected]> |
To: | Ian Smith <[email protected]> |
Cc: | EPICS Tech-Talk <[email protected]> |
Date: | Thu, 1 Feb 2001 11:17:15 -0600 (CST) |
> could someone tell me what the vxWorks task name is that handles process > passive record processing? I need to attach the debugger to it to debug > my dev support routine. This totally depends on what is triggering the processing and can be one of - the vxWorks shell (IOC debugging commands) - any of the cbXxx callback tasks (asynchronous record processing) - any client's on-demand generates channel access client task (CA request coming from the network) - any scan task (forward or out link processing) - the scanOnce task (PINI and CPP link processing) - any user task if it calls process() for a record Hope this helps ... ... at least to confuse you ... Ralph